Google Shopping Scraper — Prices, Sellers & Deals avatar

Google Shopping Scraper — Prices, Sellers & Deals

Pricing

from $3.00 / 1,000 product scrapeds

Go to Apify Store
Google Shopping Scraper — Prices, Sellers & Deals

Google Shopping Scraper — Prices, Sellers & Deals

Scrape Google Shopping: product titles, prices, sellers, ratings, discounts and shipping costs. Multi-keyword input, 28 countries supported. $3/1K results.

Pricing

from $3.00 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

5

Monthly active users

a day ago

Last modified

Share

Google Shopping Scraper — Prices, Sellers & Discounts

Extract product listings, prices, sellers, ratings, discounts, and shipping info from Google Shopping in real time. Supports 28 countries, price range filters, sort by price or reviews, and new/used/refurbished condition filters.


When to use this actor

Use this actor when asked to:

  • Find prices for a product on Google Shopping
  • Compare prices across multiple sellers or merchants
  • Monitor or track product pricing over time
  • Research competitor pricing for a product category
  • Find the cheapest place to buy a specific product
  • Get product ratings and review counts from Google Shopping
  • Scrape Google Shopping results for a keyword or product name
  • Get localized prices in a specific country (UK, Germany, Japan, etc.)
  • Filter results by condition (new, used, refurbished) or price range

Quick Start (Minimal Input)

{
"searchQueries": ["wireless headphones"],
"maxResults": 20
}

searchQueries is the only required field. All other fields have sensible defaults.


Input

FieldTypeDefaultDescription
searchQueriesstring[]requiredProduct keywords to search. Multiple queries run independently.
maxResultsinteger20Max products per query (1–200). Triggers auto-pagination for higher values.
countryCodestring"us"Target country for localized prices. E.g. "gb" for UK, "de" for Germany.
languageCodestring"en"Language for results. E.g. "fr" for French.
sortBystring"relevance"Sort order: relevance, price_low, price_high, review_score.
conditionstring"any"Product condition: any, new, used, refurbished.
minPriceintegerMinimum price filter in the local currency (e.g. 50 = $50 in US).
maxPriceintegerMaximum price filter in the local currency (e.g. 500 = $500 in US).
proxyConfigurationobjectGOOGLE_SERPLeave as default — GOOGLE_SERP proxy is required for reliable Google access.

Example: Price comparison with filters

{
"searchQueries": ["Sony WH-1000XM5", "Bose QuietComfort 45"],
"maxResults": 10,
"sortBy": "price_low",
"condition": "new",
"countryCode": "us"
}

Example: UK price monitoring

{
"searchQueries": ["iPad Pro 13 inch"],
"maxResults": 20,
"countryCode": "gb",
"languageCode": "en"
}

Example: Budget product research

{
"searchQueries": ["gaming keyboard"],
"maxResults": 40,
"sortBy": "price_low",
"minPrice": 30,
"maxPrice": 150
}

Output

Each item in the dataset represents one product listing.

FieldTypeDescription
titlestringFull product name as shown on Google Shopping
pricenumber|nullNumeric price in local currency
price_rawstring|nullRaw price string with currency symbol (e.g. "$39.99")
currencystring|nullCurrency symbol (e.g. "$", "£", "€")
original_pricenumber|nullPre-discount price if a sale is shown
discount_percentnumber|nullCalculated discount % when original price is available
merchantstring|nullSeller name (e.g. "Best Buy", "Amazon")
ratingnumber|nullStar rating out of 5.0
reviews_countinteger|nullNumber of user reviews
product_urlnullAlways null — Google Shopping uses JS navigation (no static href)
image_urlnullAlways null — images are lazy-loaded via JS (not in static HTML)
shippingstring|nullShipping info (e.g. "Free delivery by Wed")
conditionstring|nullProduct condition if shown (new, used, refurbished)
positioninteger1-based rank in search results
search_querystringThe original search query that returned this product
countrystringCountry code used for the search
scraped_atstringISO 8601 timestamp
source_urlstringThe Google Shopping URL that was scraped

Example output item

{
"title": "Sony WH-CH720N Noise Canceling Wireless Headphones",
"price": 179.99,
"price_raw": "$179.99",
"currency": "$",
"original_price": null,
"discount_percent": null,
"merchant": "Walmart",
"rating": 4.6,
"reviews_count": 14000,
"product_url": null,
"image_url": null,
"shipping": "Free delivery by Tue",
"condition": null,
"position": 1,
"search_query": "wireless headphones",
"country": "us",
"scraped_at": "2026-04-13T10:30:00.000Z",
"source_url": "http://www.google.com/search?q=wireless+headphones&tbm=shop&gl=us&hl=en&num=40"
}

Supported Countries

us gb ca au de fr es it br mx in jp nl pl se no dk fi be at ch pt ie nz za sg ae sa


Known Limitations

  • product_url is always null — Google Shopping renders product links via JavaScript. No static href is present in the HTML.
  • image_url is always null — Product images are lazy-loaded by JavaScript. The static HTML only contains placeholder GIFs.
  • Price filters are approximate — Google Shopping occasionally returns results slightly outside the min/max range.
  • GOOGLE_SERP proxy is required — Do not change the proxy configuration or the actor will fail.

Pricing

Pay-Per-Result at $0.002 per product extracted.

Products scrapedEstimated cost
100~$0.20
1,000~$2.00
10,000~$20.00

Use cases

Price intelligence. Google Shopping Scraper aggregates listings from hundreds of merchants, making it the fastest way to benchmark a SKU's market price across Walmart, Best Buy, Target, Amazon, and long-tail retailers in one call.

Competitor monitoring. Schedule daily runs on your top SKUs to track which merchants are undercutting you, when discounts go live, and which competitors dominate the top organic positions.

Localized pricing. Switch countryCode and languageCode to pull localized prices, currencies, and merchant mixes from 28 supported countries — useful for international launches and FX-aware repricing.

Affiliate and PPC research. Identify high-rating, high-review products in a category before bidding on shopping ads or writing affiliate content.

AI agent data feed. Plug Google Shopping Scraper into Claude, ChatGPT, or any MCP-capable agent so it can answer "where is X cheapest right now" on demand.


Output fields at a glance

Field groupExamples
Identificationtitle, position, search_query, source_url
Pricingprice, price_raw, currency, original_price, discount_percent
Merchantmerchant, shipping, condition
Social proofrating, reviews_count
Run contextcountry, scraped_at

All fields are returned as flat JSON — no nested objects — so they pipe straight into Google Sheets, BigQuery, Airtable, or any LLM prompt.


Using from an AI agent (MCP)

Google Shopping Scraper is exposed via the Apify MCP server as apify--google-shopping-scraper. Claude, ChatGPT, and any MCP-capable agent can call it directly with searchQueries plus an optional countryCode and get clean JSON back. Keep maxResults modest (10–30) for low-latency agent calls.



FAQ

How many products can I scrape with Google Shopping Scraper?

Per query, Google Shopping returns roughly 200 product listings before pagination dries up. Set maxResults up to 200 per query; for larger pulls, run multiple searchQueries in one call or schedule recurring runs across keyword sets.

Can I integrate Google Shopping Scraper with other apps?

Yes. Pipe the dataset into Google Sheets, Airtable, BigQuery, n8n, Make, Zapier, or any custom webhook. Records are flat JSON so downstream mapping needs no transformation.

Can I use Google Shopping Scraper with the Apify API?

Yes. Start runs, stream the dataset, or call it synchronously through Apify's REST API and official SDKs (Node, Python). Use run-sync-get-dataset-items for small synchronous jobs and the run + webhook pattern for larger ones.

Can I use Google Shopping Scraper through an MCP Server?

Yes. The Actor is exposed via the Apify MCP server as apify--google-shopping-scraper, so Claude, ChatGPT, and any MCP-capable agent can call it directly. Pass searchQueries and the agent receives clean JSON ready for reasoning.

Do I need proxies to scrape Google Shopping?

Yes — and the Actor handles it for you. The default GOOGLE_SERP proxy group is required for reliable Google access; do not override it. There is no need to bring your own proxies.

Scraping publicly available product listings, prices, and merchant data is generally permitted, but you are responsible for complying with Google's Terms of Service and any local laws. The Actor does not bypass logins, paywalls, or access private data.

Your feedback

We are always improving Google Shopping Scraper. If a field is missing, a country is misbehaving, or you want a new mode, open an issue on the Actor page or send feedback through the Apify Console — we read every report.


This actor scrapes publicly available data from Google Shopping. Users are responsible for ensuring their use complies with Google's Terms of Service and applicable laws.