Facebook Ads Library Scraper avatar

Facebook Ads Library Scraper

Under maintenance

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Facebook Ads Library Scraper

Facebook Ads Library Scraper

Under maintenance

Scrape ads from Facebook Ad Library without cookies or authentication. Search by keywords or page names, filter by country, ad status, ad type, and media type. Extracts ad text, page info, media URLs, dates, CTA, landing page links, and more.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape ads from the Facebook Ad Library without cookies or authentication.

Features

  • Search by keywords or page names
  • Filter by country, ad status, ad type, and media type
  • Extracts ad text, page info, media URLs, dates, platforms, and more
  • No login or cookies required
  • Residential proxy support for best results

Input

FieldTypeDescriptionDefault
searchTermsarrayKeywords or page names to search(required)
countrystringCountry code (e.g., "US", "GB") or "ALL""ALL"
adActiveStatusstring"all", "active", or "inactive""active"
adTypestring"all", "political_and_issue_ads", "housing", "employment", "credit""all"
mediaTypestring"all", "image", "video", "meme", "none""all"
resultsPerSearchintegerMax ads per search term (1-500)50
proxyConfigurationobjectProxy settings (residential recommended)Apify residential

Output

Each ad in the dataset contains:

FieldDescription
ad_idUnique Facebook ad archive ID
page_nameName of the Facebook page running the ad
page_idFacebook page ID
ad_textAd creative text/copy
ad_snapshot_urlURL to view the ad in Facebook Ad Library
start_dateWhen the ad started running
end_dateWhen the ad stopped (if inactive)
statusActive or inactive
platformsPlatforms where the ad runs (Facebook, Instagram, etc.)
media_typeType of media (image, video, none)
media_urlURL to the ad media
cta_textCall-to-action button text
link_urlDestination URL of the ad
search_termThe search term that found this ad
scraped_atTimestamp when the data was scraped

Example Input

{
"searchTerms": ["nike", "adidas"],
"country": "US",
"adActiveStatus": "active",
"resultsPerSearch": 20
}