---
title: "Compare a product's price on Amazon, eBay, Best Buy and Newegg"
slug: "compare-prices-amazon-ebay-bestbuy-newegg"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/compare-prices-amazon-ebay-bestbuy-newegg"
actor: "Amazon, eBay, Best Buy & Newegg Price Comparison (ASIN or UPC)"
actor_url: "https://automationbyexperts.com/apify/multi-marketplace-price-checker"
apify_url: "https://apify.com/fayoussef/multi-marketplace-price-checker/examples/compare-prices-amazon-ebay-bestbuy-newegg?fpr=youssef&fp_sid=abe_ex_compare-prices-amazon-ebay-bestbuy-newegg"
price: "$0.012"
price_unit: "per product checked"
---

# Compare a product's price on Amazon, eBay, Best Buy and Newegg

Give it ASINs, UPCs, model numbers or plain product names and get what each exact product sells for right now on all four marketplaces, priced for a New York ZIP. AI verifies each result is the same product, not a bundle, accessory or different colour, before it is reported.

**Run it:** [Compare a product's price on Amazon, eBay, Best Buy and Newegg on Apify](https://apify.com/fayoussef/multi-marketplace-price-checker/examples/compare-prices-amazon-ebay-bestbuy-newegg?fpr=youssef&fp_sid=abe_ex_compare-prices-amazon-ebay-bestbuy-newegg)  
**Actor:** [Amazon, eBay, Best Buy & Newegg Price Comparison (ASIN or UPC)](https://automationbyexperts.com/apify/multi-marketplace-price-checker)  
**Pricing:** $0.012 per product checked

## The input this task runs with

```json
{
  "products": [
    "B0DGHMNQ5Z",
    "Sony WH-1000XM5"
  ],
  "marketplaces": [
    "Amazon",
    "eBay",
    "BestBuy",
    "Newegg"
  ],
  "zipCode": "10001"
}
```

## What every run returns

- `Input identifier (ASIN / UPC / MPN / name)`
- `Matched product title`
- `Marketplace (Amazon, eBay, Best Buy, Newegg)`
- `Price & currency`
- `Highest / lowest / typical price`
- `Condition (new, refurb, bundle)`
- `AI match confidence`
- `Seller name`
- `Source URL`
- `Checked timestamp`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Amazon, eBay, Best Buy & Newegg Price Comparison (ASIN or UPC) tasks

- [Price check an arbitrage sourcing list across marketplaces](https://automationbyexperts.com/apify/examples/arbitrage-sourcing-list-price-check): Runs a list of ASINs through Amazon and eBay in parallel and returns the current price and availability on each, so a sourcing sheet of hundreds of products shows in one pass where each item resells highest. The identifiers view carries the UPC and model number matched for each row.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
