LinkedIn Ads Library Scraper avatar
LinkedIn Ads Library Scraper

Pricing

$9.99/month + usage

Go to Store
LinkedIn Ads Library Scraper

LinkedIn Ads Library Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

Effortlessly scrape LinkedIn's Ad Library for comprehensive ad data. Extract company names, ad content, images, and more from multiple search queries. Perfect for competitive analysis, market research, and advertising inspiration. Automate your LinkedIn ad intelligence gathering today!

5.0 (1)

Pricing

$9.99/month + usage

2

Total users

34

Monthly users

7

Runs succeeded

>99%

Last modified

a day ago

LinkedIn Ads Library Scraper ๐Ÿ•ต๏ธโ€โ™‚๏ธ๐Ÿ’ผ

๐Ÿš€ Effortlessly Extract LinkedIn Ad Data at Scale

Unlock valuable insights from LinkedIn's Ad Library with our powerful scraper! This Actor allows you to effortlessly collect detailed information about ads from multiple companies, giving you a competitive edge in your market research and advertising strategies.

๐ŸŒŸ Key Features

  • ๐Ÿ“Š Scrape ads from multiple search URLs in one run
  • ๐Ÿ” Extract comprehensive ad details including company name, ad type, description, and more
  • ๐Ÿ–ผ๏ธ Capture ad images and detail page URLs
  • ๐Ÿ“ˆ Set custom result limits to fit your needs
  • ๐Ÿš€ High-performance scraping with Puppeteer and Cheerio

๐Ÿ“‹ Output Data

For each ad, you'll receive:

  • ๐Ÿ”— Source search URL
  • ๐Ÿข Company name
  • ๐Ÿ“ Ad type
  • ๐Ÿ“„ Ad description
  • ๐Ÿท๏ธ Ad title
  • ๐Ÿ–ผ๏ธ Image URL
  • ๐Ÿ”— Ad detail page URL

๐Ÿ’ก Use Cases

  • ๐ŸŽฏ Competitive analysis: Track your competitors' ad strategies
  • ๐Ÿง  Market research: Understand industry trends and messaging
  • ๐Ÿ’ผ Lead generation: Identify potential clients or partners
  • ๐ŸŽจ Creative inspiration: Get ideas for your own ad campaigns

๐Ÿ“š Getting Started

  1. ๐Ÿ“ Enter one or more LinkedIn Ad Library search URLs
  2. ๐Ÿ”ข Set your desired maximum number of results
  3. ๐Ÿš€ Run the Actor and watch the data roll in!

Start uncovering LinkedIn ad insights today and supercharge your marketing strategies! ๐Ÿ’ช๐Ÿš€

Input Example

A full explanation of an input example in JSON.

{
"searchUrls": [
"https://www.linkedin.com/ad-library/search?accountOwner=nvidia&countries=US&dateOption=last-30-days",
"https://www.linkedin.com/ad-library/search?accountOwner=apple&countries=US&dateOption=last-30-days"
],
"maxResults": 100
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"searchUrl": "https://www.linkedin.com/ad-library/search?accountOwner=apple&countries=US&dateOption=last-30-days",
"companyName": "Apple",
"adType": "Promoted",
"adDescription": "Rest easy. Macโ€™s hardware and software protect your data right out the box.",
"adTitle": "Mac does that",
"imageUrl": "https://media.licdn.com/dms/image/v2/D4D10AQG16VvdofZVwQ/image-shrink_1280/image-shrink_1280/0/1727367582466/USEN_DIABLOSHRIMP7_STATIC_1080x1080_BAN_MAC_SCRTY_CSMR_LEM_NA_NA_REDIFjpg?e=2147483647&v=beta&t=MIV9EGUyy7XI54WsaGc-XwpXNTX_SV1gdinFB8ETJtE",
"adDetailUrl": "https://www.linkedin.com/ad-library/detail/507892713"
},
{
"searchUrl": "https://www.linkedin.com/ad-library/search?accountOwner=apple&countries=US&dateOption=last-30-days",
"companyName": "Claris, an Apple company",
"adType": "Promoted",
"adDescription": "Ready to scale your business operations with Claris FileMaker? Schedule a complimentary custom demo to discover how.",
"adTitle": "What can Claris FileMaker do for you?",
"imageUrl": "https://media.licdn.com/dms/image/v2/D5610AQH6kqK3n97HrA/image-shrink_1280/image-shrink_1280/0/1727454890924/paid-mts-linkedin-sept17-ad1png?e=2147483647&v=beta&t=OXjjpcPCEWgzaGuF9Pu6jAJFjGhjVcNOazfodmhktvI",
"adDetailUrl": "https://www.linkedin.com/ad-library/detail/525598446"
},
...
]