Unlock valuable insights from Google Shopping with our Data Extractor. Get reviews, descriptions, prices, merchant details, and affiliation links. Export data in JSON, XML, CSV, Excel, and HTML formats with no limits!
Google Shopping Scraper will enable you to extract product data from Google Shopping under any country domain. It scrapes the result pages and details about each product and its sellers.
Search any keyword - You can search for any keyword you would like to have and get the results.
Scrape rating and number of reviews- Get the rating and number of reviews for each product without any limitation. (This feature does not scrape the reviews themselves.)
Scrape product detail - Get all the information that is available on Google Shopping.
Scrape merchant names and links - Merchant names, affiliation, and product links will be available for you.
Retrieve all the compared prices from different websites and merchants!
Google Shopping is a great source of data for basically any industry. From clothes to tech, it's a great place to extract data for market research and price monitoring.
Here are just some of the ways you could use that data:
Use the AI Product Matcher🔗. This AI model allows you to compare items from different web stores, identifying exact matches and comparing real-time data obtained via web scraping.
With the AI Product Matcher, you can use scraped product data to monitor product matches across the industry, implement dynamic pricing for your website, replace or complement manual mapping, and obtain realistic estimates against your competition for upcoming promo campaigns. Most importantly, it is relatively easy to get started with (just follow this guide) and can match thousands of product pairs.
This scraper is under active development. If you have any feature requests you can create an issue from here.
The input of this scraper should be JSON containing the list of pages on Google Shopping Scraper that should be visited. Possible fields are:
search
: (Optional) (String) Keyword that you want to search on Google Shopping.
startUrls
: (Optional) (Array) List of Google Shopping URLs. You should only provide only search pages from Google Shopping.
includeComparisonPrices
: (Optional) (Boolean) This option will enable the actor to retrieve all the possible prices from other merchants with comparison.
maxItemsPerQuery
: (Optional) (Number) You can limit scraped products per each query. This should be useful when you search through the big lists.
maxItems
: (Optional) (Number) You can limit scraped products. This should be useful when you search through the big lists or search results.
proxy
: (Required) (Proxy Object) Proxy configuration.
This solution requires the use of Proxy servers, either your own proxy servers or you can use Apify Proxy.
When you want to scrape over a specific listing URL, just copy and paste the link as one of the startUrl.
The actor is optimized to run blazing fast and scrape many listings as possible. Therefore, it forefronts all listing detail requests. If the actor doesn't block very often it'll scrape 100 listings in 2 minutes with ~0.05-0.1 compute units.
Here's a tip for scraping Google Shopping. If you want to filter your search by product details (price range, color, model, etc), head over to the Google Shopping website in a separate browser window, type your keyboard into the search bar, and toggle with the filters. Once you are done, copy the web page's URL, and paste it into the scraper's input field!
1{ 2 "queries": [ 3 "iPhone" 4 ], 5 "maxItems":80, 6 "countryCode": "us", 7 "includeComparisonPrices":true 8 "startUrls":[ 9 "https://www.google.com/search?q=android&source=lnms&tbm=shop&tbs=vw:l" 10 ], 11 "proxy":{ 12 "useApifyProxy":true, 13 "apifyProxyGroups":[ 14 "RESIDENTIAL" 15 ] 16 } 17}
During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.
If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.
During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.
You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Google Shopping actor.
The structure of each item in Google Shopping looks like this:
1{ 2 "productName": "Apple iPhone 14 - 128 GB - Purple - Unlocked", 3 "productLink": "http://www.google.com/shopping/product/5247562739365477032?q=iPhone&gl=us&prds=eto:17875963041164582227_0,pid:10334515395077377569,rsk:PC_8053804293482199477&sa=X&ved=0ahUKEwjnwPrTwdSAAxWCEVkFHd1EDaAQ8gIInRI", 4 "price": null, 5 "withoutDiscountPrice": null, 6 "description": "Smartphone · Dual SIM · 5G · With Wireless Charging · Unlocked · Dual Lens · iOS · GSM · CDMA · Facial Recognition", 7 "merchantName": "Apple", 8 "merchantLink": "http://www.google.com/url?url=https://www.apple.com/us/shop/go/product/MPUX3%3Fcppart%3DUNLOCKED%26cid%3Daos-us-seo-pla%26purchaseOption%3Dbfi&rct=j&q=&esrc=s&sa=U&ved=0ahUKEwjnwPrTwdSAAxWCEVkFHd1EDaAQguUECKwS&usg=AOvVaw0VpLnyScEDK703pKvD11dx", 9 "shoppingId": "5247562739365477032", 10 "reviewsScore": "4.5", 11 "reviewsCount": "6,261", 12 "productImage": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcR2C5kpyF6yqT0kbIL2fW9M4srb3IsIJh74JzShK3p_KEr_5ohJfi3rzMjsnS0rUAhhHpFVsxXjTOf9qmd-qsM3ybkQMvevMqwfxIm_cJsu&usqp=CAE", 13 "positionOnSearchPage": 1, 14 "productDetails": "With the most impressive dual-camera system on iPhone. Capture stunning photos in low light and bright light. Get peace of ...", 15 "searchKeyword": "iPhone" 16}
Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? business@epctex.com is at your service.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!