你在哪些关键词上排在第 11 到 30 名?免费查看你的 cusp 区间

REST API

同一把密钥,普通 HTTP。接进你的脚本、你的看板或每周报告。

跟 MCP 同一把密钥,普通 HTTP。所有路由都只读,调的也是同一批 MCP 工具,所以你的脚本和你的助手读到的是同一份数字。

sh
curl "https://rankcusp.com/api/v1/keywords?app=1544…&country=tr&cusp=1" \
  -H "Authorization: Bearer rc_live_…"

返回长什么样

json
{
  "total": 2,
  "maxPageSize": 200,
  "keywords": [
    {
      "keyword": "habit tracker",
      "rank": 14,
      "previousRank": 19,
      "popularity": 32,
      "difficulty": 41,
      "cusp": true
    },
    {
      "keyword": "streak tracking",
      "rank": 23,
      "previousRank": null,
      "popularity": null,
      "difficulty": 38,
      "cusp": true
    }
  ]
}

限制

  • 每分钟 120 次请求。超了返回 429 和 retry-after
  • 每页最多 200 行;用 offset 往后翻。
  • API 访问属于 Studio 档。

你排在第 11 到 30 名的关键词,是进入首页最省力的地方。想看看是哪些吗?