# GEDX402 Social – SociaVault Google Search

> GEDX402 Social – SociaVault Google Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Performs a Google search via the SociaVault proxy, returning results for a given query and optional region, paid per-call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/google/search
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-google-search-ca3822a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v1wceFZXUFq6P1FtkLHb5

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 gedx402-social-sociavault-google-search-ca3822a2
```

Example prompt: Search Google for 'best electric vehicles 2024' in the US region using SociaVault and give me the results.

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call Google search results proxied through SociaVault, especially when you want structured JSON output and are already using the x402 payment protocol. Prefer over alternatives when regional targeting is needed and no persistent subscription is desired.

## Known failure modes

- Invalid or missing query parameter returns an error
- Unsupported region code may return empty or error response
- Payment failure (x402) blocks the request
- Rate limiting or quota exceeded returns an error
- Empty results if query yields no matches

## How this service works

SociaVault API proxy — google-search. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object containing a data field with the search results, a success boolean, and a provider field confirming 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  },
  "region": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-sociavault-google-search-ca3822a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
