LinkedIn Ad Library

Search Ads

Searches the LinkedIn Ad Library by company name, keyword, or companyId with optional country and date filters. Custom date filtering requires both startDate and endDate. LinkedIn accepts dates from the date one year ago through yesterday. Each ad includes id, description, headline, adType, advertiser, targeting details, image or video URLs, totalImpressions, and impressionsByCountry. Date and impression fields are nullable when LinkedIn does not expose them on the public ad page. Supports pagination via paginationToken.

get/v1/linkedin/ads/search

Query parameters

companystring

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

keywordstring

The keyword to search for

companyIdstring

The company id to search for

countriesstring

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

startDatestring

Start date in YYYY-MM-DD format. Must be used with endDate and cannot be earlier than the date one year ago.

endDatestring

End date in YYYY-MM-DD format. Must be used with startDate and cannot be today or a future date.

paginationTokenstring

Pagination token to paginate through results

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.