VOOZH about

URL: https://apify.com/harshmaur/facebook-ads-library-scraper/api

⇱ Facebook Ads Library Scraper: Creative & Reach (No API Key) API Β· Apify


πŸ‘ Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) avatar

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k)

Pricing

from $0.40 / 1,000 ad results

Go to Apify Store

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k)

Scrape ads from the Facebook (Meta) Ad Library by keyword or Page - no login, no Meta API key. Full ad creative (text, images, video, CTA, link), advertiser, run dates, ad duration & EU/UK reach. $0.50 per 1,000 ads. 70+ fields per ad. Works with AI Agents, MCP, n8n, Make & Zapier.

Pricing

from $0.40 / 1,000 ad results

Rating

5.0

(2)

Developer

πŸ‘ Harsh Maur

Harsh Maur

Maintained by Community

Actor stats

2

Bookmarked

12

Total users

9

Monthly active users

18 hours ago

Last modified

Share

You might also like

Reddit User Scraper - Profiles, Karma & Post History ($1.5/1k)

harshmaur/reddit-user-scraper

Scrape any Reddit user's profile from a username or URL β€” karma, account age, and full post and comment history. Built for audience research, moderation vetting, and OSINT on public data. No API key, no login. Export to CSV, Excel, or JSON. From $1.50 per 1,000 results.

17

5.0

Subreddit Scraper - Whole Subreddits, No 1k Post Cap ($1.5/1k)

harshmaur/reddit-subreddit-scraper

Scrape entire subreddits β€” thousands of posts per community, far beyond Reddit's ~1,000-post listing cap, by combining every sort and time window. Optional comments per post. Archive communities or build ML datasets. No API key. CSV/Excel/JSON. From $1.50 per 1,000 posts.

5

5.0

Reddit Comment Scraper - Export Comments & Replies ($1.5/1k)

harshmaur/reddit-comments-scraper

Scrape Reddit comments without the API β€” every comment and nested reply from any post URL, 'load more comments' expanded automatically. Export to CSV, Excel, or JSON for sentiment analysis, AI training data, or research. No login, no rate limits. From $1.50 per 1,000 comments.

8

5.0

Reddit Search Scraper - Keyword & Brand Monitoring ($1.5/1k)

harshmaur/reddit-search-scraper

Search Reddit by keyword and scrape every matching post, comment, and subreddit. Monitor brand mentions, track topics, and find leads with sort and time-range filters β€” all of Reddit or one community. No API key, no login. Export CSV/Excel/JSON. From $1.50 per 1,000 results.

8

5.0

Facebook Ad Library Scraper Monitoring Mode Meta Instagram Ads

scrapesage/facebook-ad-library-scraper

Scrape Facebook, Instagram & Meta ads from the public Meta Ad Library by keyword, Facebook Page, or URL. Get ad copy, creatives, videos, CTA, links, dates & advertiser data β€” 50+ fields per ad, no login. Monitoring mode returns only NEW ads since your last run. Export JSON, CSV or Excel.

Meta Ads Library Scraper - Facebook & Instagram Ads API

groupoject/meta-ads-library-monitor

Monitor Meta Ad Library ads by keyword or Facebook page ID. Export ad copy, pages, platforms, dates, countries, spend/reach fields when available, and creative links.

Facebook Ads Library Scraper β€” Meta Ads + Instagram Data

sourabhbgp/facebook-ads-scraper

Scrape Facebook Ads Library (Meta Ad Library) with 57 fields per ad β€” no login needed. Get ad copy, images, videos, CTAs, run dates, Instagram followers, page verification, AI-content flag, EU transparency. Search by keyword, advertiser, or paste any Ad Library URL.

109

Facebook Ad Library Scraper

prodiger/facebook-ads-library-scraper

Scrape Facebook ads from Ad Library search results and ads run by Facebook pages. Pay per ad at $0.75 per 1,000 ads.

Meta (Facebook & Instagram) Ad Library Scraper

jaybird/meta-ad-library-scraper

Scrape any advertiser's Facebook & Instagram ads from Meta's Ad Library: creatives, copy, CTA, run dates. $3.50 per 1,000 ads β€” no Meta API approval needed.

πŸ‘ User avatar

Jaybird Technologies

19

Facebook Ads Library Scraper β€” Meta Ad Spy Tool

dltik/facebook-ads-scraper

Scrape Facebook and Instagram ads from the Meta Ad Library. Search by keyword, page name or country. Get ad copy, creative text, page name, platforms, start dates and duration. Auto-enrichment with CTA detection, ad categorization and hashtag extraction. No API token needed. No proxy needed.

You can access the Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) 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.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< {
< "url": "https://www.facebook.com/ads/library/?active_status=all&ad_type=all&country=US&q=nike&search_type=keyword_unordered&media_type=all"
< },
< {
< "url": "https://www.facebook.com/nike"
< }
< ],
< "count": 100,
< "scrapePageAds.period": "",
< "scrapePageAds.activeStatus": "all",
< "scrapePageAds.sortBy": "impressions_desc",
< "scrapePageAds.countryCode": "ALL",
< "mcpMode": "perPost",
< "mcpMessage": "*{{page_name}}*\n{{ad_text}}\n{{ad_library_url}}",
< "mcpMaxItems": 50
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/harshmaur~facebook-ads-library-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Facebook Ads Library Scraper: Creative & Reach (No API Key) API

Below, you can find a list of relevant HTTP API endpoints for calling the Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/harshmaur~facebook-ads-library-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/harshmaur~facebook-ads-library-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/harshmaur~facebook-ads-library-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) API programmatically via the Apify API.

You can choose from:

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) API in Python

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) API in JavaScript

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) API through CLI

Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) OpenAPI definition

You can start Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Facebook Ads Library Scraper - Creative & Reach ($0.50/1k) run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.