Enables you to scrape Seller Products from Amazon page using the ScrapeIN service
Endpoint
By utilizing the /seller_products
endpoint of the Amazon Sellers Data API with a GET
request, you can retrieve product listing results for a specific seller on Amazon.
This enables you to access detailed product information, gain insights into seller inventory, and utilize the data for various purposes such as inventory management, competitive analysis, and integration with your own systems.
Notes on Retrieving Sellers IDs
You can also obtain the
seller_id
value for a specific seller from a request utilizing/pricing
endpoint.
Authentication
API-KEY
. Use your API-KEY
for authentication.
Output format
html
, json
, csv
Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. For more details click here.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].
Required Seller Products Parameters
You can specify the seller using either the
seller_id
andamazon_domain
parameters or theurl
parameter (which contains a link to an Amazon seller profile page). If you provide both theamazon_domain
andseller_id
parameters, theurl
parameter will be ignored, and vise versa.