# AnyAPI LinkedIn Ad Scraper

> AnyAPI LinkedIn Ad Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes LinkedIn advertisement data by fetching structured ad information from LinkedIn via a single pay-per-request API call.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.ad
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-ad-scraper-64a368d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UzO_vFh-NdlEdYMjoprp4

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 anyapi-linkedin-ad-scraper-64a368d6 -d '<json body>'
```

Example prompt: Can you pull the ad data for this LinkedIn advertisement — https://www.linkedin.com/ad/123456789 — I need the ad copy, creative details, and advertiser info?

## When to prefer this

Use this endpoint when you need to programmatically extract LinkedIn ad data without a LinkedIn API key or OAuth flow, and you want pay-per-request pricing with no subscription. Ideal for competitive ad intelligence, market research, or ad monitoring workflows where you need occasional LinkedIn ad data without committing to a monthly plan.

## Known failure modes

- Invalid or expired LinkedIn ad URL returns an error or empty result
- LinkedIn anti-scraping measures block the request resulting in a failed scrape
- Ad no longer active or removed returns no data
- Missing required input parameter causes a 400-level error
- Rate limiting or quota issues on the AnyAPI platform
- Malformed ad identifier causes parsing failure

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing structured LinkedIn ad data including ad copy, creative assets, advertiser name, targeting metadata, and campaign-related information extracted from the specified LinkedIn ad.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-ad-scraper-64a368d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
