Amazon Fast Product Scraper
Pricing
from $0.59 / 1,000 results
Amazon Fast Product Scraper
Extract Amazon search results, Buy Box pricing, multi-seller offers & technical specs by keyword or ASIN. Scrape Amazon products (free search & ASINs list). Extract product data, seller offers, and detailed specifications. Ideal for price monitoring, market research, and competitive analysis.
Pricing
from $0.59 / 1,000 results
Rating
5.0
(1)
Developer
Fabio Borsotti
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
Amazon Product Finder
An Apify Actor that searches for Amazon products and optionally retrieves detailed offer information for each product found.
What does this Actor do?
This Actor:
- Searches for Amazon products using a keyword or ASINs list
- Automatically paginates through search results
- Extracts product information (ASIN, title, price, URL, etc.)
- Optionally retrieves detailed offer information for each product ASIN
- Saves all results to an Apify dataset in structured JSON format
Perfect for market research, price monitoring, competitor analysis, or building large-scale product catalogs.
Why use Amazon Product Finder?
- Automated pagination - Handles multi-page results without manual intervention
- Scalable data collection - Retrieve thousands of products efficiently
- Offer enrichment - Get detailed seller and pricing information per product
- Configurable limits - Control max pages and max products to manage costs
- Robust error handling - Gracefully handles transient errors and continues processing
- Production-ready - Built with best practices for reliability and monitoring
Input Schema
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Conditional | - | Search term for Amazon products. Required if ASINs is not provided. |
ASINs | array/string | Conditional | [] | List of explicit Amazon ASINs to fetch. Required if keyword is not provided. Not affected by max_products. |
geocode | string | No | "it" | Geographic code (it, en, de, fr, es, uk, ca, au, jp, br) |
max_products | integer | No | 1000 | Maximum total products to return from free search. (Does not restrict explicitly provided ASINs). |
offer_listing | boolean | No | false | Retrieves every seller listing for a specific product, including pricing, shipping costs, seller information, and Buy Box status. |
detailed_info | boolean | No | false | Extracts comprehensive product information from any Amazon product page (PDP). |
Output Schema
Base information
| Field | Type | Description |
|---|---|---|
| asin | string | Product ASIN number |
| title | string | Product title |
| url | string | Product detail page URL |
| imageUrl | string | Product thumbnail image URL |
| price | object | Price with currencyCode and amount |
| rating | object | Rating with value, count, and stars |
| reviewCount | string | Number of reviews as displayed |
| isSponsored | boolean | Whether this is a sponsored/ad placement |
| isPrime | boolean | Whether Prime shipping is available |
| position | number | Position on the search results page |
| badge | string | Special badge if present (e.g., Best Seller, Overall Pick) |
With offer_listing = true
| Field | Type | Description |
|---|---|---|
| condition | string | Product condition (New, Used, Refurbished, etc.) |
| offerHeader | string | Offer header text |
| sellerId | string | Unique seller identifier |
| merchantName | string | Seller/merchant display name |
| shippingTime | object | Shipping time details including deliveryDate |
| listingPrice | object | Current offer price with currencyCode and amount |
| listPrice | object | Original list price (if discounted) |
| discount | object | Discount details with percentage, amount, and currencyCode |
| shipping | object | Shipping cost with currencyCode and amount |
| shipsFrom | string | Shipping origin location |
| isFulfilledByAmazon | boolean | Whether the offer is FBA (Fulfilled by Amazon) |
| primeInformation | object | Prime eligibility details |
| isBuyBoxWinner | boolean | Whether this offer holds the Buy Box |
| quantity | number | Available stock quantity |
With detailed_info = true
| Field | Type | Description |
|---|---|---|
| asin | string | Product ASIN number |
| is_sponsored | boolean | Whether the product is a sponsored listing |
| brand | string | Brand name |
| name | string | Full product title |
| url | string | Canonical product URL |
| thumbnail | string | Primary product image URL |
| rating | number | Average star rating (0–5) |
| total_ratings | number | Total number of customer ratings |
| price | number | Current selling price |
| list_price | number | Original list price (if discounted) |
| currency | string | Currency code (e.g., USD, EUR, GBP) |
| currency_symbol | string | Currency symbol (e.g., $, €, £) |
| is_prime | boolean | Whether Prime shipping is available |
| description | string | Long-form product description parsed from the PDP, when Amazon exposes it |
| shipping_info | array | Shipping and delivery information strings |
| more_buying_choices | object | Alternative seller options with links |
| images | array | All product images with URLs and dimensions |
| best_seller_rankings | array | Category rankings with rank numbers |
| technical_details | object | Key-value pairs of product specifications |
| status | string | Request status (success or error) |
| errorMessage | string | Error message if request failed |
| html | string | Full raw HTML of the Amazon page (only present when include_html=true) |
Example Input
{"keyword": "Lenovo Legion Tab","geocode": "it","max_products": 100,"offer_listing": true,"detailed_info": true}
Output
The Actor saves multiple dataset records, one per product. Each record has this structure:
Complete product record with offers and details:
[{"asin": "B0G1MQVMPF","title": "HP Laptop 15-fd1004sl, 15\" Laptop, FHD Display, Notebook, (Intel Core Ultra 7 155H, RAM 16GB, SSD 512GB, Windows 11), Laptop, Daily Use, Italian Keyboard, QWERTY, Silver","url": "https://www.amazon.it/-/en/HP-15-fd1004sl-Display-Notebook-Keyboard/dp/B0G1MQVMPF/ref=sr_1_1?dib=eyJ2IjoiMSJ9.RTwssI-S-LMCX4qSc2nhun61nJwbUBl1vYUf2-hqkLu_CSjRutYtCITugiUZ0JpvAIVQnKQUS1yWadusnuB3piTRHSQ8Uy2YwiwBGztoTtZyWtId0AmYKQWZktr282_4y6TyfbB4li5W9HqEGxdmwij-BpeBA06JuHVwhf1UqpRORZFNQ3XcUVnTpaYNZoOiRAOoHR9-MQtww5jXR79m9lSGWoVhUNda_L-Zwyb-Ksd2OyB6Db0n_iGfs4rxFo1xGCQXKVqoCIx5aPSLn0QBvzEzgnSX3l2OT-1hlBces8s.4Ro4uMDrXzaO1nUXxDgCz0PEKShQXuoRzGO7Fp2GQxw&dib_tag=se&keywords=laptop&qid=1787736604&sr=8-1","imageUrl": "https://m.media-amazon.com/images/I/61dyRuH3ocL._AC_UL320_.jpg","price": {"currencyCode": "EUR","amount": 549.99},"rating": {"value": 4.5,"count": 0,"stars": 5},"reviewCount": "(4)","isSponsored": false,"position": 3,"badge": "Limited time deal","sales_volume": "100+ bought in past month","delivery": {"isFree": true,"date": "Thu 3 Sept","rawText": "FREE delivery Thu 3 Sept"},"offers": [{"condition": "New","offerHeader": "New","sellerId": "APJ6JRA9NG5V4","merchantName": "Amazon","shippingTime": {"minimumHours": 24,"maximumHours": 72,"deliveryDate": "Thursday, 3 September","isFree": true},"listingPrice": {"currencyCode": "EUR","amount": 549.99},"priceNotice": null,"promotion": null,"listPrice": {"currencyCode": "EUR","amount": 599.99},"discount": {"percentage": 8.33,"amount": 50,"currencyCode": "EUR"},"shipping": {"currencyCode": "EUR","amount": 0},"ships_from": "Amazon","isFulfilledByAmazon": true,"primeInformation": {"isPrime": false,"isNationalPrime": false},"isBuyBoxWinner": true,"quantity": 2}],"details": {"asin": "B0G1MQVMPF","parent_asin": "B0G1MQVMPF","is_sponsored": false,"brand": "HP","name": "HP Laptop 15-fd1004sl, 15\" Laptop, FHD Display, Notebook, (Intel Core Ultra 7 155H, RAM 16GB, SSD 512GB, Windows 11), Laptop, Daily Use, Italian Keyboard, QWERTY, Silver","url": "https://www.amazon.it/dp/B0G1MQVMPF","thumbnail": "https://m.media-amazon.com/images/I/61dyRuH3ocL._AC_SX300_SY300_QL70_ML2_.jpg","rating": 4.5,"total_ratings": 4,"price": 549.99,"list_price": 599.99,"currency": "EUR","currency_symbol": "€","is_prime": true,"has_buy_box": true,"max_quantity": 2,"availability_text": "In stock","sales_volume": "100+ bought in past month","sold_by": "Amazon","other_sellers_count": 0,"shipping_info": ["FREE Delivery Thursday, 3 September. Details","FREE Delivery by Amazon","Deliver to 89020"],"shipping": {"is_prime": true,"location": {"zipcode": "89020"},"options": [{"type": "free","price": 0,"is_prime": false,"delivery_date": {"by": "Thursday, 3 September","formatted": "Thursday, 3 September"},"raw_text": "FREE Delivery Thursday, 3 September. Details"}]},"images": [{"url": "https://m.media-amazon.com/images/I/61dyRuH3ocL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71Pp0jD3bcL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/61YQyrcghyL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/51OIxL0PCBL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/61KOcNyEi9L._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/81vsL3nugXL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71u9EFCosJL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71M0Qng58JL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71pfJMfuiYL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71pHaDMBiqL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/717i-hr6nuL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71--EqxJ3BL._AC_SL1500_.jpg"},{"url": "https://m.media-amazon.com/images/I/71vvvPsWd+L._AC_SL1500_.jpg"}],"videos": [{"title": "HP Laptop serie 15-fd (Intel)","url": "https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-eu-west-1-prod/0cd16e93-1129-4228-b8db-33554705e2d4/default.jobtemplate.hls.m3u8","thumbnail_url": "https://m.media-amazon.com/images/I/21j6NJwBXLL.SX522_.jpg","duration_seconds": 6,"duration_timestamp": "00:06","width": 1920,"height": 1080,"group_type": "IB_G1","is_hero_video": false}],"best_seller_rankings": [{"category": "Computers","rank": 297},{"category": "Traditional Laptops","rank": 5}],"category_path": [{"name": "Computers","link": "https://www.amazon.it/-/en/b/ref=dp_bc_1?ie=UTF8&node=425916031","node": "425916031"},{"name": "Laptops","link": "https://www.amazon.it/-/en/b/ref=dp_bc_2?ie=UTF8&node=460158031","node": "460158031"},{"name": "Traditional Laptops","link": "https://www.amazon.it/-/en/b/ref=dp_bc_3?ie=UTF8&node=30117766031","node": "30117766031"}],"technical_details": {"ASIN": "B0G1MQVMPF","Audio Output Type": "Speakers","Audio Recording": "Yes","Audio features": "Number of built-in speakers: 2","Automatic Backup Software Included": "Windows 11 Home","Battery Cell Type": "Lithium Polymer","Battery Life": "6.25 Hours","Bluetooth Version": "5.4","Bluetooth support?": "Yes","Box Contents": "HP 15-fd1004sl","Brand Name": "HP","CPU L3 Cache": "24 MB","CPU Model Generation": "Intel Core Ultra (Series 1)","CPU Model Number": "155H","CPU Model Speed Maximum": "4.8 GHz","Cache Memory Installed Size": "24 MB","Camera Description": "Front","Chipset Type": "Intel SoC","Colour": "Silver","Colour Gamut Value": "62.5","Compatible Devices": "HDMI, USB, Bluetooth, Wi-Fi devices","Display Technology": "LCD","Display Type": "LCD","Form Factor": "Clamshell","Graphics Coprocessor": "Intel Arc Graphics","Graphics Description": "Integrated","Graphics Ram Type": "Shared","Hard Disk Description": "SSD","Hard Disk Interface": "Solid State","Hard-Drive Size": "512 GB","Hardware Interface": "Bluetooth, HDMI, Headphone, USB 3.2 Gen 1, USB 3.2 Gen 2","Human Interface Types": "Touch Pad","Item Dimensions L x W x Thickness": "23.6L x 36W x 1.9Th centimetres","Item Weight": "1590 Grams","Keyboard Description": "Full Size","Lithium Battery Energy Content": "41 Watt Hours","Manufacturer": "HP","Maximum Display Brightness": "250 Candela Per Square Meter","Maximum Display Resolution": "1920x1080 Pixel","Memory Clock Speed": "5600 MHz","Memory Speed": "5600 MHz","Microphone Form Factor": "Built-in microphone","Model Name": "D15G4EA","Model Number": "D15G4EA#ABZ","Model Year": "2025","Native Resolution": "1920 x 1080 pixels","Network Connectivity Technology": "Bluetooth, HDMI, USB, Wi-Fi","Notebook Pointing Device Description": "Touchpad","Number Of Cells": "3","Number of Ports": "4","Operating Systems": "Windows 11 Home","Optical Storage Device": "No","Other Special Features of the Product": "Anti-glare coating (anti-reflective coating), Full Keyboard, Numeric keypad (numeric keypad)","Power Device": "Power supply not included","Processor Brand": "Intel","Processor Count": "16","Processor Series": "Intel Core Ultra 7","Processor Speed": "1.4 GHz","Product Warranty": "1 Year","RAM Memory Installed": "16 GB","RAM Memory Technology": "DDR5","RAM Type": "DDR5 RAM","Ram Memory Maximum Size": "16 GB","Resolution": "1080p","Screen Size": "15.6 Inches","Speaker Description": "Number of built-in speakers: 2","Specific Uses For Product": "Home","Total HDMI Port": "1","Total USB Ports": "3","Touchpad Feature": "Numberpad","UPC": "199896071215","Video Output": "1 x HDMI","Video Processor": "Intel","Webcam Capability": "Yes","Wi-Fi Generation": "Wi-Fi 6","Wireless Compability": "802.11ax","Wireless Technology Type": "Bluetooth, Wi-Fi"},"about_item": ["RELIABLE PERFORMANCE EVERY DAY: With an Intel Core Ultra 7 155H processor, 16GB of RAM and 512GB storage, this laptop delivers responsive performance for multitasking, content creation, and demanding tasks","FHD ANTI-GLARE SCREEN: Enjoy crisp, detailed images on a large 15.6\" Full HD (1920 x 1080) display panel ensures accurate and consistent colour reproduction with up to 178° viewing angle","Unlimited connectivity: Whether wired (USB, HDMI, USB-C) or wireless (Wi-Fi, Bluetooth), you can count on quick and easy connections to stay productive wherever you go","EPEAT GOLD: EPEAT Gold registered products represent the highest level of rating and meet all criteria required by EPEAT","WINDOWS 11: Familiarity and innovation together: a modern interface, intelligent AI features and advanced protection for a simple and powerful experience","Ports: 2 USB Type-A 5Gbps signaling rate; 1 AC smart pin; 1 HDMI 1.4b; 1 headphone/microphone combo; 1 USB Type-C 10Gbps signaling rate (USB Power Delivery, DisplayPort 1.4b, HP Sleep and Charge)","45W power supply not included in the package: recommended accessory, sold separately"],"description": "From the manufacturer Previous page Next page","reviews": [{"review_id": "R23HHG788W70SY","author": "Daniele","date": "Reviewed in Italy on 9 August 2026","verified_purchase": true},{"review_id": "R131MNTVGUW596","author": "Gianfranco","date": "Reviewed in Italy on 6 August 2026","verified_purchase": true},{"review_id": "R2YSY1UE1SBBD9","author": "Cliente Amazon","date": "Reviewed in Italy on 31 July 2026","verified_purchase": true}],"deal": {"deal_id": "d4feb077","label": "Limited time deal","discount_percent": 8,"price_before_deal": 599.99},"amazon_choice": false,"best_seller": false,"climate_pledge_friendly": true,"status": "success"}}]
Without enrichment (both false):
[{"asin": "B0G1MQVMPF","title": "HP Laptop 15-fd1004sl, 15\" Laptop, FHD Display, Notebook, (Intel Core Ultra 7 155H, RAM 16GB, SSD 512GB, Windows 11), Laptop, Daily Use, Italian Keyboard, QWERTY, Silver","url": "https://www.amazon.it/-/en/HP-15-fd1004sl-Display-Notebook-Keyboard/dp/B0G1MQVMPF/ref=sr_1_1?dib=eyJ2IjoiMSJ9.RTwssI-S-LMCX4qSc2nhun61nJwbUBl1vYUf2-hqkLu_CSjRutYtCITugiUZ0JpvAIVQnKQUS1yWadusnuB3piTRHSQ8Uy2YwiwBGztoTtZyWtId0AmYKQWZktr282_4y6TyfbB4li5W9HqEGxdmwij-BpeBA06JuHVwhf1UqpRORZFNQ3XcUVnTpaYNZoOiRAOoHR9-MQtww5jXR79m9lSGWoVhUNda_L-Zwyb-Ksd2OyB6Db0n_iGfs4rxFo1xGCQXKVqoCIx5aPSLn0QBvzEzgnSX3l2OT-1hlBces8s.4Ro4uMDrXzaO1nUXxDgCz0PEKShQXuoRzGO7Fp2GQxw&dib_tag=se&keywords=laptop&qid=1787736489&sr=8-1","imageUrl": "https://m.media-amazon.com/images/I/61dyRuH3ocL._AC_UL320_.jpg","price": {"currencyCode": "EUR","amount": 549.99},"rating": {"value": 4.5,"count": 0,"stars": 5},"reviewCount": "(4)","isSponsored": false,"position": 3,"badge": "Limited time deal","sales_volume": "100+ bought in past month","delivery": {"isFree": true,"date": "Thu 3 Sept","rawText": "FREE delivery Thu 3 Sept"}}]
Notes:
- If
offer_listing=false, theoffersfield is omitted - If
detailed_info=false, thedetailsfield is omitted - If enrichment fails for an ASIN, the field is set to empty object
{}
Max Products Limit
The Actor respects max_products strictly:
- Stops pagination as soon as the limit is reached
- If a page would exceed the limit, only takes what's needed
- Important: Never returns more than
max_productsitems
Example: With max_products=100:
- Page 1: 50 products (total: 50)
- Page 2: 40 products (total: 90)
- Page 3: Takes only first 10 products to reach 100, stops pagination
Offer Retrieval
When offer_listing=true:
- For each product in the final output, the Actor fetches seller offers
- Uses the product's ASIN to query the offer-listing endpoint
- Adds an
offersfield to each product with all available sellers - If ASIN is missing/invalid or the request fails, sets
offers: {} - Errors on individual offers do NOT stop the Actor
Product Details Retrieval
When detailed_info=true:
- For each product in the final output, the Actor fetches comprehensive product details
- Uses the product's ASIN to query the PDP (Product Detail Page) endpoint
- Adds a
detailsfield to each product with full product information - Returned details include: specifications, descriptions, images, ratings, rankings, and more
- If ASIN is missing/invalid or the request fails, sets
details: {} - Errors on individual details do NOT stop the Actor
Troubleshooting
No products found
- Verify the
keywordis valid and has results on Amazon - Check the
geocodeis supported - Some searches may genuinely return no results
Offers are empty {}
- Normal if the product has limited offers
- Check offer-listing endpoint is working in Scrape.do
Details are empty {}
- Normal if the product page is unavailable or content is blocked
- Some products may have restricted access