Amazon Product Api
DeprecatedPricing
$9.99/month + usage
Go to Apify Store

Amazon Product Api
DeprecatedExtract product data by category and country, scrape single product data and reviews using ASIN, get category lists, and support all Amazon marketplaces. Sort results by sponsored or discounted products. Save to JSON/CSV.
Pricing
$9.99/month + usage
Rating
0.0
(0)
Developer
Toto Visotsky
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
a year ago
Last modified
Categories
Share
Amazon Product Scraper Actor
This Apify actor scrapes product details from Amazon using a given ASIN (Amazon Standard Identification Number).
Input
The actor accepts the following input parameters:
asin(required) - The ASIN of the product to scraperegion(optional) - Amazon region/domain to use (e.g., 'com', 'co.uk', 'de'). Default: 'com'currency(optional) - Currency for prices (e.g., 'USD', 'EUR', 'GBP'). Default: 'USD'timeout(optional) - Maximum time in milliseconds to wait for response. Default: 30000proxy(optional) - Proxy configuration object. Default: undefineduseApifyProxy(optional) - Whether to use Apify Proxy. Default: truegroups(optional) - Apify Proxy groups to use
Output
The actor outputs an object containing:
title- Product titleprice- Current pricerating- Product ratingreviewCount- Number of reviewsavailability- Stock statusdescription- Product descriptionfeatures- Product features/bullet points
Usage
const input = {asin: "B08N5KWB9H",region: "com"};