JSON Response - Autoparse

For select websites the API will parse all the valuable data in the HTML response and return it in JSON format. To enable this feature, simply add autoparse=true to your request and the API will parse the data for you. Currently, this feature works with Amazon, Google Search, and Google Shopping.

  • API REQUEST

curl "http://api.scraperapi.com/?api_key=APIKEY&url=https://www.amazon.com/dp/B07V1PHM66&autoparse=true"
  • PROXY MODE

curl -x "http://scraperapi.autoparse=true:APIKEY@proxy-server.scraperapi.com:8001" -k "https://www.amazon.com/dp/B07V1PHM66"

Last updated