Track competitor ad spend, creative strategies, and campaign timing across Facebook and Instagram.
See what ads your competitors are running, their creative formats, and messaging.
Browse ads by industry or advertiser to spark ideas for your own campaigns.
Understand ad trends, seasonal campaigns, and spending patterns in your niche.
Monitor for unauthorized use of your brand in third-party advertising.
Request
curl -X POST https://scrapekit.dev/api/v1/scrape/meta-ad-library \
-H "X-API-Key: sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"advertiser": "Nike"}'200 OK Response
{
"advertiser": "Nike",
"ads": [
{
"ad_copy": "Just Do It.",
"creative_type": "video",
"status": "active",
"platforms": [
"facebook",
"instagram"
]
}
]
}Sign up for free, get 50 credits, and make your first request in 30 seconds.
Get Started Free