ads-intelligence
Installation
SKILL.md
LeadMagic — Ads intelligence
Endpoints
| Goal | Endpoint | Credits | Rate/min |
|---|---|---|---|
| Google ads by advertiser | POST /v1/ads/google-ads-search |
1 | 1,500 |
| Meta (FB/IG) ads | POST /v1/ads/meta-ads-search |
1 | 1,500 |
| B2B ads library | POST /v1/ads/b2b-ads-search |
1 | 1,500 |
| One B2B ad, full detail | POST /v1/ads/b2b-ads-details |
2 | 1,500 |
Search by company_domain (preferred) or company name. Pass limit to cap creatives returned — it caps spend too. Legacy aliases (/google/searchads, /meta/searchads, /b2b/searchads, /b2b/ad-details) still resolve.
curl -sS -X POST "https://api.leadmagic.io/v1/ads/meta-ads-search" \
-H "X-API-Key: $LEADMAGIC_API_KEY" -H "Content-Type: application/json" \
-d '{"company_domain":"competitor.com","limit":10}'