Amazon Search API
This API can be used for scraping any search result from Amazon. You just need to pass the search query.
You have to send a GET request to https://api.ecommerceapi.io/amazon/search
with the below given parameters.
api_key
required
Your personal API key. Available on your dashboard Type: String
domain
required
This is the TLD extension of the Amazon page.
Example - in, com, tr, etc
Type: String
query
required
This is the search query string.
Type: String
page
required
This is the page number.
Type: String
country
required
To target a specific country, use the country's ISO code.
Each successful request with this parameter will cost 5 credits, except for the USA, which costs 1 credit per request.
The default value is "us".
Type: String
postal_code
To get data from a particular postal code.
5 credits will be charged for each successful request with this parameter.
Type: String
API Example
curl "https://api.ecommerceapi.io/amazon/search?api_key=APIKEY&domain=com&query=clothes"
API Response
{
"search_message": "",
"location": "Delivering to New York 10118",
"results": [
{
"type": "search_product",
"title": "Amazon Essentials Men's Slim-Fit Long-Sleeve Henley Shirt",
"image": "https://m.media-amazon.com/images/I/916e0XF8LFL._AC_UL320_.jpg",
"has_prime": false,
"is_best_seller": false,
"is_amazon_choice": false,
"limited_time_deal": false,
"deal_of_the_day": false,
"stars": "4.3",
"total_reviews": "11,611",
"url": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MTo1NzcwOTA5MTUxOTE3MDQ5OjE3MzQ4MDM2NDg6c3BfYXRmOjIwMDAxMTczMDE2OTczMTo6MDo6&url=%2FAmazon-Essentials-Slim-Fit-Long-Sleeve-Heather%2Fdp%2FB07BJKYP7D%2Fref%3Dsr_1_1_ffob_sspa%3Fdib%3DeyJ2IjoiMSJ9.3EGMwlXeHYpmglAkT3LGF2WiwCrmC5XKy_KtuIZ3dpADu7-3HYa82VRtT2lJ6br9u_yJToHYdGD8DucM9OZVYTetJMppJIPFbI_Hw5N-TnzrhuXqWJcjs22BvjMXYlDER4DHnwSrig5w02n7FQer5XNt9U73BSjK_KyALTwT6aCxXMuOosIltCRK62F9cxEEZ7PcAd_zxR1yl24748FvVeB6d3eUwNYWjLO1wv4IQsmWkNC7iVZG7Mp7vjGXSm8Pn0cJXaTqTwSOVesGGdUrO7RLZsugsjBuO_dgVYIG11E.hBodGupcb_dgzlmI68IUG5dNuupc6JPJUiDX04T-FeM%26dib_tag%3Dse%26keywords%3Dclothes%26qid%3D1734803648%26sr%3D8-1-spons%26sp_csd%3Dd2lkZ2V0TmFtZT1zcF9hdGY%26psc%3D1",
"optimized_url": "https://www.amazon.com/sspa/click?ie=UTF8&spc=MTo1NzcwOTA5MTUxOTE3MDQ5OjE3MzQ4MDM2NDg6c3BfYXRmOjIwMDAxMTczMDE2OTczMTo6MDo6&url=/Amazon-Essentials-Slim-Fit-Long-Sleeve-Heather/dp/B07BJKYP7D",
"sponsored": true,
"certification": "1 sustainability feature",
"number_of_people_bought": "100+ bought in past month",
"asin": "B07BJKYP7D",
"availability_quantity": null,
"price_string": "$16.10",
"price_symobol": "$",
"price": "$16.10",
"absolute_position": 1
},
{
"type": "search_product",
"title": "Saloogoe Summer Tank Tops for Women Loose Fit Pleated Tunics Scoop Neck Sleeveless Lace Tops Curved Hem Flowy",
"image": "https://m.media-amazon.com/images/I/71bbVJnXkmL._AC_UL320_.jpg",
"has_prime": false,
"is_best_seller": false,
"is_amazon_choice": false,
"limited_time_deal": false,
"deal_of_the_day": false,
"stars": "4.5",
"total_reviews": "1,604",
"url": "https://www.amazon.com#",
"optimized_url": "https://www.amazon.com#",
"sponsored": false,
"number_of_people_bought": "200+ bought in past month",
"availability_quantity": null,
"price_string": "$19.99",
"price_symobol": "$",
"price": "$19.99",
"absolute_position": 2,
"organic_position": 1
},
{
"type": "search_product",
"title": "4 Pack Leggings for Women Butt Lift High Waisted Tummy Control No See-Through Yoga Pants Workout Running Leggings",
"image": "https://m.media-amazon.com/images/I/61noZNB2OoL._AC_UL320_.jpg",
"has_prime": false,
"is_best_seller": false,
"is_amazon_choice": false,
"limited_time_deal": false,
"deal_of_the_day": false,
"stars": "4.3",
"total_reviews": "6,056",
"url": "https://www.amazon.com/Leggings-Waisted-Control-See-Through-Workout/dp/B09NJHVJ6W/ref=sr_1_4?dib=eyJ2IjoiMSJ9.3EGMwlXeHYpmglAkT3LGF2WiwCrmC5XKy_KtuIZ3dpADu7-3HYa82VRtT2lJ6br9u_yJToHYdGD8DucM9OZVYTetJMppJIPFbI_Hw5N-TnzrhuXqWJcjs22BvjMXYlDER4DHnwSrig5w02n7FQer5XNt9U73BSjK_KyALTwT6aCxXMuOosIltCRK62F9cxEEZ7PcAd_zxR1yl24748FvVeB6d3eUwNYWjLO1wv4IQsmWkNC7iVZG7Mp7vjGXSm8Pn0cJXaTqTwSOVesGGdUrO7RLZsugsjBuO_dgVYIG11E.hBodGupcb_dgzlmI68IUG5dNuupc6JPJUiDX04T-FeM&dib_tag=se&keywords=clothes&qid=1734803648&sr=8-4",
"optimized_url": "https://www.amazon.com/Leggings-Waisted-Control-See-Through-Workout/dp/B09NJHVJ6W",
"sponsored": false,
"number_of_people_bought": "10K+ bought in past month",
"asin": "B09NJHVJ6W",
"availability_quantity": null,
"price_string": "$25.99",
"price_symobol": "$",
"price": "$25.99",
"absolute_position": 3,
"organic_position": 2
},
.....
]
}
Video Tutorial
Last updated