Recao
R
Recao
/get_competitor_ads

get competitor ads

Get all Apple App Store ads a competitor has run (EU storefronts, up to 1 year back), with creative copy, placements, formats, and an inferred winner analysis:

liveverifiedunknown~5s typical
mcpprobedrecao
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-recao-recao-mcp /get_competitor_ads for me.

Input

FieldTypeDescription
id*numberappId or developerId from search_app_advertiser
typestring (APP | DEVELOPER) default "APP"
countriesarrayEU country codes to filter (default: all 25). Available: AT,BE,BG,HR,CY,CZ,DK,EE,FI,FR,DE,
datePresetstring (LAST_90_DAYS | LAST_180_DAYS | LAST_YEAR) default "LAST_YEAR"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-recao-recao-mcp","endpoint":"/get_competitor_ads","input":{"id":1,"type":"APP","datePreset":"LAST_YEAR"}}'
cli
npx cracked-ai run -p mcp-app-recao-recao-mcp -e /get_competitor_ads -i '{"id":1,"type":"APP","datePreset":"LAST_YEAR"}'
mcp
run_tool({ provider: "mcp-app-recao-recao-mcp", endpoint: "/get_competitor_ads", input: {"id":1,"type":"APP","datePreset":"LAST_YEAR"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.