POST Request

You can also send a POST request through Scrapingdog API along with the headers and the data you want to submit to another API or a form.

Usage

url -d 'foo=bar' \
    -X POST \
    "https://api.scrapingdog.com/scrape?api_key=5e5a97e5b1ca5b194f42da86c5e27dd646&url=http://httpbin.org/anything"

Last updated