Ecommerce and marketplaces

Google Shopping search

from $0.0105 per resultshopping.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.

FieldTypeRequiredWhat it does
querystringyesThe product or category to search for, for example "running shoes".
numstringoptionalCOSTS EXTRA. Results requested per page. Google returns roughly double this and stops near 40, and every returned listing is billed.
countrystringoptionalTwo letter country code to search in, for example us, gb, de, fr, ro.
queriesarray of stringoptionalOverrides query when present. Limited to one entry: send one call per query so the price stays proportional to the request.
languagestringoptionalTwo letter language code, for example en, de, fr, es, ro.
max_pagesintegeroptionalCOSTS EXTRA, linearly. Pages to scrape. This is the field the price is sized on.
date_rangestringoptionalRestrict 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.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "shopping.search",
  "input": {
    "num": "10",
    "query": "<query>",
    "country": "us",
    "language": "en",
    "max_pages": 1,
    "date_range": "anytime"
  }
}

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