Skip to main content
GET
Search Ads
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

company
string

The company name to search for. 'Microsoft' for example

Example:

"microsoft"

keyword
string

The keyword to search for

Example:

"scraping"

countries
string

Comma separated list of countries. Example: US,CA,MX

Example:

"US,CA,MX"

startDate
string

Start date to search for. Format: YYYY-MM-DD

Example:

"2024-01-01"

endDate
string

End date to search for. Format: YYYY-MM-DD

Example:

"2024-01-10"

paginationToken
string

Pagination token to paginate through results

Example:

"640547184-1743616612000"

Response

Successful response

Key Response Fields:

  • ads[0].id: Unique ad identifier
  • ads[0].description: Full ad body text/copy
  • ads[0].headline: Ad headline (may be null)
  • ads[0].poster: Name of the company running the ad
  • ads[0].adType: Format of the ad (e.g. Single Image Ad, Video Ad, Carousel Ad)
  • ads[0].advertiser: Advertiser display name
  • ads[0].advertiserLinkedinPage: URL to the advertiser's LinkedIn company page
  • ads[0].image: URL of the ad's image asset (may be null)
  • ads[0].cta: Call-to-action button text (e.g. Learn more, Request Demo)
  • ads[0].destinationUrl: Landing page URL
  • ads[0].targeting.language: Audience language targeting description
  • ads[0].targeting.location: Audience location targeting description
  • ads[0].startDate / endDate: ISO 8601 timestamps for ad run period
  • ads[0].totalImpressions: Impression range string (e.g. 5k-10k) or null
  • ads[0].url: Direct link to this ad in the LinkedIn Ad Library
  • paginationToken: Token to pass as paginationToken for the next page
  • isLastPage: Boolean indicating whether this is the final page of results