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.
Let an agent collect a page, understand the domain behind it, and request deeper evidence only when the task requires it.
Use supported REST or MCP operations to add bounded internet evidence to a tool-using agent.
Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.
A page can move, records can be redacted, sources can block checks, and deeper work can cost more credits.
MCP and REST expose supported operations, but do not make incomplete sources complete or grant access to restricted content.
Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.
Route collection, domain research, security review, or identity assessment to the narrowest supported product.
Start with one focused tool call and deepen only when its result leaves a decision-relevant gap.
Carry unknown, redacted, partial, unsupported, and time-bound states into the answer and next-action logic.
Collect the homepage, detect exposed technologies, request company and domain context, and summarize only supported evidence.
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"}'
{
"data": {
"url": "https://example.com",
"outcome": "success",
"content": "# Example Domain",
"truncated": false
},
"billing": { "credits_charged": 1, "credits_refunded": 0 }
}
Return content, observed facts, unknown states, timestamps, and relevant limits as structured tool results.
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.
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.
Look up company information associated with a domain.
Choose this when: Look up company information associated with a domain.
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.
Your agent needs structured public web and internet evidence through supported tool calls.
Do not use it to bypass content restrictions, infer private facts, or let the agent turn uncertainty into certainty.
Let an agent collect a page, understand the domain behind it, and request deeper evidence only when the task requires it.