# AnyAPI Google Images Search

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

Scrapes Google Images search results and returns image data for a given query

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google.images
- Price: $0.04805/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-images-search-fdee173e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H7XqoWAiJD8LBRjbcbnt1

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-images-search-fdee173e -d '<json body>'
```

Example prompt: Can you search Google Images for 'golden retriever puppies playing in snow' and give me a list of image URLs from the results?

## When to prefer this

Use this endpoint when you need programmatic access to Google Images search results without managing a browser, Selenium setup, or Google Custom Search API quota. Ideal for agents that need image URLs at pay-per-use pricing with no subscription overhead. Prefer this over Google Custom Search JSON API when you want broader results or don't want to maintain API credentials.

## Known failure modes

- Invalid or missing search query returns an error response
- Google anti-scraping measures may cause intermittent failures or empty results
- Rate limiting or quota exhaustion on AnyAPI side
- Payment failure via x402 protocol blocks the request
- Very niche or restricted queries may return few or no results

## 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

Returns a JSON payload containing scraped Google Images search results, including image URLs, titles, source domains, thumbnail URLs, and other metadata for matching images.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-images-search-fdee173e/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)
