Facebook ads from a specific advertiser by brand name — every live and recent ad a brand runs across Facebook, Instagram, Messenger and Threads, isolated to that ONE advertiser (filters out the stray pages a name search pulls in; echoes resolvedPage to verify). Returns the full ad creative (headline, body copy, CTA + destination link, image and video URLs), run dates, and platform mix. No Meta login. Competitor ad intelligence for AI agents.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://ads.apitoll.cloud/v1/ads/facebook/advertiser' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://ads.apitoll.cloud/v1/ads/facebook/advertiser'
Endpoint: https://ads.apitoll.cloud/v1/ads/facebook/advertiser. Operated by ads.apitoll.cloud, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Facebook Ad Library search by keyword — every live and recent ad matching a search term across all advertisers on Facebook, Instagram, Messenger and Threads. Re…