
LinkedIn Ads Scraper
Pricing
$12.00/month + usage

LinkedIn Ads Scraper
Extract details about ads from Linkedin Ad Library. Scrape ad details like when it was run, ad targeting, advertiser and content of ad. Download ad data in JSON, XML, Excel format.
0.0 (0)
Pricing
$12.00/month + usage
2
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
8 days ago
You can access the LinkedIn Ads Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "maxRecords": 10,
3 "urls": [
4 {
5 "url": "https://www.linkedin.com/ad-library/search?keyword=jetbrains"
6 }
7 ]
8}' |
9apify call ivanvs/linkedin-ads-scraper --silent --output-dataset
LinkedIn Ads Scraper API through CLI
The Apify CLI is the official tool that allows you to use LinkedIn Ads Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: