actors/google-shopping-scraper
datacortex/google-shopping-scraper
Google Shopping Scraper
Search Google Shopping and export product title, price, merchant, rating, and listing URL.
When to use it
Use this for cross-merchant price comparison on a query, not a single retailer’s search page.
Versus the sibling Actors
Shopping is a comparison SERP. Amazon/Walmart/eBay search Actors are retailer-native catalogs with that site’s IDs (ASIN, item ID).
Example input
{
"queries": [
"noise cancelling headphones"
],
"maxResults": 20
}Example output
{
"title": "Sony WH-1000XM5",
"price": "348.00",
"merchant": "Amazon.com"
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/google-shopping-scraper"
}
}
}Pricing
$0.50 per 1,000 results + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Merchant and price are Shopping-card values, not a crawl of the merchant PDP.
- Availability of Shopping results depends on query and locale.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.