Web Data · DomScan product

Unified URL Intelligence API

Extract normalized page metadata, preview fields, structured data, and public identity signals from a URL.

What you get

Extract normalized page metadata, preview fields, structured data, and public identity signals from a URL.

SynchronousBulkRESTMCPSDK

Choose this product when

Who it is for

Use focused APIs when a product or workflow needs current public page evidence in a structured response.

Choose this product when

Choose this when you need normalized URL structure and risk-oriented URL signals before deeper collection.

What you get

Extract normalized page metadata, preview fields, structured data, and public identity signals from a URL.

Endpoints

Review the supported operations, inputs, outputs, execution modes, and response limits before integrating.

GET /v1/url-intelligence View API reference
POST /v1/url-intelligence/bulk View API reference

Credits and authentication

2 Authentication required. Check the operation reference for the exact cost and any per-item pricing.

Example operation

Use documented operations to collect, assess, enrich, verify, compare, protect, or monitor public evidence.

GET /v1/url-intelligence

Query Parameters

Parameter Type required
url string required
skip_cache string
Allowed values 1
optional

Response Fields

Field Type
requested_url string
final_url string
status integer
fetch_state string
content_type string | null
redirects integer
title string | null
description string | null
canonical_url string | null
language string | null
favicon_url string | null
preview_image_url string | null
manifest_url string | null
theme_color string | null
open_graph object
twitter_card object
structured_data object
structured_data.types[] string[]
structured_data.items integer
structured_data.parse_errors integer
robots object
robots.meta[] string[]
robots.header[] string[]
robots.indexable boolean | null
security_headers object
links object
links.total integer
links.internal integer
links.external integer
social_profiles[] object[]
social_profiles[] object
social_profiles[].platform string
social_profiles[].type string
social_profiles[].handle string | null
social_profiles[].url string
social_profiles[].source string
social_profiles[].confidence string
contacts object
contacts.emails[] string[]
contacts.phones[] string[]
meta object
meta.checked_at string
meta.cached boolean
meta.fetch_transport string
meta.fetch_error string

Example Request

curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/url-intelligence?url=https%3A%2F%2Fexample.com&skip_cache=1"

Example Response

{
  "requested_url": "https://example.com",
  "final_url": "https://example.com",
  "status": 1,
  "fetch_state": "ok",
  "open_graph": {},
  "twitter_card": {},
  "structured_data": {
    "types": [
      "example"
    ],
    "items": 1,
    "parse_errors": 1
  },
  "robots": {
    "meta": [
      "example"
    ],
    "header": [
      "example"
    ],
    "indexable": false
  },
  "links": {
    "total": 1,
    "internal": 1,
    "external": 1
  },
  "social_profiles": [
    {
      "platform": "github",
      "type": "social",
      "url": "https://example.com",
      "source": "same_as",
      "confidence": "high",
      "handle": "example"
    }
  ],
  "contacts": {
    "emails": [
      "[email protected]",
      "[email protected]"
    ],
    "phones": [
      "example"
    ]
  },
  "meta": {
    "checked_at": "2026-08-27T12:00:00Z",
    "cached": false,
    "fetch_transport": "worker",
    "fetch_error": "timeout"
  },
  "content_type": "domain",
  "redirects": 1,
  "title": "example",
  "description": "example",
  "canonical_url": "https://example.com",
  "language": "en",
  "favicon_url": "https://example.com",
  "preview_image_url": "https://example.com",
  "manifest_url": "https://example.com",
  "theme_color": "example",
  "security_headers": {}
}

Limits and evidence boundaries

Results describe observed public evidence and its provenance.
Bulk operations process multiple supported inputs while preserving documented item-level outcomes.
Partial means some requested items or components completed while others did not.
Cached indicates that stored evidence was used; review freshness metadata where provided.
Evidence can change over time; use timestamps and freshness fields when provided.
The product evaluates public inputs and publicly observable evidence only.

Reviewed 2026-08-22

Frequently asked questions

Where can I find the Unified URL Intelligence request and response reference?

Use the API reference for Unified URL Intelligence to review parameters, response fields, examples, status codes, and supported operation modes.

How should I interpret unknown or incomplete results from Unified URL Intelligence?

Unknown or partial results mean that the requested evidence could not be fully determined. Keep the result state, confidence, freshness, and limitations in downstream decisions.

How is Unified URL Intelligence priced?

Pricing depends on the operation and execution mode. Check the endpoint reference for the current credit cost, authentication requirement, and per-item rules.