Linkedin Ad Scraper avatar
Linkedin Ad Scraper

Pricing

$30.00/month + usage

Go to Apify Store
Linkedin Ad Scraper

Linkedin Ad Scraper

Scrape public LinkedIn ads by company name using this actor. Get ad commentary, media URLs, and detail links for competitor research, marketing insights, or content inspiration. Supports residential proxies for reliable scraping. Great for B2B marketers and analysts.

Pricing

$30.00/month + usage

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

a month ago

Last modified

Share


📘 LinkedIn Ad Scraper

Scrape and extract public LinkedIn Ads data by company name using this powerful actor. Great for competitor research, market analysis, and ad strategy inspiration.


🚀 How it works

This actor allows you to input a list of company names and automatically scrapes sponsored posts (ads) from LinkedIn’s public Ad Library. It returns structured data including commentary, media URLs, and more.


🔧 Input

This actor accepts a JSON object with the following structure:

{
"company": [
"scraping"
],
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input fields:

FieldTypeDescriptionRequired
companyarray[string]List of company names to search in LinkedIn Ad Library✅ Yes
proxyConfigurationobjectStandard Apify proxy configuration. Use RESIDENTIAL proxies for best results✅ Yes

📤 Output

The actor returns an array of ad data for each company. Each item includes:

[
{
"account_owner": "scraping",
"page": 1,
"advertiser_name": "",
"creative_type": "SPONSORED_STATUS_UPDATE",
"commentary": "When the GTM GOAT",
"headline": "",
"media_url": "https://media.licdn.com/dms/image/...",
"detail_url": "https://www.linkedin.com/ad-library/detail/677065824"
},
...
]

Output fields:

FieldTypeDescription
account_ownerstringName of the company used in the query
pagenumberPage number of results (pagination support)
advertiser_namestringLinkedIn advertiser name (if available)
creative_typestringType of ad (e.g., SPONSORED_STATUS_UPDATE)
commentarystringAd copy/content/commentary
headlinestringHeadline text (if present)
media_urlstringDirect URL to image/media used in the ad
detail_urlstringLink to the full ad on LinkedIn

📌 Use cases

  • Market intelligence and ad strategy analysis
  • Competitor ad monitoring
  • Lead generation through ad insights
  • Creative inspiration for B2B marketers

💡 Tips

  • Use RESIDENTIAL proxies to reduce the chance of blocks or missing data.
  • Limit the company name to official/recognized LinkedIn business page names.
  • If you're scraping multiple companies, space out your runs to avoid rate limits.

🛠 Support

For customized outputs, feature requests, or to report a bug, feel free to reach us at:

📧 Email: support@getdataforme.com 🌐 Contact form: https://getdataforme.com/contact

Email Subject Tip: Use relevant subjects like Bug Report - LinkedIn Ad Scraper or Feature Request - LinkedIn Ad Scraper to get faster support.


This actor is intended for publicly available data from LinkedIn's Ad Library and must be used in compliance with LinkedIn’s terms of service and local regulations.


Let me know if you'd like me to help you publish this on Apify or write a README.md for GitHub as well.