$ apify call linkedin-ad-library-scraper-–-no-login

LinkedIn Ad Library Scraper – No Login

Scrape public LinkedIn Ad Library results by keyword, advertiser, or payer. Extract ad copy, creative media, advertiser, payer, dates, landing pages, impressions, and targeting data without login or cookies.

platform

Apify

status

Public

pricing

$2.00 / 1,000 delivered results

outputs

Ads, Creative media, Advertiser, Dates, Targeting data

Social media
-> Open on Apify

What it does

Scrape public LinkedIn Ad Library results by keyword, advertiser, or payer. Extract ad copy, creative media, advertiser, payer, dates, landing pages, impressions, and targeting data without login or cookies.

Key capabilities

  • Configure the run from the Apify form or API.
  • Receive structured Ads, Creative media, Advertiser data.
  • Export the default Dataset or connect it to an automation.

Use cases

  • Analyze competitor creatives and messaging.
  • Research campaigns by advertiser.
  • Build a B2B ads repository.

Main inputs

  • Keywords, advertiser, or payer.
  • Ad country and date range.
  • Maximum results and whether to enrich with details.

API example

This is a minimal illustrative payload. Check the Actor input form in Apify for every supported option.

Example input (input.json)

{
  "keywords": [
    "marketing automation"
  ],
  "advertisers": [
    "microsoft"
  ],
  "countries": [
    "US"
  ],
  "dateOption": "last-30-days",
  "maxResults": 100,
  "fetchDetails": true
}
curl -X POST "https://api.apify.com/v2/acts/datascraperes~linkedin-ad-library-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  --data-binary @input.json

The run stores its successful items in the default Dataset. A representative item looks like this:

Example result

{
  "adId": "1234567890",
  "adLibraryUrl": "https://www.linkedin.com/ad-library/detail/1234567890",
  "advertiserName": "Example Company",
  "advertiserUrl": "https://www.linkedin.com/company/example-company",
  "body": "Build a faster reporting workflow.",
  "headline": "Download the 2026 benchmark report",
  "destinationUrl": "https://example.com/report?utm_source=linkedin",
  "startDate": "2026-06-10",
  "endDate": "2026-06-30"
}

Data you get

Each successful item is saved in the default Apify Dataset, ready to export or connect to a workflow.

  • Ads
  • Creative media
  • Advertiser
  • Dates
  • Targeting data

Try it free

The Apify Free plan includes $5 in monthly credits, with no credit card required. Use them to try this Actor; credits do not roll over and renew at the start of each billing cycle.

Pricing

Apify charges $2.00 / 1,000 delivered results. Only the public billing event ad is charged when Apify records a successful result.

Scope

The Actor works with publicly available data. Coverage and available fields can vary by target, country, and the source page at the time of the run.

How to use it

  1. Open the Actor in Apify.
  2. Add the targets or filters required by the input form.
  3. Start the run and export the default Dataset as JSON, CSV, or Excel.

// related