/scraping-api/ — Decodo Web Scraping API
An HTTP API for rendered web content, with request-level choices for proxy pool and JavaScript execution.
Scraping API. Official documentation · Checked · Review due .
documented capabilities
HTTP API- HTTP integration
- The official Dify guide sends POST requests to https://scraper-api.decodo.com/v2/scrape using Basic authentication and a JSON body.[1]
- JavaScript rendering
- The documented payload uses headless=html to receive HTML after rendering.[1]
- Proxy selection
- The request can select proxy_pool=premium.[1]
- Cost model
- The current pricing page separates standard and premium proxies, with and without JavaScript rendering.[2]
Billing: Request credits vary by request complexity, including proxy pool and JavaScript rendering.
Outputs: html, json
Documented for: Python Requests, Node.js, Curl, Dify
[ official reference ][ provider discussion ][ JSON record ]
getting started
documentation reviewed- Obtain Web Scraping API credentials from the Decodo dashboard.
- Configure an HTTP POST request with Basic authentication and the target URL in its JSON body.
- Enable headless=html when the required content depends on JavaScript; choose the proxy pool for that target.
Requirements & limitations
- This pilot verifies the v2 HTTP workflow, not the older Advanced-plan documentation.
- Exact output availability, async behavior, credit costs and failed-request billing should be checked against the selected current plan.
We reviewed the linked documentation. No live service connection, checkout or performance test is claimed for this listing.
primary sources
2 references- Official Dify integration with v2 request exampleChecked 2026-09-27
- Web Scraping API pricingChecked 2026-09-27