# GEDX402 Social – Google Ad Library Advertiser Search

> GEDX402 Social – Google Ad Library Advertiser 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-15).

Search Google Ad Library for advertisers by query term via the SociaVault proxy, returning advertiser data for one x402 micropayment per call.

## Facts

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

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-google-ad-library-advertiser-search-d665ee54
```

Example prompt: Search the Google Ad Library for advertisers running ads related to 'electric vehicles' and show me the results.

## When to prefer this

Use this endpoint when you need to search Google Ad Library advertiser data programmatically without direct API access, especially for competitive research, ad transparency investigations, or discovering which brands are advertising around specific keywords. Prefer this over manual Google Ad Library browsing when you need structured, machine-readable results at scale via micropayment.

## Known failure modes

- Empty or missing query returns no results or an error
- Query matches no advertisers in Google Ad Library — returns empty data object
- Payment not processed — x402 payment failure blocks the response
- Rate limiting or upstream Google Ad Library unavailability — provider error
- Malformed query string causes parsing failure

## How this service works

SociaVault API proxy — google-ad-library-search-advertisers. 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 with a 'data' field containing advertiser records from the Google Ad Library matching the query, a 'success' boolean, and a 'provider' field confirming SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "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-google-ad-library-advertiser-search-d665ee54/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)
