LinkedIn Ads Library Scraper

LinkedIn Ads Library Scraper

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!

OTHERApify

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!