LinkedIn Ads Library Scraper avatar

LinkedIn Ads Library Scraper

Try for free

2 hours trial then $9.99/month - No credit card required now

View all Actors
LinkedIn Ads Library Scraper

LinkedIn Ads Library Scraper

easyapi/linkedin-ads-library-scraper
Try for free

2 hours trial then $9.99/month - No credit card required now

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!

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.

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

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.

1[
2	{
3		"searchUrl": "https://www.linkedin.com/ad-library/search?accountOwner=apple&countries=US&dateOption=last-30-days",
4		"companyName": "Apple",
5		"adType": "Promoted",
6		"adDescription": "Rest easy. Mac’s hardware and software protect your data right out the box.",
7		"adTitle": "Mac does that",
8		"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",
9		"adDetailUrl": "https://www.linkedin.com/ad-library/detail/507892713"
10	},
11	{
12		"searchUrl": "https://www.linkedin.com/ad-library/search?accountOwner=apple&countries=US&dateOption=last-30-days",
13		"companyName": "Claris, an Apple company",
14		"adType": "Promoted",
15		"adDescription": "Ready to scale your business operations with Claris FileMaker? Schedule a complimentary custom demo to discover how.",
16		"adTitle": "What can Claris FileMaker do for you?",
17		"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",
18		"adDetailUrl": "https://www.linkedin.com/ad-library/detail/525598446"
19	},
20    ...
21]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 2 days ago