Ad Library Teardown
Pulls public ads from Meta, Google and LinkedIn ad libraries and turns them into a structured competitor messaging teardown.
Marketing & SEOIntermediate★ 1,780⑂ 17AI score 8/10Last updated: Aug 26, 2026
What it does
- Finds an advertiser from just a brand name or domain across the Meta (Facebook), Google and LinkedIn ad libraries and pulls their currently active ads.
- Captures platform, ad ID, start date, creative type, body copy, headline, CTA and destination URL — plus video transcripts for Meta video ads.
- Clusters messaging by pain point, persona, offer, social proof, objection handled, comparison angle and urgency.
- Outputs a fixed Markdown report: hook/headline swipe file, offer + CTA table, what the competitor appears to be testing, and recommended tests for you, all with source links.
- Built-in guardrails: never claims an ad is "winning" just because it's live, and never invents spend, targeting or conversion data.
Who it's for
- Performance and growth marketers, ad copywriters
- Brand teams monitoring competitor positioning and offers
- Agencies assembling creative reference libraries before a campaign
Example uses
- "Analyze competitor A's active Meta ads and build me a hook swipe file."
- "Compare LinkedIn ad messaging for B and C and table the objection-handling angles they use."
- "Summarize D's video ad transcripts and propose three ad tests for next quarter."
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/ScrapeCreators/social-media-research-skills/HEAD/skills/ad-library-teardown/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/ad-library-teardown folder from the GitHub repo ScrapeCreators/social-media-research-skills into my ~/.claude/skills/ad-library-teardown/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ScrapeCreators/social-media-research-skills.git /tmp/sc-skills && mkdir -p ~/.claude/skills && cp -r /tmp/sc-skills/skills/ad-library-teardown ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/ScrapeCreators/social-media-research-skills.git - Copy the skill into Claude Code:
mkdir -p ~/.claude/skills && cp -r social-media-research-skills/skills/ad-library-teardown ~/.claude/skills/ - Get an API key at https://scrapecreators.com
- Export it:
export SCRAPECREATORS_API_KEY=your_key(add the line to~/.zshrcor~/.bashrcto make it permanent). - Restart Claude Code and ask something like "Tear down brand X's active Meta ads" to trigger the skill.
View source on GitHub ↗License: MIT