Amazon Product Search Scraper
Pricing
$3.00/month + usage
Amazon Product Search Scraper
Amazon Product Search Scraper Actor
3.0 (1)
Pricing
$3.00/month + usage
1
79
6
Last modified
3 days ago
🤖 What does Amazon Product Search Scraper do?
Amazon Product Search Scraper extracts product listings from Amazon search result pages.
Provide a full Amazon search URL (e.g., https://www.amazon.com/s?k=...), set how many pagination pages to crawl, and get a clean dataset of products with IDs, names, prices, images, and product URLs.
It's great for:
- Market research & pricing – Track prices and availability across queries and locales.
- Lead lists for e-commerce – Build shortlists of items to compare or resell.
- Trend monitoring – Check what shows up first for key search terms over time.
🚀 How to use
-
Configure input
- Paste an Amazon search URL (supports most locales, e.g.,
.com,.co.uk,.de,.es). - Choose how many pages to scrape (minimum 1).
- Enable Apify Proxy (Residential recommended) for reliability.
- Paste an Amazon search URL (supports most locales, e.g.,
-
Run the scraper
- Click Run and let the actor process pages sequentially.
-
Get your data
- Open the Dataset tab to preview or export results as JSON, CSV, Excel, or via API.
📝 Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
search | String | Yes | Amazon search URL to scrape, e.g., https://www.amazon.com/s?k=put+your+search+here. |
pages | Integer | Yes | Number of pagination pages to crawl (≥ 1). Default: 1. |
proxyConfiguration | Object | Yes | Proxy settings. Residential proxies are recommended. Prefill uses Apify Residential (RESIDENTIAL). |
Example input:
{"search": "https://www.amazon.com/s?k=rubber+ducks","pages": 2,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
📊 Results
Each product record typically includes:
id– Amazon ASIN (when detectable from the listing)name– Product title as shown in search resultsprice– Price string captured from the listing cardimage– Primary image URL (listing thumbnail)url– Canonical product detail page
Example output snippet:
[{"id": "B0BKTS5R34","name": "JOYIN 30 Pcs Rubber Ducks, Random Assortment Ducks Bulk with Mesh Carry Bag, Mini Rubber Duckies for Baby Bath Toys, Kids Toddler Summer Pool Toys Birthday Gifts Party Favors","price": "$14.99","image": "https://m.media-amazon.com/images/I/81j4mK8R5IL._AC_UL320_.jpg","url": "https://www.amazon.com/JOYIN-Assortment-Birthday-Activity-Carnival/dp/B0BKTS5R34/"},{"id": "B0D2KYN3XG","name": "240pcs Luminous Mini Resin Ducks, Tiny Animals Bulk Glow in The Dark Small Plastic Miniature Ducks Figures for Dollhouse Decor Micro Garden Home Landscape Aquarium Craft Gifts Party Favors Toys","price": "$9.99","image": "https://m.media-amazon.com/images/I/81vqUkwLNuL._AC_UL320_.jpg","url": "https://www.amazon.com/GWAHSA-Luminous-Miniature-Dollhouse-Landscape/dp/B0D2KYN3XG/"}]
🌍 Proxy usage
This actor is preconfigured to use Apify Residential proxies:
- Higher success rates on Amazon (which employs strong anti-bot protections).
- Ability to spread requests and reduce blocking.
- Works across locales based on your
searchURL.
⚖️ Legal Considerations
When using Amazon Product Search Scraper, please consider the following:
- Respect the Platform's Terms: Ensure your use case complies with Amazon's terms of service and policies.
- Avoid Overloading Servers: Implement reasonable request rates to avoid overwhelming the website.
- Data Privacy Regulations: Be aware of and comply with personal data protection laws like GDPR.
- Legal Advice: If uncertain about the legal implications, consult with a legal professional.
For more insights on web scraping legality, please refer to our blog post: is web scraping legal?
