Amazon

Product Search API

GET https://api.dataextractorpro.com/product-search ⚡ 1 Credit

Gives product search details

Overview

This API endpoint allows programmatically extracting clean, structured data for Amazon.

Authentication

Include your API key in the request header:

x-api-key: YOUR_API_KEY
Request Parameters
Parameter Type Required Description & Allowed Values Try Parameter
keyword
Keyword
text Required
Enter the product name or keyword you want to search for on Amazon.
country
Country
select Required
Select the Amazon marketplace country where you want to search for products.
Allowed Values: us ca uk de fr it es mx +13 more
page
Page No
text Optional
Page No
sort
Sort
select Optional
optional- any value from Featured,Low_to_high,High_to_low,Avg_customer_review,Newest_arrivals,Best_sellers
Allowed Values: Featured Low_to_high High_to_low Avg_customer_review Newest_arrivals Best_sellers
Code Examples

                                
                                
                                
                            
Error Responses
400 Invalid Parameters
One or more required parameters are missing or invalid.
{
    "status": "error",
    "message": "Parameter 'q' is required"
}
401 Unauthorized
Invalid or missing API key in x-api-key header.
{
    "status": "error",
    "message": "Invalid API key"
}
429 Rate Limit / Quota Exceeded
API key usage quota has been exhausted.
{
    "status": "error",
    "message": "Usage limit reached"
}
500 Internal Server Error
An unexpected server error occurred during extraction.
{
    "status": "error",
    "message": "Internal extraction error"
}