# x402.orth.sh Google Shopping Search

> x402.orth.sh Google Shopping Search is a paid API for AI agents from x402.orth.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Searches Google Shopping and returns product listings with titles, prices, sellers, ratings, delivery info, and product links for price comparison and e-commerce research.

## Facts

- Endpoint: POST https://x402.orth.sh/serper/shopping
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-orth-sh-google-shopping-search-5f375e0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2lqbi5vff7dn_h5TsTWb9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-orth-sh-google-shopping-search-5f375e0c -d '<json body>'
```

Example prompt: Can you search Google Shopping for 'Sony WH-1000XM5 headphones' in the US and show me the top 10 results with prices, sellers, and delivery info so I can find the best deal?

## When to prefer this

Use this endpoint when you need structured product listing data from Google Shopping, including prices, sellers, and ratings. Prefer this over general web search when the task is specifically about finding products to buy, comparing prices across retailers, or gathering e-commerce intelligence. Best for tasks requiring structured shopping data rather than editorial or review content.

## Known failure modes

- Empty results for very niche or misspelled queries
- Rate limiting or payment failure returning 402 error
- Invalid country/language code causing malformed request
- Query too broad returning irrelevant product categories
- Pagination beyond available results returning empty page

## How this service works

Google Shopping search - returns product listings with titles, prices, sellers, ratings, delivery info, and product links. Use for price comparison, product research, or e-commerce intelligence.

## Output

Returns a list of product listings from Google Shopping, each including product title, price, seller name, seller rating, delivery options, product URL, and thumbnail image. Results can be paginated and filtered by country, language, and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "q": {
   "type": "string",
   "description": "Search query"
  },
  "cr": {
   "type": "string",
   "description": "Restrict results to country (e.g. countryUS, countryGB, countryDE)"
  },
  "gl": {
   "type": "string",
   "description": "Country code (e.g. us, uk, de)"
  },
  "hl": {
   "type": "string",
   "description": "Language code (e.g. en, es, fr)"
  },
  "lr": {
   "type": "string",
   "description": "Restrict results to language (e.g. lang_en, lang_fr, lang_de)"
  },
  "num": {
   "type": "number",
   "description": "Number of results (default 10, max 100)"
  },
  "tbs": {
   "type": "string",
   "description": "Time filter (qdr:h=past hour, qdr:d=past day, qdr:w=past week, qdr:m=past month, qdr:y=past year)"
  },
  "page": {
   "type": "number",
   "description": "Page number for pagination For later pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response."
  },
  "safe": {
   "type": "string",
   "description": "Safe search: \"active\" to filter explicit content, \"off\" to disable"
  },
  "location": {
   "type": "string",
   "description": "Location name for localized results (e.g. \"New York, NY\")"
  },
  "autocorrect": {
   "type": "boolean",
   "description": "Enable autocorrect (default true)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-orth-sh-google-shopping-search-5f375e0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orth.sh](https://www.zero.xyz/host/x402.orth.sh/llms.txt)
