Who it is for
Use focused APIs when a product or workflow needs current public page evidence in a structured response.
Try a product, outcome, endpoint path, or API topic.
Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.
Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.
Use focused APIs when a product or workflow needs current public page evidence in a structured response.
Choose this when you need HTML, text, or markdown from a public page, with rendering or asynchronous collection only when supported and necessary.
Fetch public web pages as HTML, Markdown, or text with synchronous and asynchronous options.
Review the supported operations, inputs, outputs, execution modes, and response limits before integrating.
0-20 Authentication required. Check the operation reference for the exact cost and any per-item pricing.
Use documented operations to collect, assess, enrich, verify, compare, protect, or monitor public evidence.
| Parameter | Type | required |
|---|---|---|
| url | string | required |
| mode |
string
Allowed values
standardresilientrenderedrendered_resilient
Default
standard
|
optional |
| output |
string
Allowed values
htmltextmarkdown
Default
html
|
optional |
| Field | Type |
|---|---|
data |
object |
data.url |
string |
data.final_url |
string |
data.status |
integer | null |
data.outcome |
string |
data.content_type |
string | null |
data.content |
string |
data.bytes |
integer |
data.truncated |
boolean |
data.redirect_count |
integer |
data.attempt_count |
integer |
data.duration_ms |
integer |
data.fetched_at |
string |
data.headers |
object |
data.rendered |
boolean |
billing |
object |
billing.credits_charged |
integer |
billing.credits_refunded |
integer |
billing.credits_per_item |
integer |
billing.credits_net |
integer |
billing.policy |
string |
curl -X POST "https://domscan.net/v1/scrape" \
-H "Content-Type: application/json" \
-H "X-API-Key: $DOMSCAN_API_KEY" \
-d '{
"url": "https://example.com/",
"mode": "standard",
"output": "markdown"
}'
{
"data": {
"url": "https://example.com",
"final_url": "https://example.com",
"status": 1,
"outcome": "success",
"content_type": "domain",
"content": "example",
"bytes": 1,
"truncated": false,
"redirect_count": 1,
"attempt_count": 1,
"duration_ms": 1,
"fetched_at": "2026-08-27T12:00:00Z",
"headers": {},
"rendered": false
},
"billing": {
"credits_charged": 1,
"credits_refunded": 1,
"credits_per_item": 1,
"credits_net": 1,
"policy": "effort_based"
}
}
Reviewed 2026-08-22
Use the API reference for Web Scraping to review parameters, response fields, examples, status codes, and supported operation modes.
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.
Pricing depends on the operation and execution mode. Check the endpoint reference for the current credit cost, authentication requirement, and per-item rules.
Used by people at amazing companies