Give this API a web address and it will visit that page, then hand back everything an SEO
Give this API a web address and it will visit that page, then hand back everything an SEO professional needs to know: the page title, meta description, meta keywords, robots instructions, canonical link, H1/H2/H3 headings, how many links are on the page, and the HTTP status code. No setup required — just paste a URL and get structured data back in under two seconds.
10000 (raw units)
price
4
calls / 30d
4
unique payers
2026-09-14
updated
Provider
seo-data-extractor.underscoredone.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xE9740820225B3918b4ddd1292C7cA4Ca0e2C2F08",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "8ugAWAXDB8V18kiUrGZTq1oMvU3C6Fxs8hfC6rvzQT3b",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"url": "https://www.onescales.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"api_version": "1.0.0",
"canonical_tag": "https://onescales.com/",
"final_url": "https://onescales.com/",
"h1_tags": [],
"h2_tags": [
"Join our Newsletter",
"Size chart",
"Follow Us on Social Media"
],
"h3_tags": [
"Intro to One Scales"
],
"meta_description": "We Create Tutorials, How-To's and Share Insight about E-commerce, Web, Tech, AI, Shopify, Analytics, SEO, PPC, Marketing and More.",
"meta_keywords": "",
"meta_robots": "",
"num_links": 187,
"status_code": 200,
"title_tag": "One Scales - Ecommerce, Analytics, Tech, Shopify & Marketing Tutorials",
"url": "https://www.onescales.com"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"timeout_seconds": {
"description": "How many seconds to wait for the page to respond before giving up. Must be between 1 and 15. Defaults to 10 if not provided.",
"type": "integer"
},
"url": {
"description": "The full web address of the page you want to analyse, including http:// or https://. Example: https://www.example.com",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"api_version": {
"type": "string"
},
"canonical_tag": {
"type": "string"
},
"final_url": {
"type": "string"
},
"h1_tags": {
"items": {
"type": "object"
},
"type": "array"
},
"h2_tags": {
"items": {
"type": "string"
},
"type": "array"
},
"h3_tags": {
"items": {
"type": "string"
},
"type": "array"
},
"meta_description": {
"type": "string"
},
"meta_keywords": {
"type": "string"
},
"meta_robots": {
"type": "string"
},
"num_links": {
"type": "integer"
},
"status_code": {
"type": "integer"
},
"title_tag": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"api_version",
"url",
"final_url",
"status_code",
"title_tag",
"meta_description",
"meta_keywords",
"meta_robots",
"canonical_tag",
"h1_tags",
"h2_tags",
"h3_tags",
"num_links"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://seo-data-extractor.underscoredone.com/extract" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://seo-data-extractor.underscoredone.com/extract");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://seo-data-extractor.underscoredone.com/extract")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3242.json, and this resource appears in /discovery/resources and /discovery/search.