ToolAssay

Give this API a web address and it will visit that page, then hand back everythi

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
533 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://seo-data-extractor.underscoredone.com/extract

CategoryCode and developer
Provider hostseo-data-extractor.underscoredone.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 533 ms

Example input (from the provider)

{
  "body": {
    "url": "https://www.onescales.com"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON