# StableSocial LinkedIn Ads Search Scraper

> StableSocial LinkedIn Ads Search Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes LinkedIn search results for ads, returning structured advertising data for a given search query

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/ads/search
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linkedin-ads-search-scraper-4f3a26ad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pkkDP9FYaFPzRpOu8F8Tn

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 stablesocial-linkedin-ads-search-scraper-4f3a26ad -d '<json body>'
```

Example prompt: Search LinkedIn ads for the keyword 'cloud security software' and pull back all the sponsored listings you can find — I want to see who's advertising and what their ad copy looks like.

## When to prefer this

Use this endpoint when you need programmatic access to LinkedIn ad search results without managing your own scraping infrastructure. Ideal for competitive ad intelligence, market research, or monitoring which brands are advertising on specific LinkedIn keywords. Prefer this over LinkedIn's official Marketing API when you don't have API access or need data beyond what the official API exposes.

## Known failure modes

- LinkedIn blocks or rate-limits the scrape, returning an error or empty results
- Search query returns no active ads for the given term
- LinkedIn changes its page structure, causing parsing failures
- Invalid or malformed search query input
- Temporary service unavailability returning a 5xx error

## How this service works

Scrape Creators · LinkedIn — Search Ads

## Output

Returns a structured list of LinkedIn ad results matching the search query, including advertiser names, ad creative content (headline, body copy), ad formats, and any available targeting or engagement metadata scraped from LinkedIn's ad search interface.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string",
   "description": "The company name to search for. 'Microsoft' for example"
  },
  "endDate": {
   "type": "string",
   "description": "End date to search for. Format: YYYY-MM-DD"
  },
  "keyword": {
   "type": "string",
   "description": "The keyword to search for"
  },
  "companyId": {
   "type": "string",
   "description": "The company id to search for"
  },
  "countries": {
   "type": "string",
   "description": "Comma separated list of countries. Example: US,CA,MX"
  },
  "startDate": {
   "type": "string",
   "description": "Start date to search for. Format: YYYY-MM-DD"
  },
  "paginationToken": {
   "type": "string",
   "description": "Pagination token to paginate through results"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-ads-search-scraper-4f3a26ad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
