From coldiq
Discover DTC / e-commerce brands running video ads on Meta (Facebook/Instagram) via the ColdIQ marketplace Meta Ads endpoint, to expand Target Account Lists. Use when building net-new DTC/ e-commerce/subscription prospect lists, finding brands spending on Meta video ads, discovering companies in a vertical (baby, jewelry, wine, supplements), or finding companies with active creative teams. Triggers on "Meta ads", "Facebook Ad Library", "find DTC brands", "scrape ads", "ecommerce prospect list", "brands running video ads", "ad library search". Do NOT use for LinkedIn ads (use the linkedin-ad-library endpoint), firmographic database search (see apollo-search / coldiq-search-enrich), or contact enrichment (see contact-enrichment).
How this skill is triggered — by the user, by Claude, or both
Slash command
/coldiq:meta-ads-scraperThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find brands actively running video ads on Meta — a strong signal of marketing budget + digital
Find brands actively running video ads on Meta — a strong signal of marketing budget + digital maturity — and turn them into net-new accounts for DTC/e-commerce clients.
This replaces any local Playwright/SQLite Meta scraper with ColdIQ's async Meta Ads endpoint — no local browser, no database to maintain. The valuable part — the 135-term search strategy — is preserved below as the query set you submit.
| Task | Method | Path | Credits | Endpoint ID | Notes |
|---|---|---|---|---|---|
| Start a Meta Ads search | POST | /v1/meta-ads/search | flat | meta_ads.search.create | Async; returns jobId |
| Get search results | GET | /v1/meta-ads/search/{jobId} | free | meta_ads.search.result | 202 running, 200 done |
For each search term, submit a job and poll for results (see resources/async-job-pattern.md):
/v1/meta-ads/search · flat · meta_ads.search.create
{ "query": "shop now free shipping", "country": "US" }
/v1/meta-ads/search/{jobId} · free · meta_ads.search.resultIterate over the term set below (one job per term), accumulate brands, then de-dup.
Key insight: universal DTC ad language beats niche product keywords. A jewelry, baby, and supplements brand all run "shop now free shipping". A brand with 10+ video ads = real ad operation (budget + creative team + performance-marketing leadership).
npx claudepluginhub cold-iq/coldiq-marketplace-skills --plugin coldiqGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.