Skip to main content
Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide here.
The amazon_sellers template is built to obtain Amazon Sellers pages.
  • This target is available with Web API Advanced plans.
  • Real-time and Asynchronous integration methods are available for this template.
  • Batch requests are also supported.

Input Parameters

Request parameters available for the Amazon Pricing template:
ParameterTypeRequiredDescription
targetstringTarget type must be set to amazon_sellers.
querystringA 14-character Amazon Seller ID code.
headlessstringhtml value enables JavaScript rendering. Read more.
png value enables screenshot response. Read more.
parsebooleanAutomatically parses results when set to true.
Default value is false.
geostringSet the delivery location to use when submitting the query. Read more.
domainstringSpecify top-level domain. Read more.
localestringSet the value to change your Amazon web page interface language. Read more.
device_typestringSpecify device type and browser. Read more.
xhrbooleanSet to true to retrieve a list of XHR and fetch requests. Read more.
Default value is false.
markdownbooleanSet to true to receive a Markdown response. Read more.
Default value is false.

Request Examples

# update 'TOKEN VALUE' with your authorization token
curl --request 'POST' \
        --url 'https://scraper-api.decodo.com/v2/scrape' \
        --header 'Accept: application/json' \
        --header 'Authorization: Basic TOKEN VALUE' \
        --header 'Content-Type: application/json' \
        --data '
    {
      "target": "amazon_sellers",
      "query": "A1R0Z7FJGTKESH",
      "parse": true
    }
'

Output

Descriptions for fields in the parsed JSON results section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query.
Results keyDescription
urlURL to the Amazon Seller page.
queryA 14-character Amazon Seller ID code used in the request.
page_typeThe type of Amazon page.
descriptionA description of the seller.
seller_nameThe seller’s name.
business_nameThe business’s name.
business_addressThe business address.
ratingThe seller’s rating.

Response Example

{
    "results": {
        "url": "https://www.amazon.com/sp?seller=A1R0Z7FJGTKESH&language=en_US",
        "query": "A1R0Z7FJGTKESH",
        "page_type": "Seller",
        "description": "A1R0Z7FJGTKESH is committed to providing each customer with the highest standard of customer service.",
        "seller_name": "A1R0Z7FJGTKESH",
        "business_name": "A1R0Z7FJGTKESH",
        "business_address": "Söderbyvägen 13 ARLANDASTAD Sweden 19560 SE",
        "parse_status_code": 12000
    },
    "errors": [],
    "status_code": 12000,
    "task_id": "7396916579893523457"
}

Support

Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.

Feedback

Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.