# GEDX402 Social – Google Ad Library Ad Details

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

Fetches detailed information about a specific Google Ad Library ad by URL via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/google-ad-library/ad-details
- 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-ad-details-4fa32ad1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__DAepJI3M_uOfcmKv9tjy

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-ad-details-4fa32ad1
```

Example prompt: Can you pull the full ad details from this Google Ad Library URL and show me what's in it: https://adstransparency.google.com/advertiser/AR12345678/creative/CR98765?

## When to prefer this

Use this endpoint when you need structured ad details from Google Ad Library for a specific ad URL, particularly for ad transparency research, competitive analysis, or political ad monitoring, and you are willing to pay per call via x402 USDC micropayment.

## Known failure modes

- Invalid or malformed ad URL returns error or empty data object
- Ad no longer available in Google Ad Library returns empty data
- Payment failure via x402 results in 402 response before data is returned
- Rate limiting or proxy timeout returns error
- URL pointing to non-Google Ad Library page returns unexpected or empty result

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a 'data' field containing the ad details fetched from Google Ad Library, a 'success' boolean indicating call success, and a 'provider' field confirming SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "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-ad-details-4fa32ad1/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)
