Core APIs
...
Seller Data
Seller Products
4 min
seller products parameters get get /request the seller products parameters are applicable when making a request with type=seller products to retrieve seller product listing results for a single seller on amazon the seller is specified using either the seller id and amazon domain parameters or the url parameter (where the url parameter contains a link to an amazon seller product listing page) the parameters should be appended as querystring parameters to the product data api get http request seller product listing results are retrieved from the seller product listings page https //www amazon com/s?me=a02211013q5hp3omszc7w\&marketplaceid=atvpdkikx0der for a single seller on amazon you can retrieve the seller id value for a given seller from other rainforest requests, such as type=offers requests for example, to request seller product listings for the seller with id a02211013q5hp3omszc7w on amazon com the request would be http https //api rainforestapi com/request?api key=demo\&type=seller products\&seller id=a02211013q5hp3omszc7w\&amazon domain=amazon comcurl l get https //api rainforestapi com/request \\ d api key="demo" \\ d type="seller products" \\ d seller id="a02211013q5hp3omszc7w" \\ d amazon domain="amazon com"const axios = require('axios'); // set up the request parameters const params = { api key "demo", type "seller products", seller id "a02211013q5hp3omszc7w", amazon domain "amazon com" } // make the http get request to rainforest api axios get('https //api rainforestapi com/request', { params }) then(response => { // print the json response from rainforest api console log(json stringify(response data, 0, 2)); }) catch(error => { // catch and print the error console log(error); })import requests import json \# set up the request parameters params = { 'api key' 'demo', 'type' 'seller products', 'seller id' 'a02211013q5hp3omszc7w', 'amazon domain' 'amazon com' } \# make the http get request to rainforest api api result = requests get('https //api rainforestapi com/request', params) \# print the json response from rainforest api print(json dumps(api result json()))\<?php \# set up the request parameters $querystring = http build query(\[ 'api key' => 'demo', 'type' => 'seller products', 'seller id' => 'a02211013q5hp3omszc7w', 'amazon domain' => 'amazon com' ]); \# make the http get request to rainforest api $ch = curl init(sprintf('%s?%s', 'https //api rainforestapi com/request', $querystring)); curl setopt($ch, curlopt returntransfer, true); curl setopt($ch, curlopt followlocation, true); \# the following options are required if you're using an outdated openssl version \# more details https //www openssl org/blog/blog/2021/09/13/letsencryptrootcertexpire/ curl setopt($ch, curlopt ssl verifyhost, false); curl setopt($ch, curlopt ssl verifypeer, false); curl setopt($ch, curlopt timeout, 180); $api result = curl exec($ch); curl close($ch); \# print the json response from rainforest api echo $api result; ?> seller products parameters the following parameters are available for all requests made when type=seller products true falsefalse left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type next steps seller products results https //docs trajectdata com/rainforestapi/product data api/results/seller products