meta-ads-library
Installation
SKILL.md
When to use
- "Scrape Meta Ads Library for X"
- "What ads are CalAI / MacroFactor / Healthify running right now?"
- "Find hook examples from [category]"
- Before any new ad batch — pull fresh competitor inspiration into
research/competitor-ads/
Quick reference
# Single brand by search keyword
python .Codex/skills/meta-ads-library/scripts/scrape.py --query "CalAI" --country IN --limit 30
# Single brand by Page ID (most reliable)
python .Codex/skills/meta-ads-library/scripts/scrape.py --page-id 123456789 --country IN --limit 30
# Batch from a brands.yaml
python .Codex/skills/meta-ads-library/scripts/scrape.py --batch .Codex/skills/meta-ads-library/brands.yaml