For developers, data teams, researchers, and agent builders
Use this workflow for bounded page collection, content extraction, research inputs, and public-page context.
Choose the lowest sufficient collection mode, retain destination evidence, and enrich the result only when the workflow needs it.
Use this workflow for bounded page collection, content extraction, research inputs, and public-page context.
Receive HTML, text, or markdown plus final-destination and processing evidence for each supported request.
The page may redirect, require JavaScript, exceed bounded response size, or expose only part of the context your application needs.
DomScan does not bypass authentication, paywalls, access controls, or target restrictions, and does not promise that every public URL can be collected.
Receive HTML, text, or markdown plus final-destination and processing evidence for each supported request.
Use URL Intelligence or Redirects when destination or URL risk signals should be checked before collection.
Start with standard Scrape, choose resilient retry behavior only when useful, and use rendering only for JavaScript-dependent content.
Request Website Categorization or Technology Detection after collection when the downstream task needs those signals.
Submit the article URL in standard mode, retain the final URL, and add category evidence only if the application uses it.
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 }
}
Receive HTML, text, or markdown plus final-destination and processing evidence for each supported request.
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.
Categorize a website by industry, content type, and topics.
Choose this when: Categorize a website by industry, content type, and topics.
Queue many supported API requests and collect their results without keeping a client connection open.
Choose this when: Queue many supported API requests and collect their results without keeping a client connection open.
You need bounded public-page content with explicit destination, mode, and processing context.
Do not use it to bypass access controls, crawl an unlimited site, or guarantee collection of every target.
Choose the lowest sufficient collection mode, retain destination evidence, and enrich the result only when the workflow needs it.