# StableSocial LinkedIn Ad Scraper

> StableSocial LinkedIn Ad 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-15).

Fetches data and details for a specific LinkedIn ad by URL, with no authentication or subscription required

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/linkedin/ad
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-linkedin-ad-scraper-19cbd142
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CLw-1ma-hHqqtnwq9WNnk

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-ad-scraper-19cbd142 -d '<json body>'
```

Example prompt: Can you pull the details from this LinkedIn ad for me: https://www.linkedin.com/ad/123456789 — I want to see the copy, creative info, and who's running it.

## When to prefer this

Use this endpoint when you need pay-per-request, no-subscription access to LinkedIn ad data from a specific ad URL, especially for competitive intelligence, ad auditing, or marketing research workflows where you don't want to maintain API credentials or pay monthly fees.

## Known failure modes

- Invalid or malformed LinkedIn ad URL returns an error
- Ad has been removed or expired, returning no data
- Private or restricted ads may return empty or partial results
- Rate limiting or upstream LinkedIn blocking may cause failures
- Incorrect URL format (e.g. non-ad LinkedIn URL) may return unexpected results

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured data about the specified LinkedIn ad, including ad copy, creative assets, advertiser details, and other available ad metadata extracted from the LinkedIn ad URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The url of the ad"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-linkedin-ad-scraper-19cbd142/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)
