Enables you to scrape Amazon categories using the ScrapeIN service.
Endpoint
The /category
API endpoint enables you to send a GET
request and retrieve specifically tailored Amazon Category results for your query.
When using this endpoint, you will receive comprehensive information pertaining to products, listings, and other relevant details that are associated with a specific category on Amazon's website. This helps you access a focused and relevant set of data aligned with your specific category-based search criteria.
Authentication
API-KEY
. Use your API-KEY
for authentication.
Output format
html
, json
, csv
Required Parameters
To specify the Amazon category, you have the following options:
- You can use a Category ID obtained from the Navigation API and an Amazon domain using the
category_id
andamazon_domain
parameters respectively.- Provide the
url
parameter containing the link to an Amazon product page. If theurl
parameter is used, thecategory_id
parameter will be disregarded.
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].