# GEDX402 Social – LinkedIn Ad Library Search

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

Searches the LinkedIn Ad Library for ads by company, keyword, country, and date range via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/linkedin-ad-library/search
- 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-linkedin-ad-library-search-52db2fbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dv55kZdQuHJ-H98zdjFey

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-search-52db2fbe
```

Example prompt: Search the LinkedIn Ad Library for ads from Microsoft using the keyword 'cloud' in the US and UK between January 1 2024 and March 31 2024.

## When to prefer this

Use this endpoint when you need to programmatically search and retrieve LinkedIn Ad Library data by company, keyword, geography, or date range — particularly for competitive ad intelligence, marketing research, or ad monitoring workflows. Prefer over manual LinkedIn Ad Library browsing when automation or bulk lookups are needed, and when x402 micropayment per-call pricing is acceptable.

## Known failure modes

- No ads found for given filters — empty data object returned with success:true
- Invalid date format in startDate or endDate — malformed request error
- Payment failure via x402 — 402 response requiring USDC payment before retry
- Rate limiting or upstream LinkedIn Ad Library unavailability — 503 or error in data field
- Invalid countries code — may return empty results or error
- Missing required parameters (company or keyword) — may return broad or empty results

## How this service works

SociaVault API proxy — linkedin-ad-library-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

Returns a JSON object with a 'data' field containing matching LinkedIn ad library records (ads, creatives, targeting info), a 'success' boolean, and a 'provider' field indicating SociaVault as the data source. Supports pagination via paginationToken for large result sets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string"
  },
  "endDate": {
   "type": "string"
  },
  "keyword": {
   "type": "string"
  },
  "countries": {
   "type": "string"
  },
  "startDate": {
   "type": "string"
  },
  "paginationToken": {
   "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-search-52db2fbe/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)
