Google Shopping Insights avatar

Google Shopping Insights

Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Google Shopping Insights

Google Shopping Insights

epctex/google-shopping-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

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!

You can access the Google Shopping Insights programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://www.google.com/search?q=android&source=lnms&tbm=shop&tbs=vw:l"
4  ],
5  "queries": [
6    "iPhone"
7  ],
8  "maxItems": 60,
9  "maxItemsPerQuery": 100,
10  "proxy": {
11    "useApifyProxy": true,
12    "apifyProxyGroups": [
13      "RESIDENTIAL"
14    ]
15  }
16}' |
17apify call epctex/google-shopping-scraper --silent --output-dataset

Google Shopping Data Extractor API through CLI

The Apify CLI is the official tool that allows you to use Google Shopping Insights locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 32 monthly users
  • 23 stars
  • 98.7% runs succeeded
  • 20 hours response time
  • Created in Mar 2020
  • Modified about 17 hours ago