{
  "generated_at": "2026-07-26T21:32:17.525731+00:00",
  "slug": "api-x402node-dev-url-extract-meta",
  "title": "api.x402node.dev \u00b7 /url/extract-meta",
  "url": "https://api.x402node.dev/url/extract-meta",
  "category": "other",
  "summary": "api-x402node-dev-url-extract-meta \u2014 x402-protected other API",
  "seo": {
    "title": "api.x402node.dev \u00b7 /url/extract-meta",
    "description": "api-x402node-dev-url-extract-meta \u2014 x402-protected other API"
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "unknown",
    "median_category_atomic": 0
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "URL meta tag extractor / OpenGraph parser / Twitter Card scraper / page title fetcher / link preview generator / favicon finder / OG image / canonical URL extractor / HTML meta scraper. Parse any public webpage and extract structured meta: title, description, keywords, canonical, favicon, language, OpenGraph (og:*) full set, Twitter Card. For AI agents, link preview, SEO audits, content discovery, bookmarking pipelines.",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "url": "Full URL to parse, including https:// scheme. Must return HTML (max 1MB)."
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "og": {
              "type": "object",
              "properties": {
                "url": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "type": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "siteName": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "url": {
              "type": "string"
            },
            "lang": {
              "type": [
                "string",
                "null"
              ]
            },
            "title": {
              "type": [
                "string",
                "null"
              ]
            },
            "favicon": {
              "type": [
                "string",
                "null"
              ]
            },
            "twitter": {
              "type": "object",
              "properties": {
                "card": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "site": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "finalUrl": {
              "type": "string"
            },
            "keywords": {
              "type": [
                "string",
                "null"
              ]
            },
            "canonical": {
              "type": [
                "string",
                "null"
              ]
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "description": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "21000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "URL meta tag extractor / OpenGraph parser / Twitter Card scraper / page title fetcher / link preview generator / favicon finder / OG image / canonical URL extractor / HTML meta scraper. Parse any public webpage and extract structured meta: title, description, keywords, canonical, favicon, language, OpenGraph (og:*) full set, Twitter Card. For AI agents, link preview, SEO audits, content discovery, bookmarking pipelines.",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "url": "Full URL to parse, including https:// scheme. Must return HTML (max 1MB)."
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "og": {
              "type": "object",
              "properties": {
                "url": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "type": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "siteName": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "url": {
              "type": "string"
            },
            "lang": {
              "type": [
                "string",
                "null"
              ]
            },
            "title": {
              "type": [
                "string",
                "null"
              ]
            },
            "favicon": {
              "type": [
                "string",
                "null"
              ]
            },
            "twitter": {
              "type": "object",
              "properties": {
                "card": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "site": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "finalUrl": {
              "type": "string"
            },
            "keywords": {
              "type": [
                "string",
                "null"
              ]
            },
            "canonical": {
              "type": [
                "string",
                "null"
              ]
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "description": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2200",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "URL meta tag extractor / OpenGraph parser / Twitter Card scraper / page title fetcher / link preview generator / favicon finder / OG image / canonical URL extractor / HTML meta scraper. Parse any public webpage and extract structured meta: title, description, keywords, canonical, favicon, language, OpenGraph (og:*) full set, Twitter Card. For AI agents, link preview, SEO audits, content discovery, bookmarking pipelines.",
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "url": "Full URL to parse, including https:// scheme. Must return HTML (max 1MB)."
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "required": [
            "url"
          ],
          "properties": {
            "og": {
              "type": "object",
              "properties": {
                "url": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "type": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "siteName": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "url": {
              "type": "string"
            },
            "lang": {
              "type": [
                "string",
                "null"
              ]
            },
            "title": {
              "type": [
                "string",
                "null"
              ]
            },
            "favicon": {
              "type": [
                "string",
                "null"
              ]
            },
            "twitter": {
              "type": "object",
              "properties": {
                "card": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "site": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "image": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "title": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "description": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "finalUrl": {
              "type": "string"
            },
            "keywords": {
              "type": [
                "string",
                "null"
              ]
            },
            "canonical": {
              "type": [
                "string",
                "null"
              ]
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "description": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-x402node-dev",
    "host": "api.x402node.dev",
    "url": "https://api.x402node.dev"
  },
  "json_ld": {
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "@id": "https://x402all.com/resource/api-x402node-dev-url-extract-meta",
    "name": "api.x402node.dev \u00b7 /url/extract-meta",
    "description": "api-x402node-dev-url-extract-meta \u2014 x402-protected other API",
    "url": "https://x402all.com/resource/api-x402node-dev-url-extract-meta",
    "sameAs": "https://api.x402node.dev/url/extract-meta",
    "applicationCategory": "other",
    "identifier": "api-x402node-dev-url-extract-meta",
    "provider": {
      "@type": "Organization",
      "@id": "https://x402all.com/server/api-x402node-dev",
      "name": "api.x402node.dev",
      "url": "https://api.x402node.dev"
    },
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-x402node-dev-url-extract-meta",
      "description": "Test-buy this endpoint on AXON"
    },
    "offers": [
      {
        "@type": "Offer",
        "price": "0.01",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/api-x402node-dev-url-extract-meta",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.010000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.021",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/api-x402node-dev-url-extract-meta",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.021000",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "@type": "Offer",
        "price": "0.0022",
        "priceCurrency": "USDC",
        "availability": "https://schema.org/InStock",
        "eligibleCustomerType": "Agent",
        "url": "https://x402all.com/resource/api-x402node-dev-url-extract-meta",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.002200",
          "priceCurrency": "USDC",
          "unitText": "call"
        },
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      }
    ]
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-x402node-dev-url-extract-meta"
}