← All use cases
Me

Meta Ad Library Scraping API

Track competitor ad spend, creative strategies, and campaign timing across Facebook and Instagram.

Use cases

Competitor Ad Intelligence

See what ads your competitors are running, their creative formats, and messaging.

Creative Inspiration

Browse ads by industry or advertiser to spark ideas for your own campaigns.

Market Research

Understand ad trends, seasonal campaigns, and spending patterns in your niche.

Brand Protection

Monitor for unauthorized use of your brand in third-party advertising.

API example

POST /api/v1/scrape/meta-ad-library

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"
      ]
    }
  ]
}

Start scraping Meta Ad Library today

Sign up for free, get 50 credits, and make your first request in 30 seconds.

Get Started Free