Enables you to scrape Seller Profile from Amazon page using the ScrapeIN service
Endpoint
The /seller_profile
endpoint provides a method for retrieving seller profile details for a specific seller on Amazon. By making a GET
request to this endpoint, you can obtain relevant details and metrics associated with their Amazon seller account.
This information can be valuable for buyers seeking to assess the credibility and performance of a seller before making a purchase. Additionally, it can be useful for businesses conducting market research or analyzing competitor performance on the platform.
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
Notes on Retrieving Products from Sellers
To gather all the products from a specific seller, you can make a subsequent request using the
/seller_products
endpoint.
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 Profile 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.