USA Price Comparison Actor avatar

USA Price Comparison Actor

Pricing

from $1.20 / 1,000 results

Go to Apify Store
USA Price Comparison Actor

USA Price Comparison Actor

Scrape prices by UPC‑A/GTIN (12 or 13 digits) for the U.S. market. Get up‑to‑date lowest prices and merchant offers from leading retailers such as Walmart, SHEIN, Target, Sephora, Best Buy, Ulta Beauty, Wayfair... Exports two formats: product summaries and merchant rows for developers and BI teams.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

M3Web

M3Web

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a month ago

Last modified

Share

Overview

Track product and shop prices in the U.S. market using product identifiers (UPC‑A / GTIN, 12 or 13 digits), covering major retailers such as Walmart, SHEIN, Target, Sephora, Best Buy, Ulta Beauty, Wayfair, Macy's, ASOS, Etsy, eBay, Lowe's, The Home Depot, StockX, Dick's Sporting Goods...
Built for eCommerce teams, marketers, and analysts who need clear, reliable price data.
No coding required — this Actor is designed to be no‑code friendly, so anyone can run it and export results without technical setup.


✨ Features

  • Input: List of product identifiers (UPC‑A / GTIN, 12 or 13 digits).
  • Tracks the lowest price and saves product details with a timestamp for each item.
  • Optionally collects all available merchant offers for competitor comparison.
  • Produces:
    • Default dataset → product summary with shop dictionary of merchant prices.
    • Offers CSV file → one row per merchant, ready for Excel or BI analysis (download link is logged after the run).

⚙️ How it works

  1. Enter product identifiers (UPC‑A / GTIN, 12 or 13 digits)
    Paste one or more codes to track products.

  2. Include all shop offers
    Switch ON to collect all available merchant prices.
    Switch OFF to save only the lowest price for each product.

  3. Generate Offers CSV file
    Switch ON the Generate Offers CSV file input.
    After scraping, the Actor logs a direct download link at the bottom of Log:
    📂 Offers CSV file created. Download here: https://api.apify.com/v2/key-value-stores/<STORE_ID>/records/offers-dataset.csv
    Click the link to get the file — it contains merchant‑level rows for Excel/BI analysis, structured differently than the Default dataset.

  4. Run the Actor
    It gathers product details and prices, then saves results into the default dataset and (optionally) the offers CSV file.


📊 Example Outputs

Default dataset (JSON): → product summary with shop dictionary of merchant prices.

{
"ean": "887276916132",
"category": "Mobile Phones",
"productId": "3392719445",
"name": "Samsung Galaxy S25+ 256GB Icyblue",
"lowestPrice": 876.71,
"currency": "USD",
"outOfStock": false,
"images": "https://owp.klarna.com/product/3198662291/Samsung-Galaxy-S25-256GB-Icyblue.jpg",
"productUrl": "https://www.klarna.com/us/shopping/pl/cl1/3392719445/Mobile-Phones/Samsung-Galaxy-S25-256GB/",
"scrapedAt": "2026-05-29T23:27:32.279Z",
"shop": {
"Best_Buy": 876.71,
"Newegg": 960.23,
"Samsung": 999.99,
"Walmart": 899.97,
"eBay": 1080.25
}
}

Offers dataset (CSV): → merchant rows for Excel or BI analysis, created only if the checkbox is ON (direct download link is logged after the run).

eanproductIdnamecategorymerchantpricescrapedAt
8872769161323392719445Galaxy S25+ 256GBMobile PhonesBest_Buy876.712026-05-29
8872769161323392719445Galaxy S25+ 256GBMobile PhonesNewegg960.232026-05-29
8872769161323392719445Galaxy S25+ 256GBMobile PhonesSamsung999.992026-05-29
8872769161323392719445Galaxy S25+ 256GBMobile PhonesWalmart899.972026-05-29
8872769161323392719445Galaxy S25+ 256GBMobile PhoneseBay1080.252026-05-29

💡 Use Cases

  • Monitor prices for your product catalog.
  • Compare competitors’ pricing.
  • Feed BI dashboards with shop‑level data.
  • Support affiliate or SEO content with verified prices.

📌 Notes