# AnyAPI Google Shopping Search

> AnyAPI Google Shopping Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.01625/call, status unknown (last checked 2026-09-14).

Searches Google Shopping for product listings, prices, and merchant data given a query string

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google_shopping.search
- Price: $0.01625/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-shopping-search-212e6b0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4uIq51SlUx_dGIj-su6wb

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 anyapi-google-shopping-search-212e6b0a -d '<json body>'
```

Example prompt: Search Google Shopping for 'Sony WH-1000XM5 headphones' and give me a list of the current prices, merchant names, and product links so I can find the best deal.

## When to prefer this

Use this endpoint when you need real-time Google Shopping product listings and prices without managing a Google API subscription or scraping infrastructure yourself. Ideal for price comparison workflows, product research agents, and e-commerce monitoring tasks where pay-per-use billing is preferable to a monthly subscription.

## Known failure modes

- Empty results if query matches no products or Google blocks the scrape
- Rate limit or payment failure if USDC wallet is insufficient (x402 payment required per call)
- Malformed or partial results if Google Shopping changes its page structure
- Timeout errors for slow Google responses
- Locale/region mismatch if country parameter is not set correctly

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of Google Shopping product listings matching the query, including product titles, prices, merchant names, product page URLs, ratings, and product images.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-shopping-search-212e6b0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
