Solution for agent builders

Give agents current web context with explicit boundaries

Let an agent collect a page, understand the domain behind it, and request deeper evidence only when the task requires it.

For teams building research, support, sales, security, and workflow agents

Use supported REST or MCP operations to add bounded internet evidence to a tool-using agent.

Context the agent can cite, route, and qualify

Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.

Agent context must be current without pretending to be complete

A page can move, records can be redacted, sources can block checks, and deeper work can cost more credits.

Tool access does not remove product boundaries

MCP and REST expose supported operations, but do not make incomplete sources complete or grant access to restricted content.

Workflow

Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.

Classify the user task

Route collection, domain research, security review, or identity assessment to the narrowest supported product.

Collect the minimum sufficient evidence

Start with one focused tool call and deepen only when its result leaves a decision-relevant gap.

Make limitations part of the agent response

Carry unknown, redacted, partial, unsupported, and time-bound states into the answer and next-action logic.

Research a company website before drafting an account brief

Collect the homepage, detect exposed technologies, request company and domain context, and summarize only supported evidence.

Example Request
curl -X POST "https://domscan.net/v1/scrape" -H "X-API-Key: $DOMSCAN_API_KEY" -H "Content-Type: application/json" -d '{"url":"https://example.com","output":"markdown"}'
Example Response
{
  "data": {
    "url": "https://example.com",
    "outcome": "success",
    "content": "# Example Domain",
    "truncated": false
  },
  "billing": { "credits_charged": 1, "credits_refunded": 0 }
}

Products in this workflow

Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.

Web Scraping

Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.

Choose this when: Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.

Inputs
URL
Outcomes
Collect
Credits
0-20
SynchronousAsynchronousRESTMCPSDK

Unified URL Intelligence

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

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

Inputs
URL
Outcomes
Collect, Enrich
Credits
2
SynchronousBulkRESTMCPSDK

Company Lookup

Look up company information associated with a domain.

Choose this when: Look up company information associated with a domain.

Inputs
Domain, Company
Outcomes
Enrich, Verify
Credits
3
SynchronousRESTMCPSDKInteractive tool

Internet Identity Resolution

Resolve a company domain into public identities explicitly declared by its website.

Choose this when: Resolve a company domain into public identities explicitly declared by its website.

Inputs
Domain, Company
Outcomes
Discover, Enrich, Verify
Credits
2
SynchronousBulkRESTMCPSDK

Choose this workflow when

Choose this when

Your agent needs structured public web and internet evidence through supported tool calls.

Not for

Do not use it to bypass content restrictions, infer private facts, or let the agent turn uncertainty into certainty.

Related product suites

Context the agent can cite, route, and qualify

Let an agent collect a page, understand the domain behind it, and request deeper evidence only when the task requires it.