Amazon Reviews parameter values
Parameter | Description | Default value |
---|---|---|
q | ASIN | - |
domain | Any available Amazon top-level domain. | com |
parse | true will return parsed output in JSON format. Leave blank for HTML. | - |
access_token | Your access token. Only required for Browser integration (other methods use Basic Authentication method via username:password combination). | - |
device | desktop ,desktop_firefox ,desktop_chrome ,desktop_opera ,desktop_edge ,desktop_safari ,mobile ,mobile_android ,mobile_ios ,tablet ,tablet_ios . | desktop |
geo | Amazon scrapers take your geo input and turn it into "Deliver to" address preference on Amazon. There are two ways you can specify the delivery address for Amazon:- For locations within the native country of the Amazon marketplace, please send a zipcode/postcode. For example, if you want to see "Deliver to New York 10005" on your Amazon.com result, please send "geo": "10005", "domain": "com" parameter. If you're not particular in terms of which place within the country you would like to set the delivery location to, just choose a random zip/post code, but don't just set it to country name.- For locations outside the native country of the Amazon marketplace, please use a 2-letter country code. For example, if you would like to set the delivery location to France on Amazon.com, please send "geo": "FR", "domain": "com" . | - |
locale | Any single Accept-Language header value without q-factor. See this page for examples. | en-us |
callback_url | Only used with Callback. Specify the URL to which we should POST the job completion notification. | - |
js | Specifies that JavaScript should be executed before returning the SERP. For most use cases, this is an excessive measure, as the majority of SERP content loads without rendering JavaScript. Set this parameter to true to render JS. Please note that we charge x2 for SERPs with rendered JavaScript. | false |
Updated about 1 year ago