# AnyAPI LinkedIn Ads Search

> AnyAPI LinkedIn Ads Search 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).

Searches and scrapes LinkedIn Ads data based on query parameters, returning structured ad listings and campaign information.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.ads_search
- 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-ads-search-26d8a8db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eopp1JJY08jc0NkpxoFW1

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-ads-search-26d8a8db -d '<json body>'
```

Example prompt: Search LinkedIn Ads for any active campaigns from Salesforce so I can see what messaging and creatives they're currently running in their paid ads.

## When to prefer this

Use this endpoint when you need to programmatically search and retrieve LinkedIn Ads data without a LinkedIn API account or subscription. Ideal for competitive ad intelligence, B2B marketing research, or monitoring what specific companies are advertising on LinkedIn. Prefer this over direct LinkedIn Ad Library access when you need pay-per-use pricing with no monthly commitment.

## Known failure modes

- LinkedIn blocks scraping request — returns error or empty results
- Invalid or missing search query parameter — returns 400 error
- LinkedIn rate limiting or CAPTCHA triggered — returns failure response
- No ads found for the given query — returns empty results array
- LinkedIn page structure changed — may return malformed or incomplete data

## How this service works

AnyAPI linkedin.ads_search (LinkedIn Ad Search)

## Output

Returns a JSON object containing LinkedIn ad search results, including ad creatives, advertiser names, ad copy, targeting signals, and campaign metadata matching the search query.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-ads-search-26d8a8db/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)
