Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide here.
- This feature is available with Web API Advanced plans.
- Only supported for asynchronous integration type.
Supported formats
| Type | Description |
|---|---|
raw | The raw response body from the URL, which is usually but not exclusively an HTML document |
parsed | The parsed page content, provided in JSON format |
markdown | Markdown response |
xhr | XHR requests captured during page rendering |
png | A screenshot of the web page in PNG format |
| Parse | XHR | Markdown | Headless | Real-time output | Available output |
|---|---|---|---|---|---|
true | - | - | * OR html | parsed | html, parsed |
true | - | - | png | parsed | html, parsed, png |
true | true | - | html | parsed | html, parsed, xhr |
true | - | true | - OR html | parsed | html, parsed, markdown |
true | true | true | html | parsed | html, parsed, xhr, markdown |
| - | true | - | html | xhr | html, xhr |
| - | true | true | html | markdown | html, xhr, markdown |
| - | - | true | png | markdown | html, markdown, png |
| - | - | - | png | png | html, png |
| - | - | - | - OR html | html | html |
Fetching a multi-format response through the Results endpoint using task_id
To receive a multi-format response, add?type= parameter to the results request URL and specify desired response type, i.e.:
https://scraper-api.decodo.com/v3/task/{task_id}/results?type=raw,xhr
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.