Scrapingdog

Custom Headers

The custom headers feature lets you pass your own HTTP headers when making scraping requests. Enable it with custom_headers=true and include your headers in the request. This is particularly useful for accessing authentication-protected content or handling responses that require specific headers. There is no additional cost for this feature.

Endpoint: https://api.scrapingdog.com/scrape

API Examples

Code to Integrate
curl --header "X-customheader: bar" \
    "https://api.scrapingdog.com/scrape?api_key=APIKEY&url=https://www.scrapingdog.com&custom_headers=true"