100 free credits — no credit card required.Start building
Logo
Analyze

Search the Facebook Ad Library for any brand's active ads

A free Facebook Ad Library search tool. Enter a brand or keyword and see the active ads running on Facebook and Instagram right now, with the ad creative, copy, call to action, and advertiser page, pulled live from Meta's Ad Library. No Facebook login required.

Search the Ad Library

Enter a brand or keyword and see what's running right now.

Free, no login required

Live from the SocialCrawl API

See any brand's live Facebook and Instagram ads

Enter a brand or keyword and we pull the active ads from Meta's Ad Library, with the creative, the copy, and the advertiser behind each one.

  • 01Live creative. The actual images and copy each advertiser is running right now.
  • 02Every advertiser. See which pages are behind a keyword, not just one brand.
  • 03No login. Free to search, with the full Ad Library API one call away.

Searching 44 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
How it works

Three steps, zero learning curve

Paste a URL, hit run, get structured data. That's the whole workflow.

  1. 01

    How do I search the Facebook Ad Library?

    Enter a brand name or keyword, pick a country if you want, and run it. We query Meta's public Ad Library and show the active ads that match, each with its creative, ad copy, call to action, and the advertiser page running it.

  2. 02

    What does each ad card show?

    The advertiser page and its category, whether the ad is active, the ad creative and body copy, the call-to-action, the platforms it runs on (Facebook, Instagram, Messenger, Audience Network), and a link straight to the ad in Meta's Ad Library.

  3. 03

    Can I filter by country?

    Yes. Leave it on all countries for the widest view, or pick a single country to see the ads Meta is showing there. Political and issue ads carry the most detail, but commercial ads are covered too.

Developer API

Use it in your code in seconds

Same engine, exposed as a clean REST API. One key works for every platform — and every response uses the same schema.

One key, every platform

Authenticate once. Hit TikTok, Instagram, YouTube, Reddit, and 17 more — all from the same key.

Same shape, every response

Identical schema across platforms. Write your integration once and never adapt to a new payload.

Drop into any agent

Cleanly typed JSON, ready for LLM tool-calls, RAG pipelines, and automation flows.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
and many more
Try a search

What is the world really saying?

Type a question. Twelve walled gardens search at the same time. AI gives you the brief — the source posts stay one click away.

For builders → MCP, skills, and the API
Use cases

Real ways teams use this tool

A few patterns we see from marketers, researchers, and builders shipping with SocialCrawl.

Marketers

What ads are my competitors running?

Search a competitor and see their live creative, copy, and call-to-action, so you can benchmark angles before you spend a dollar.

0

logins

to search

0

ads

per search

Founders

How do I research a market's ads?

Search a keyword and see every advertiser going after it, with the exact ads they're running, in one view.

0

countries

to filter

0

search

totally free

Creative

Study live ad creative

See the real images and copy competitors are running, not a mockup, straight from the Ad Library.

Competitors

Track who's advertising

Search a brand or keyword and see every advertiser page behind it, active status included.

Trends

Spot the angles that work

Compare calls-to-action and messaging across advertisers to find the hooks a category leans on.

Frequently asked questions

Can't find what you're looking for? Talk to our team or ask the AI agent below

The Facebook Ad Library (Meta Ad Library) is Meta's public, searchable archive of ads running across Facebook, Instagram, Messenger, and Audience Network. This free tool searches it by brand or keyword and shows the matching active ads with their creative and copy.

More tools you might like

Every SocialCrawl tool, one click away.