VOOZH about

URL: https://apify.com/scraper-engine/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

πŸ›οΈ 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.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scraper Engine

Scraper Engine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

You might also like

πŸ›οΈ 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 Insights

scrapio/google-shopping-insights

πŸ›οΈ Google Shopping Insights gives you powerful analytics on product performance, trends, and visibility. πŸ“ˆ Discover winning keywords, track competitors, and optimize listings for higher ROI. πŸš€ Perfect for ecommerce teams and marketers.

πŸ›οΈ Google Shopping Insights

scrapier/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.

Google Shopping Scraper

scrapeai/google-shopping-scraper

Google Shopping Scraper extracts product data from Google Shopping for any country domain. Search by keyword to collect product details, ratings, review counts, merchant names, seller links, sponsored listings, and price comparisons from multiple websites and merchants.

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 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.

Google Shopping Scraper

crawlerbros/google-shopping-insights

Scrape Google Shopping search results. Extract product titles, prices, merchant names, ratings, reviews, images, and shipping info for any search query.

81

5.0

Google Shopping Insights

epctex/google-shopping-scraper

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 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/scraper-engine~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/scraper-engine~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/scraper-engine~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/scraper-engine~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.