Amazon Fast Product Scraper avatar

Amazon Fast Product Scraper

Pricing

from $0.59 / 1,000 results

Go to Apify Store
Amazon Fast Product Scraper

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

Fabio Borsotti

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

12 hours ago

Last modified

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:

  1. Searches for Amazon products using a keyword or ASINs list
  2. Automatically paginates through search results
  3. Extracts product information (ASIN, title, price, URL, etc.)
  4. Optionally retrieves detailed offer information for each product ASIN
  5. 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

FieldTypeRequiredDefaultDescription
keywordstringConditional-Search term for Amazon products. Required if ASINs is not provided.
ASINsarray/stringConditional[]List of explicit Amazon ASINs to fetch. Required if keyword is not provided. Not affected by max_products.
geocodestringNo"it"Geographic code (it, en, de, fr, es, uk, ca, au, jp, br)
max_productsintegerNo1000Maximum total products to return from free search. (Does not restrict explicitly provided ASINs).
offer_listingbooleanNofalseRetrieves every seller listing for a specific product, including pricing, shipping costs, seller information, and Buy Box status.
detailed_infobooleanNofalseExtracts comprehensive product information from any Amazon product page (PDP).

Output Schema

Base information

FieldTypeDescription
asinstringProduct ASIN number
titlestringProduct title
urlstringProduct detail page URL
imageUrlstringProduct thumbnail image URL
priceobjectPrice with currencyCode and amount
ratingobjectRating with value, count, and stars
reviewCountstringNumber of reviews as displayed
isSponsoredbooleanWhether this is a sponsored/ad placement
isPrimebooleanWhether Prime shipping is available
positionnumberPosition on the search results page
badgestringSpecial badge if present (e.g., Best Seller, Overall Pick)

With offer_listing = true

FieldTypeDescription
conditionstringProduct condition (New, Used, Refurbished, etc.)
offerHeaderstringOffer header text
sellerIdstringUnique seller identifier
merchantNamestringSeller/merchant display name
shippingTimeobjectShipping time details including deliveryDate
listingPriceobjectCurrent offer price with currencyCode and amount
listPriceobjectOriginal list price (if discounted)
discountobjectDiscount details with percentage, amount, and currencyCode
shippingobjectShipping cost with currencyCode and amount
shipsFromstringShipping origin location
isFulfilledByAmazonbooleanWhether the offer is FBA (Fulfilled by Amazon)
primeInformationobjectPrime eligibility details
isBuyBoxWinnerbooleanWhether this offer holds the Buy Box
quantitynumberAvailable stock quantity

With detailed_info = true

FieldTypeDescription
asinstringProduct ASIN number
is_sponsoredbooleanWhether the product is a sponsored listing
brandstringBrand name
namestringFull product title
urlstringCanonical product URL
thumbnailstringPrimary product image URL
ratingnumberAverage star rating (0–5)
total_ratingsnumberTotal number of customer ratings
pricenumberCurrent selling price
list_pricenumberOriginal list price (if discounted)
currencystringCurrency code (e.g., USD, EUR, GBP)
currency_symbolstringCurrency symbol (e.g., $, €, £)
is_primebooleanWhether Prime shipping is available
descriptionstringLong-form product description parsed from the PDP, when Amazon exposes it
shipping_infoarrayShipping and delivery information strings
more_buying_choicesobjectAlternative seller options with links
imagesarrayAll product images with URLs and dimensions
best_seller_rankingsarrayCategory rankings with rank numbers
technical_detailsobjectKey-value pairs of product specifications
statusstringRequest status (success or error)
errorMessagestringError message if request failed
htmlstringFull 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, the offers field is omitted
  • If detailed_info=false, the details field 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_products items

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 offers field 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 details field 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 keyword is valid and has results on Amazon
  • Check the geocode is 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