/facebook/advertisers/ads
Facebook
/facebook/advertisers/ads
Get all Facebook Ad Library ads of a specific advertiser (Page) by Page ID
**Price:** 10 credits per 10 results
**💡 AI Hint:** List all ads of a Facebook Ad Library (facebook.com/ads/library) advertiser/Page by Page ID. Accepts a numeric Page ID (e.g. '15087023444') or a full Ad Library URL containing '?view_all_page_id=<id>'. Returns id, url, advertiser, creatives (image/video/cards), text, title, cta, started_at, platforms, country. Supports active_status, ad_type, media_type filters. For ad_type=political_and_issue_ads also returns currency, spend_range, reach_estimate, impressions_range, fev_info.
**⚠️ Common errors:** 412: Advertiser not found. Verify the Page ID.
POST
/facebook/advertisers/ads
Documentation Index
Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token from the dashboard
Headers
Body
application/json
Page ID of the advertiser, or a Facebook Ad Library URL containing ?view_all_page_id=<id>
Minimum string length:
1Examples:
"15087023444"
"https://www.facebook.com/ads/library/?view_all_page_id=15087023444"
Max result count
Required range:
x >= 1Example:
20
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Filter by ad activity status
Available options:
active, inactive, all Ad category: 'all' for commercial, 'political_and_issue_ads' for political/issue
Available options:
all, political_and_issue_ads Filter by media type of the ad creative
Available options:
all, image, video, meme, none Response
Successful Response