VOOZH about

URL: https://apify.com/scrapier/google-shopping-insights/api

⇱ πŸ›οΈ Google Shopping Insights API Β· Apify


πŸ‘ πŸ›οΈ Google Shopping Insights avatar

πŸ›οΈ Google Shopping Insights

Pricing

from $4.99 / 1,000 results

Go to Apify Store

πŸ›οΈ Google Shopping Insights

Extract product insights from Google Shopping, including pricing, sellers, ratings, reviews, availability, and product details. Monitor competitors, analyze market trends, track pricing changes, and gather e-commerce intelligence with structured data at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

You might also like

πŸ›οΈ Google Shopping Insights

scraper-engine/google-shopping-insights

πŸ›οΈ Google Shopping Insights by delivers actionable eCommerce intelligenceβ€”track product & price trends, uncover winning keywords, and monitor performance across Google Shopping. πŸš€ Boost strategy with data-driven insights.

πŸ‘ User avatar

Scraper Engine

2

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

nexgendata/google-shopping-scraper

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

πŸ›οΈ Google Shopping Insights

simpleapi/google-shopping-insights

πŸ›οΈ Google Shopping Insights helps you track product performance, pricing, and trends across Google Shopping. πŸ“ˆ Get actionable data for smarter marketing, faster optimization, and higher ROIβ€”perfect for eCommerce teams and analysts.

Google Shopping Scraper

pear_fight/google-shopping-scraper

Scrapes Google Shopping search results. Extracts product names, prices, sellers, ratings, reviews, URLs, images, and shipping info.

✨ Google Shopping Scraper

damilo/google-shopping-apify

⚑ Lightning-fast Google Shopping scraper that captures live product listings straight from Google’s Shopping tab. Extract prices, ratings, sellers, availability, images and moreβ€”fully localized by keyword, language, and country with automatic pagination. Ideal for e-commerce price monitoring...

Google Shopping Scraper

burbn/google-shopping-scraper

Scrape Google Shopping products by keyword and extract prices, ratings, reviews, seller/store info, offers, shipping & more. Ideal for price monitoring, competitor research, and e-commerce market analysis.

Google Shopping Insights Scraper

datapilot/google-shopping-insights-scraper

Google Shopping Insights Actor collects product data from search results using. It extracts product name, price, rating, reviews, merchant, thumbnail, and product link. Supports keyword searches, pagination, proxies, and outputs structured JSON results.

You can access the πŸ›οΈ Google Shopping Insights programmatically from your own applications by using the Apify API. You can also 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "queries": [
< "iPhone"
< ],
< "startUrls": [
< "https://www.google.com/search?q=android&udm=28&tbs=vw:l"
< ],
< "maxItems": 10,
< "maxItemsPerQuery": 10,
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/scrapier~google-shopping-insights/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ›οΈ Google Shopping Insights API

Below, you can find a list of relevant HTTP API endpoints for calling the πŸ›οΈ Google Shopping Insights Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/scrapier~google-shopping-insights/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/scrapier~google-shopping-insights/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/scrapier~google-shopping-insights?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the πŸ›οΈ Google Shopping Insights API programmatically via the Apify API.

You can choose from:

πŸ›οΈ Google Shopping Insights API in Python

πŸ›οΈ Google Shopping Insights API in JavaScript

πŸ›οΈ Google Shopping Insights API through CLI

πŸ›οΈ Google Shopping Insights OpenAPI definition

You can start πŸ›οΈ Google Shopping Insights with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The πŸ›οΈ Google Shopping Insights is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the πŸ›οΈ Google Shopping Insights run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.