πŸ›οΈ Google Shopping Scraper β€” Prices & Sellers avatar

πŸ›οΈ Google Shopping Scraper β€” Prices & Sellers

Pricing

from $20.00 / 1,000 results

Go to Apify Store
πŸ›οΈ Google Shopping Scraper β€” Prices & Sellers

πŸ›οΈ Google Shopping Scraper β€” Prices & Sellers

Scrape Google Shopping for product listings, prices, sellers, ratings & shipping. Monitor competitor pricing, track price changes & build comparison tools. Pay per result.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

8

Monthly active users

3 days ago

Last modified

Categories

Share

πŸ›οΈ Google Shopping Scraper β€” Prices, Sellers & Competitor Price Monitoring

Scrape Google Shopping for product listings β€” prices, sellers, ratings and shipping β€” across any list of search queries, in clean JSON. Built for competitor price monitoring, price-change tracking, and price-comparison feeds. Pay per result, no subscription, no API key required.

▢️ Run it on Apify β†’ Β· pay-per-use Β· $5 free credit to start

What you get

For every product card, structured fields:

FieldDescription
titleProduct name
price + currencyListed price and currency
merchant / sellerThe store/seller offering it
rating + reviewCountStar rating and number of reviews
shippingShipping cost / terms where shown
imageProduct image URL
linkSource product/offer URL

Output is JSON/CSV β€” ready for a spreadsheet, database, BI tool, or a price-comparison app.

Use cases

  • Competitor price monitoring β€” track competitor and reseller prices on your SKUs and catch undercutting.
  • MAP / price-policy enforcement β€” detect minimum-advertised-price violations across sellers.
  • Price-comparison feeds β€” populate a comparison site or shopping aggregator.
  • E-commerce & DTC intelligence β€” watch a category, see who's winning the buy-box and at what price.
  • Repricing inputs β€” feed live market prices into a dynamic-pricing model.
  • Agencies β€” monitor a client's products and rivals from one scheduled job.

How it works (no API key needed)

By default the Actor queries Google Shopping through Apify's managed GOOGLE_SERP proxy β€” so it works out of the box with no API key and no setup. If that path returns no results for a query (rare, region-dependent), you can optionally pass your own serpApiKey and the Actor will fall back to SerpAPI automatically. Most users never need a key.

Inputs

InputDefaultNotes
queries["wireless earbuds"]One or many search terms / product names.
countryUS2-letter country code (US, GB, DE, FR, CA…). Prices are geo-targeted.
languageenLanguage code (en, fr, de…).
maxResultsPerQuery50Product cards per query.
serpApiKeyβ€”Optional SerpAPI fallback key; not required.
requestTimeout45Per-request HTTP timeout (seconds).

Sample inputs

1. Basic β€” one product, US:

{ "queries": ["wireless earbuds"], "country": "US", "maxResultsPerQuery": 50 }

2. Multi-SKU competitor watch:

{ "queries": ["dyson v15", "shark stratos", "miele triflex"], "country": "US", "maxResultsPerQuery": 30 }

3. Geo-targeted (UK pricing in GBP):

{ "queries": ["protein powder 1kg"], "country": "GB", "language": "en", "maxResultsPerQuery": 40 }

Sample output (one card)

{
"query": "wireless earbuds",
"title": "Sony WF-1000XM5 Wireless Noise-Cancelling Earbuds",
"price": 248.00,
"currency": "USD",
"merchant": "Best Buy",
"rating": 4.5,
"reviewCount": 3120,
"shipping": "Free shipping",
"image": "https://...",
"link": "https://www.google.com/shopping/product/..."
}

Pricing example

Pay-per-event (PPE) β€” you only pay for results returned:

EventPrice
Actor start$0.005
Result (product card)$0.02

Example: monitoring 20 SKUs at 30 cards each daily = ~600 results/day β‰ˆ $12/day of live competitor pricing β€” far below a price-intelligence SaaS seat, with no subscription. ▢️ Run it on Apify β†’

Returns publicly visible Google Shopping search results. No login, no paywalled data, no personal data. Use within Google's terms and your local regulations. A polite request UA is used.

FAQ

Do I need a SerpAPI key? No β€” it works out of the box via Apify's Google SERP proxy. serpApiKey is an optional fallback only.

Can I monitor competitor prices automatically? Yes β€” pass your SKUs as queries and schedule the Actor (Make / Zapier / n8n) to catch price changes and MAP violations daily. See the Google Shopping Price Monitor pages.

Is it geo-targeted? Yes β€” country + language return locale-specific prices and sellers.

How many results can I pull? Set maxResultsPerQuery (default 50) per query; pass many queries in one run.

What does it cost? Pay per result ($0.02) + a tiny actor-start fee. No subscription; $5 free Apify credit to start.

About NexGenData

NexGenData builds public-data Actors for e-commerce, market intelligence, lead-gen and regulatory research β€” pay-per-use, no subscriptions. Browse the full catalog: apify.com/nexgendata.