# Scrape Creators Google Search

> Scrape Creators Google Search is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-15).

Performs a Google web search and returns structured search results via the Scrape Creators API

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/google/search
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-google-search-f48674bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oCw6d-3eUoZSrm7x4Z5X3

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 scrape-creators-google-search-f48674bf
```

Example prompt: Search Google for 'best electric vehicles 2025' and give me the top results including titles, URLs, and descriptions.

## When to prefer this

Use this endpoint when you need programmatic access to Google web search results without setting up a Google Custom Search API key, or when you need to scrape organic Google results at scale via Scrape Creators' infrastructure. Prefer this over direct Google APIs when cost-per-call simplicity is needed.

## Known failure modes

- Empty or missing query parameter returns error
- Rate limiting or quota exceeded returns 429 error
- Google blocking the scrape temporarily returns empty results
- Malformed query string returns unexpected results
- Network timeout on upstream Google request

## How this service works

Google

## Output

Returns structured Google search results including titles, URLs, snippets, and possibly knowledge panels or featured snippets for the given query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-google-search-f48674bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
