---
title: "Compare AirPods Pro prices across every US retailer"
slug: "airpods-pro-price-comparison-us"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/airpods-pro-price-comparison-us"
actor: "Competitor Price Tracker & Price Comparison by Product URL"
actor_url: "https://automationbyexperts.com/apify/competitor-price-tracker-price-comparison-by-product-url"
apify_url: "https://apify.com/fayoussef/competitor-price-tracker-price-comparison-by-product-url/examples/airpods-pro-price-comparison-us?fpr=youssef&fp_sid=abe_ex_airpods-pro-price-comparison-us"
price: "$0.0015"
price_unit: "per result"
---

# Compare AirPods Pro prices across every US retailer

Starts from the Amazon, Walmart and Target product pages, finds every other store selling the same AirPods Pro by matching UPC, EAN and MPN rather than titles, extracts each live price in USD and ranks your reference price against the market. Add a free scrape.do key for protected sites.

**Run it:** [Compare AirPods Pro prices across every US retailer on Apify](https://apify.com/fayoussef/competitor-price-tracker-price-comparison-by-product-url/examples/airpods-pro-price-comparison-us?fpr=youssef&fp_sid=abe_ex_airpods-pro-price-comparison-us)  
**Actor:** [Competitor Price Tracker & Price Comparison by Product URL](https://automationbyexperts.com/apify/competitor-price-tracker-price-comparison-by-product-url)  
**Pricing:** $0.0015 per result

## The input this task runs with

```json
{
  "productUrls": [
    {
      "url": "https://www.amazon.com/dp/B09B8V1LZ3"
    },
    {
      "url": "https://www.walmart.com/ip/AirPods-Pro-2nd-generation-with-MagSafe-Case-USB-C/5689919121"
    },
    {
      "url": "https://www.target.com/p/airpods-pro-2nd-generation-with-magsafe-case-usb-c/-/A-85978622"
    }
  ],
  "country": "us",
  "currency": "USD",
  "maxCompetitors": 10
}
```

## What every run returns

- `Product name & identifier`
- `Verified UPC / EAN / GTIN / MPN`
- `Live competitor price`
- `Currency`
- `Availability / stock`
- `Your market rank`
- `Suggested pricing action`
- `Seller / retailer name`
- `Product 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 Competitor Price Tracker & Price Comparison by Product URL tasks

- [Compare a product's price across UK retailers](https://automationbyexperts.com/apify/examples/uk-product-price-comparison-by-url): Takes one Amazon UK product page, searches the UK web for the same item, confirms each match by identifier, drops anything not priced in GBP and returns every competitor with its live price. The same task works for any UK product URL, Argos, Currys or an independent Shopify store.

---

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