| --- |
| license: cc-by-4.0 |
| pretty_name: "LinkedIn Ads Library Scraper — No Login, No Cookies" |
| tags: [lead_gen, web-scraping, apify, lead-generation, marketing, scraper] |
| size_categories: |
| - n<1K |
| --- |
| |
| # LinkedIn Ads Library Scraper — No Login, No Cookies |
|
|
| Scrapes LinkedIn's official Ad Library to extract advertiser names, ad copy, headlines, creative images, video posters, and detail URLs. Filter by keyword (advertiser or ad text), 250+ countries, date range, and creative type. No login, no cookies, no account ban risk. $1.50 per 1,000 ads. |
|
|
| ## What the actor scrapes |
|
|
| # 🎯 LinkedIn Ad Library Scraper — B2B Competitor Ad Spy, No Login Required **Extract every public ad from LinkedIn's official Ad Library at scale.** This LinkedIn Ad Library scraper pulls advertiser names, ad copy, headlines, creative images, video posters and detail-page URLs — **without login, without cookies, and without any risk to your LinkedIn account**. Filter by keyword, country, date range and creative type, then export LinkedIn ad data to JSON, CSV or Excel. Built for B2B competitor in |
|
|
| ## Who this is for |
|
|
| This sample is useful for anyone working in **lead gen, lead generation, marketing** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. |
|
|
| ## Source |
|
|
| **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/linkedin-ad-library-scraper](https://apify.com/logiover/linkedin-ad-library-scraper) |
|
|
| ## Fields |
|
|
| - **`adId`** — identifier |
| - **`adUrl`** — URL reference |
| - **`creativeType`** — field captured by the actor |
| - **`advertiserName`** — field captured by the actor |
| - **`advertiserLogoUrl`** — URL reference |
| - **`headline`** — field captured by the actor |
| - **`adCopy`** — field captured by the actor |
| - **`creativeImageUrl`** — URL reference |
| - **`videoPosterUrl`** — URL reference |
| - **`ariaLabel`** — field captured by the actor |
| - **`ctaUrl`** — URL reference |
| - **`detailFields`** — field captured by the actor |
| - **`detailDates`** — field captured by the actor |
| - **`searchKeyword`** — field captured by the actor |
| - **`searchKeywordType`** — field captured by the actor |
| - **`searchCountries`** — field captured by the actor |
| - **`scrapedAt`** — timestamp the row was scraped |
|
|
| ## Sample preview |
|
|
| ```json |
| [ |
| { |
| "adId": "1081926834", |
| "adUrl": "https://www.linkedin.com/ad-library/detail/1081926834", |
| "creativeType": "SPONSORED_STATUS_UPDATE", |
| "advertiserName": "Paul Baier", |
| "advertiserLogoUrl": "https://media.licdn.com/dms/image/v2/D5603AQH3VOFtbkNUDQ/profile-displayphoto-scale_100_100/B56ZtinsBBLAAc-/0/1766886131702?e=1780531200&v=beta&t=GazvB6vxDN-MyQxNFGOyhLssw2h_tNOeWZqpf0LWtbw", |
| "headline": null, |
| "adCopy": "ChatGPT mags now in Whole Foods", |
| "creativeImageUrl": "https://media.licdn.com/dms/image/v2/D5622AQHAuFw89kxeLA/feedshare-image-high-res/B56ZtxTh6nHsAo-/0/1767132528016?e=2147483647&v=beta&t=OxnXOvLK4DL8-Tpq0JmHaeKdOgN0bQhWNopJpyWOpuA", |
| "videoPosterUrl": null, |
| "ariaLabel": "Paul Baier, Single Image Ad, View details", |
| "ctaUrl": null, |
| "detailFields": null, |
| "detailDates": null, |
| "searchKeyword": "", |
| "searchKeywordType": "accountOwner", |
| "searchCountries": [ |
| "US" |
| ], |
| "scrapedAt": "2026-05-15T11:13:41.860Z" |
| }, |
| { |
| "adId": "1013756396", |
| "adUrl": "https://www.linkedin.com/ad-library/detail/1013756396", |
| "creativeType": "SPONSORED_STATUS_UPDATE", |
| "advertiserName": "RedCloud Consulting", |
| "advertiserLogoUrl": "https://media.licdn.com/dms/image/v2/D560BAQHYH7kg5DodvA/company-logo_100_100/B56ZkHWcPZIAAU-/0/1756764947687/redcloud_consulting_inc_logo?e=1780531200&v=beta&t=BoTWkUA_pNMTgwp4eUdb0ZVBjV95LQQyoD8t99Qh_Ug", |
| "headline": "Apply Now to Shape Large-Scale ERP Architecture", |
| "adCopy": "Lead enterprise-scale ERP transformation at a top retail-focused client. We’re hiring a Principal Engineer with deep ERP…", |
| "creativeImageUrl": "https://media.licdn.com/dms/image/v2/D5610AQERFa22JVWFSg/image_627_1200/B56ZtxqKg.J8AY-/0/1767138437308/8png?e=2147483647&v=beta&t=p1RMKGfl-ZmkOEQ8JFZLh_lKan_wpsmOe0BP2JYt-Hw", |
| "videoPosterUrl": null, |
| "ariaLabel": "RedCloud Consulting, Single Image Ad, View details", |
| "ctaUrl": null, |
| "detailFields": null, |
| "detailDates": null, |
| "searchKeyword": "", |
| "searchKeywordType": "accountOwner", |
| "searchCountries": [ |
| "US" |
| ], |
| "scrapedAt": "2026-05-15T11:13:42.050Z" |
| } |
| ] |
| ``` |
|
|
| ## Snapshot stats |
|
|
| - Row count in this sample: **50** |
| - Data quality flag at capture time: `GOOD` |
|
|
| ## License & Attribution |
|
|
| Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/linkedin-ad-library-scraper](https://apify.com/logiover/linkedin-ad-library-scraper). |
|
|
| The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content. |
|
|