Google Shopping Scraper avatar

Google Shopping Scraper

Under maintenance

Pricing

from $1.99 / 1,000 google shopping scraper results

Go to Apify Store
Google Shopping Scraper

Google Shopping Scraper

Under maintenance

Scrapes Google Shopping for any query. Extracts title, product/offer ID, merchant, price, original price, discount, shipping, condition, availability, ratings, reviews, thumbnail, brand, category, variants, and more.

Pricing

from $1.99 / 1,000 google shopping scraper results

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Scrapes Google Shopping for any query. Extracts title, product/offer ID, merchant, price, original price, discount, shipping, condition, availability, ratings, reviews, thumbnail, brand, category, variants, and more.

What this Actor collects

The Actor converts Google Shopping results into one clean JSON record per product offer, including product and offer IDs, merchant, current and original prices, discount, shipping, availability, ratings, images, brand, category, variants, and search provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 51-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Product and price monitoring
  • Merchant research
  • Commerce-catalog enrichment

Input

Provide input in JSON. Fields marked required must be supplied. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"laptop"The search query to use on Google Shopping.
maxItemsintegerNo50Maximum number of product results to scrape.
glstringNo"us"Google country code (e.g. 'us', 'uk', 'in', 'de').
hlstringNo"en"Google language code (e.g. 'en', 'hi', 'de', 'fr').
minPriceintegerNoFilter results by minimum price (in local currency).
maxPriceintegerNoFilter results by maximum price (in local currency).
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy configuration for the scraper.

Example input

{
"query": "wireless headphones",
"maxItems": 10,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"GOOGLE_SERP"
],
"countryCode": "US"
},
"gl": "us",
"hl": "en"
}

Output

The default dataset contains one item per product offer. The following are the most useful fields; merchant, shipping, stock, discount, review, variant, and specification fields depend on the offer.

FieldTypeDescription
positionintegerPosition
titlestringTitle
merchantstringMerchant
pricestringPrice
ratingnumberRating
ratingCountintegerRating Count
thumbnailstringThumbnail
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
urlstringURL
linkstringLink
querystringQuery
resultTypestringResult Type
pageintegerPage
titleHtmlstringTitle HTML

Example dataset item

This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.

{
"position": 1,
"title": "Sony WH-1000XM6 Wireless Noise Canceling Headphones",
"price": "$458.00",
"rating": 4.6,
"searchQuery": "wireless headphones",
"scrapedAt": "2026-07-23T11:52:15.349Z",
"type": "shopping",
"resultType": "shopping",
"priceNumeric": 458,
"currency": "USD",
"reviewCount": 4000,
"isSponsored": false
}