Search LinkedIn ads
search_linkedin_adsRead-only
Search LinkedIn Ad Library by company, keyword, or company ID. Returns ad details with impression counts for targeted B2B research.
Instructions
Structured LinkedIn Ad Library search by company name, keyword, or companyId — use for a targeted B2B pull; use research_ads for open-ended research. Returns compact JSON {advertiser, headline, description, cta, link, media, dates, impressions} per ad — LinkedIn is the one library exposing real impression counts. Spends ScrapeCreators credits (~1).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max ads returned (1–25, default 8) | |
| company | No | advertiser company name | |
| keyword | No | keyword across all advertisers | |
| companyId | No | LinkedIn company id (numeric) when the name is ambiguous | |
| countries | No | CSV of 2-letter codes like 'US,CA'; omit or 'ALL' = worldwide |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ads | No | the compact ad objects ({advertiser, headline, description, cta, link, media, dates, impressions}) | |
| found | No | total ads found upstream |