admapix
Installation
SKILL.md
AdMapix Raw Data Search
Use this skill to fetch raw competitor ad creative data from AdMapix.
Return structured data from the API. Presentation, message-send, autonomous research, summary, insight, recommendation, and dashboard workflows are out of scope.
Data Source
Prefer the admapix.search_creatives MCP tool when it is available. If no MCP tool is available, call the API directly:
curl -s -X POST "https://api.admapix.com/api/data/search" \
-H "X-API-Key: $ADMAPIX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"content_type":"creative","keyword":"puzzle game","page":1,"page_size":20,"sort_field":"3","sort_rule":"desc"}'
Never print or expose the API key.