# Google Search Scraper MCP

> Google Search Scraper MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Scrapes Google search results for a given query and returns structured search data

## Facts

- Endpoint: POST https://api.m2mcent.com/google-search-scraper-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-search-scraper-mcp-f21c10af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6gsDNLeSK1ZFkp5XtwtRj

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 google-search-scraper-mcp-f21c10af -d '<json body>'
```

Example prompt: Search Google for 'best project management tools 2024' and give me the top results including titles, URLs, and snippets.

## When to prefer this

Use this endpoint when you need to programmatically retrieve Google search results without access to the official Google Search API, or when you want to avoid Google API quota limits and costs. Ideal for SERP analysis, competitive research, SEO auditing, and content research workflows where live Google results are required.

## Known failure modes

- Empty or malformed query string returns no results
- Google anti-bot detection may cause failed scrapes or empty responses
- Rate limiting if too many requests are made in quick succession
- Query blocked due to Google policy changes or CAPTCHA triggering
- Network timeout if Google response is slow

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns structured data from a Google search results page, typically including organic result titles, URLs, and description snippets for the queried search term.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-search-scraper-mcp-f21c10af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
