Facebook Ads Library Scraper avatar

Facebook Ads Library Scraper

Pricing

from $1.50 / 1,000 facebook ad extracteds

Go to Apify Store
Facebook Ads Library Scraper

Facebook Ads Library Scraper

Scrape ads from Facebook Ad Library. Extract ad creatives, headlines, call-to-actions, landing pages, advertiser details, and start dates. Fast & HTTP-only.

Pricing

from $1.50 / 1,000 facebook ad extracteds

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Facebook Ads Library Scraper ๐Ÿ“ข

Spy on your competitors' active ad campaigns, discover winning creative angles, copy ad headlines, and extract direct landing page URLs from the Meta / Facebook Ads Library.

100% HTTP-Only with zero browser overhead. Extracts ad text copies, headlines, call-to-action buttons, start dates, and media assets across Facebook, Instagram, Messenger, and Audience Network.


โšก Key Features

  • Ad Creatives & Copy: Extract exact ad body text, headlines, and call-to-action buttons (Shop Now, Learn More, etc.).
  • Direct Landing Page URLs: Uncover destination funnels and competitor landing pages without tracking obfuscation.
  • Media Asset Extraction: Captures image and video thumbnail URLs for ad creative inspiration.
  • Advertiser Intelligence: Page name, page ID, and active status tracking.
  • Multi-Country Support: Target ads by country or search globally (ALL).
  • Lightweight & High-Speed: Designed to run effortlessly on 256 MB memory.

๐Ÿ“ฅ Input Parameters

FieldTypeDescriptionDefault
queryStringRequired. Brand name, niche, or product keyword (e.g. nike, gymshark, dropshipping)."nike"
countryStringTarget 2-letter ISO country code or ALL for global."ALL"
activeStatusStringFilter by ad status: all, active, inactive."all"
mediaTypeStringFormat filter: all, image, video."all"
maxItemsIntegerMax number of ads to extract (1 to 200).50
pageIdStringOptional specific Facebook Page ID to scrape.None
proxyConfigurationObjectProxy settings (Apify Residential proxy recommended).RESIDENTIAL

๐Ÿ“ค Output Format

Each record in the dataset represents an ad from the Meta Ads Library:

{
"adId": "1049281928392",
"pageId": "15087023444",
"pageName": "Nike",
"adText": "Find your fast. Shop the new Pegasus 41 today with free shipping and 60-day returns.",
"headline": "Nike Pegasus 41 Running Shoes",
"callToAction": "Shop Now",
"destinationUrl": "https://www.nike.com/t/pegasus-41-mens-road-running-shoes",
"mediaUrl": "https://scontent.xx.fbcdn.net/v/t39.35426-6/...",
"mediaType": "all",
"startDate": 1726012800,
"endDate": null,
"isActive": true,
"platforms": ["facebook", "instagram"],
"searchQuery": "nike",
"country": "ALL"
}