# GEDX402 Social – LinkedIn Ad Library Ad Details

> GEDX402 Social – LinkedIn 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-13).

Fetches detailed information about a specific LinkedIn ad from the LinkedIn Ad Library via a pay-per-call x402 proxy powered by SociaVault.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/linkedin-ad-library/ad-details
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-linkedin-ad-library-ad-details-43655d8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jt0GzM6quM57DZlbmtm4w

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-linkedin-ad-library-ad-details-43655d8d
```

Example prompt: Can you pull up the full details for this LinkedIn ad from the Ad Library: https://www.linkedin.com/ad-library/detail/123456789 — I want to see the ad copy, format, and any other metadata available.

## When to prefer this

Use this endpoint when you need to retrieve details about a specific LinkedIn advertisement by its Ad Library URL, especially in automated or agent-driven workflows where per-call micropayments via x402 are acceptable. Prefer this over manual scraping or direct LinkedIn access when programmatic, paid API access is needed.

## Known failure modes

- Invalid or non-LinkedIn URL returns empty data or error
- Ad no longer available in LinkedIn Ad Library returns empty result
- Payment failure via x402 results in 402 response before data is returned
- Malformed URL input causes request to fail
- Rate limiting or upstream LinkedIn restrictions may cause failures

## How this service works

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

## Output

Returns a JSON object with ad details fetched from the LinkedIn Ad Library for the provided URL, including ad content, format, and associated metadata, wrapped in a SociaVault response envelope with a success flag.

## 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-linkedin-ad-library-ad-details-43655d8d/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)
