URL

The amazon source is designed to retrieve the content from various Amazon URLs. Instead of sending multiple parameters, you can provide us with a direct URL to the required Amazon page. We do not strip any parameters or alter your URLs in any way.

This data source also supports parsed data (structured data in JSON format), as long as the URL submitted is for one of the page types we can parse. If we cannot confirm that we can parse the page you requested, you will receive a failure message.

To see the response example with retrieved data, download this sample output in HTML format.

Query parameters

ParameterDescriptionDefault Value

source

Data source. More info.

N/A

url

Direct URL (link) to Amazon page

-

user_agent_type

Device type and browser. The full list can be found here.

desktop

render

Enables JavaScript rendering. More info.

-

callback_url

URL to your callback endpoint. More info.

-

parse

true will return structured data, as long as the URL submitted is for one of the page types we can parse.

false

- required parameter

Code examples

In the code examples below, we make a request to retrieve the Amazon product page for ASIN B08Y6Z944Q.

{
    "source": "amazon", 
    "url": "https://www.amazon.co.uk/dp/B08Y6Z944Q/",
    "parse": true
}

The example above uses the Realtime integration method. If you would like to use some other integration method in your query (e.g. Push-Pull or Proxy Endpoint), refer to the integration methods section.

Last updated