Google Shopping search
Live Google Shopping listings for a query: product title, merchant, price, product id, image URL, the listing link and the position it held, localized by country and language, with pagination.
What a call costs
Billed on actual usage, minimum $0.0020 per call, capped at $15.00 per call.
a price before every call. failed calls are never charged.
When to use it
Use to compare prices for a product across merchants, to watch how a listing ranks on Google Shopping, or to snapshot what a category sells for in a given country. Use amazon.search when you only care about Amazon.
Inputs
Google Shopping search takes 7 fields, 1 of them required. Anything you leave out falls back to the tool's own default.
| Field | Type | Required | What it does |
|---|---|---|---|
| query | string | yes | The product or category to search for, for example "running shoes". |
| num | string | optional | COSTS EXTRA. Results requested per page. Google returns roughly double this and stops near 40, and every returned listing is billed. |
| country | string | optional | Two letter country code to search in, for example us, gb, de, fr, ro. |
| queries | array of string | optional | Overrides query when present. Limited to one entry: send one call per query so the price stays proportional to the request. |
| language | string | optional | Two letter language code, for example en, de, fr, es, ro. |
| max_pages | integer | optional | COSTS EXTRA, linearly. Pages to scrape. This is the field the price is sized on. |
| date_range | string | optional | Restrict to listings seen in the last hour, day, week or month. |
How to call it
Connect once and your agent can reach Google Shopping search the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.
MCP
Add this server in Claude, Claude Code, or any MCP client.
https://mcp.usegoro.ai/mcp
Skill
One line in your agent's chat. It sets itself up.
set up https://usegoro.ai/SKILL.mdOr plain HTTP
POST /v1/run
{
"endpoint": "shopping.search",
"input": {
"num": "10",
"query": "<query>",
"country": "us",
"language": "en",
"max_pages": 1,
"date_range": "anytime"
}
}Related tools
More from ecommerce and marketplaces, or browse the full tool catalog.
Amazon product details
The full detail page for specific Amazon ASINs or product URLs: title, brand, price and list price, rating count and star distribution, availability,...
from $0.0045 per resultAmazon product reviews
Customer reviews for one or more Amazon ASINs, with rating, title, body text, author name, date, verified purchase and Vine flags, helpful votes,...
from $0.0027 per resultAmazon reviews (global)
Amazon customer reviews across more than 20 regional domains, with star, keyword, media, date, language and verified purchase filters.
from $0.0027 per reviewAmazon search results
Amazon search result pages for one or more keywords.
from $0.0003 per resultFurther reading: Web scraping for AI agents: the practical guide
Run Google Shopping search from your agent.
One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.
Get started