Copy any Facebook Ad Library URL and get instant ad data - No configuration needed.
Copy URL β Get Results β Done
Open Facebook Ad Library, use any filters you want, then copy the URL from your browser address bar.
Example URL:
https://www.facebook.com/ads/library/?q=nike&country=US&active_status=active&...
Save your URL to input.json:
{
"URLAds": [
{
"url": "https://www.facebook.com/ads/library/?q=nike&country=US&..."
}
],
"maxResultsPerURL": 200
}apify call dz-omar/facebook-ads-url-parser --input input.jsonResults appear in your dataset - same format as - facebook-ads-scraper-pro!
This Actor is a URL-based wrapper around the Facebook Ad Library.
When you run Facebook Ads Url Parser, it does not scrape ads directly. Instead:
- The Actor parses the provided Facebook Ad Library URL
- It then executes Facebook Ads Scraper Pro in standby mode
- The scraper performs the actual data extraction and returns results to this Actor
- You may see two Actors running for a single execution
- This is expected behavior
- The Actor does not run automatically and is only triggered when you start it manually
- The standby execution consumes compute units, just like running the scraper directly
- Running this Actor is not free
- Costs are generated by the internally executed scraper
- Charges apply even though no additional configuration is required
If you prefer full control over parameters and execution, you can run the scraper directly:
Use Facebook Ads URL Parser if you want to:
- Re-run saved Facebook Ad Library URLs
- Automate competitor monitoring using copied URLs
- Avoid manually configuring search parameters
Use Facebook Ads Scraper Pro if you want:
- Direct parameter-based control
- Clear visibility into compute usage per run
- Advanced scraping options
This Actor intentionally uses a standby Actor execution to ensure consistent output and feature parity with the main scraper. This behavior is by design and not an automatic or hidden trigger.
That's it. Just two fields:
| Field | Type | Required | Description |
|---|---|---|---|
URLAds |
array | β Yes | Array of Facebook Ad Library URLs |
maxResultsPerURL |
integer | β No | Max ads per URL (default: 10, range: 10-β) |
Multiple URLs:
{
"URLAds": [
{"url": "https://www.facebook.com/ads/library/?q=nike&..."},
{"url": "https://www.facebook.com/ads/library/?q=adidas&..."},
{"url": "https://www.facebook.com/ads/library/?search_type=page&view_all_page_id=12345&..."}
],
"maxResultsPerURL": 10
}With Custom Limit:
{
"URLAds": [
{"url": "https://www.facebook.com/ads/library/?..."}
],
"maxResultsPerURL": 500
}You get the exact same ad data as the main scraper:
{
"id": "1234567890",
"page_name": "Nike",
"page_likes": 5000000,
"text": "Just Do It",
"title": "Campaign Title",
"start_date": "2024-01-15",
"is_active": true,
"media": {
"type": "image",
"primary_thumbnail": "https://..."
},
...
}Each ad is one item in your dataset.
Copy the URL after searching for your competitor:
{
"URLAds": [
{"url": "https://www.facebook.com/ads/library/?q=competitor_brand&..."}
]
}Copy the URL after selecting a page:
{
"URLAds": [
{"url": "https://www.facebook.com/ads/library/?search_type=page&view_all_page_id=15087023444&..."}
]
}Copy URLs from different countries:
{
"URLAds": [
{"url": "https://www.facebook.com/ads/library/?q=nike&country=US&..."},
{"url": "https://www.facebook.com/ads/library/?q=nike&country=GB&..."},
{"url": "https://www.facebook.com/ads/library/?q=nike&country=DE&..."}
],
"maxResultsPerURL": 100
}- β Keyword search URLs
- β Advertiser/page search URLs
- β Date-filtered URLs
- β Country/language-filtered URLs
- β Platform-filtered URLs
- β Any Facebook Ad Library URL
- facebook-ads-scraper-pro - Direct search using parameters (advanced)
- π Website: flowextractapi.com
- π§ Email: flowextractapi@outlook.com
- π Apify Profile: dz_omar
- π¬ GitHub Issues: FlowExtractAPI
- πΌ LinkedIn: flowextract-api
- π¦ Twitter: @FlowExtractAPI
- π± Facebook: flowextractapi
- YouTube Transcript Extractor - Extract transcripts with timestamps
- YouTube Scraper Pro - Complete channel and playlist extraction
- Zoom Scraper - Download recordings and transcripts
- Loom Scraper - Loom video and transcript extraction
- Idealista Scraper API - Spanish property data with API
- Idealista Scraper - Real estate listings extractor
- Screenshot - Fast webpage screenshots
- Ultimate Screenshot - Advanced screenshot tool
- Network Security Scanner - Security vulnerability scanner
- Facebook Ads Scraper Pro - Extract Facebook ads data
- Public Data Access: Only processes publicly available Facebook Ad Library data
- Rate Limiting: Respects Facebook's service limits and terms of use
- Data Protection: No storage of personal information or unauthorized data collection
- Commercial Use: Suitable for business intelligence and research applications