LinkedIn API

LinkedIn Ad API

Look up a single LinkedIn Ad Library ad by URL and get the advertiser, headline, creative text, format, CTA, targeting, run dates, and impressions as clean JSON.

POST/v1/run/linkedin.ad
Uptime
75.00%
30d · 4 calls
Requests
4
30d · weekly, last 12 wks
Response
1.5s
median · 30d

Pricing

One price, in dollars

Providers
Giraffe3 served75.00% uptime1239ms p50$1.20/1k reqflat

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "adType": "general",
    "advertiser": "example",
    "advertiserLinkedinPage": "https://example.com/page",
    "cta": "example",
    "description": "A short example description of this item.",
    "destinationUrl": "https://example.com/page",
    "endDate": "2024-01-15T09:30:00Z",
    "headline": "Example title",
    "id": "a1b2c3d4",
    "image": "https://example.com/image.jpg",
    "startDate": "2024-01-15T09:30:00Z",
    "totalImpressions": "example"
  },
  "found": true
}
Response interface
interface LinkedinAdResponse {
  data: {
    adType: string;
    advertiser: string;
    advertiserLinkedinPage: string;
    cta: string;
    description: string;
    destinationUrl: string;
    endDate: string;
    headline: string;
    id: string;
    image: string;
    startDate: string;
    totalImpressions: string;
  } | null;
  found: boolean;
}

Full parameter and response reference - every field, type, and example for this endpoint.

Reference

Request, response, and price

Last verified 2026-09-16 · uptime and latency measured over 30d
POST /v1/run/linkedin.ad
curl -X POST https://api.getanyapi.com/v1/run/linkedin.ad \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/ad-library/detail/1487405616"}'
FieldTypeExample value
Request body
urlstring"https://www.linkedin.com/ad-library/detail/1487405616"LinkedIn Ad Library ad URL (e.g. "https://www.linkedin.com/ad-library/detail/666281156").
Response
dataobject
data.adTypestringPopulated whenever the provider has data for the entity.
data.advertiserstringPopulated whenever the provider has data for the entity.
data.advertiserLinkedinPagestringPopulated whenever the provider has data for the entity.
data.ctastringPopulated whenever the provider has data for the entity.
data.descriptionstringPopulated whenever the provider has data for the entity.
data.destinationUrlstring
data.endDatestringISO 8601 date.
data.headlinestringPopulated whenever the provider has data for the entity.
data.idstring
data.imagestring
data.startDatestringISO 8601 date.
data.totalImpressionsstring
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the LinkedIn Ad API

The AnyAPI LinkedIn Ad API returns LinkedIn ad data as normalized JSON from one POST call to /v1/run/linkedin.ad. Look up a single LinkedIn Ad Library ad by URL and get the advertiser, headline, creative text, format, CTA, targeting, run dates, and impressions as clean JSON. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 75.0% of LinkedIn ad calls through AnyAPI succeeded, with a median response time of 1.5 seconds across 4 measured calls.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Look up a single LinkedIn Ad Library ad by URL and get the advertiser, headline, creative text, format, CTA, targeting, run dates, and impressions as clean JSON. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

Over the last 30 days, 75.0% of LinkedIn ad calls through AnyAPI succeeded, with a median response time of 1.5 seconds across 4 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.