Price Comparison Scraper avatar
Price Comparison Scraper
Under maintenance

Pricing

Pay per event

Go to Apify Store
Price Comparison Scraper

Price Comparison Scraper

Under maintenance

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

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

ParameterTypeRequiredDefaultDescription
product_namestringYes-Product to search for (2-200 chars)
max_results_per_siteintegerNo5Results per site (1-20)
sitesarrayNoAll sitesSites to scrape: amazon, walmart, target, ebay
proxyobjectRecommendedApify proxyProxy configuration (required on Apify)
timeoutintegerNo30Timeout 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

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"]
}
}