Price Comparison Scraper
Pricing
Pay per event
Go to Apify Store
Under maintenance
Price Comparison Scraper
The Price Comparison Scraper searches top online retailers all at once to save you time and money. Type in any product name, and it will instantly compare prices from Amazon, Walmart, Target, and eBay with helpful insights.
Pricing
Pay per event
Rating
0.0
(0)
Developer

RK K
Maintained by Community
Actor stats
2
Bookmarked
3
Total users
3
Monthly active users
9 days ago
Last modified
Categories
Share
Compare prices across Amazon, Walmart, Target, and eBay to find the best deals.
Features
- Scrapes 4 major e-commerce sites in parallel
- Finds lowest price, best value, and best rated products
- Fast execution (15-25 seconds)
- Residential proxy support for reliable scraping
Input Configuration
{"product_name": "wireless mouse","max_results_per_site": 2,"sites": ["amazon", "walmart", "target", "ebay"],"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"timeout": 20}
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
product_name | string | Yes | - | Product to search for (2-200 chars) |
max_results_per_site | integer | No | 5 | Results per site (1-20) |
sites | array | No | All sites | Sites to scrape: amazon, walmart, target, ebay |
proxy | object | Recommended | Apify proxy | Proxy configuration (required on Apify) |
timeout | integer | No | 30 | Timeout per site in seconds (10-120) |
Output
The actor returns a comparison with:
- Lowest price - Cheapest option found
- Best value - Best price including shipping
- Best rated - Highest rated product
- Best discount - Biggest savings
- Price range - Min, max, and average prices
- Results by store - All products organized by site
Recommended Configurations
Quick Search (15-20 seconds)
{"product_name": "your product","max_results_per_site": 2,"sites": ["amazon", "walmart"],"proxy": {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]},"timeout": 20}
Complete Comparison (20-30 seconds)
{"product_name": "your product","max_results_per_site": 3,"sites": ["amazon", "walmart", "target", "ebay"],"proxy": {"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]},"timeout": 25}
Proxy Configuration
IMPORTANT: Residential proxy is strongly recommended when running on Apify platform. E-commerce sites block datacenter IPs.
{"proxy": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}


