App Store关键词搜索 API

POST

接口健康状态

24h 健康值
正常
24h 平均耗时
—
最近检查时间
2026年9月27日 02:04(北京时间)
  • 健康 / 正常
  • 可用
  • 少量可用
  • 基本不可用
健康 API正常
健康值怎么算
  • 健康值 = 返回了数据的调用占比(百分比)。空结果、失败和结果未知都不算返回数据。
  • 档位:≥90% 健康、≥70% 可用、≥40% 少量可用,更低是基本不可用。
  • 一个时段(24 小时、每小时、每天)调用满 50 次才计算健康值;不足的时段显示为正常——少量调用里的偶发失败不代表接口不可用。
  • 调用包括客户的真实调用和我们每天的探测调用;请求本身的错误(参数不对、余额不足)不计入。
  • 平均耗时只算正常返回的调用:同步取响应时间,异步取受理到完成。
逐时段数据
时间(北京时间)状态健康值平均耗时
2026-09-27 02:00 - 02:59正常——
2026-09-27 01:00 - 01:59正常——
2026-09-27 00:00 - 00:59正常——
2026-09-26 23:00 - 23:59正常——
2026-09-26 22:00 - 22:59正常——
2026-09-26 21:00 - 21:59正常——
2026-09-26 20:00 - 20:59正常——
2026-09-26 19:00 - 19:59正常——
2026-09-26 18:00 - 18:59正常——
2026-09-26 17:00 - 17:59正常——
2026-09-26 16:00 - 16:59正常——
2026-09-26 15:00 - 15:59正常——
2026-09-26 14:00 - 14:59正常——
2026-09-26 13:00 - 13:59正常——
2026-09-26 12:00 - 12:59正常——
2026-09-26 11:00 - 11:59正常——
2026-09-26 10:00 - 10:59正常——
2026-09-26 09:00 - 09:59正常——
2026-09-26 08:00 - 08:59正常——
2026-09-26 07:00 - 07:59正常——
2026-09-26 06:00 - 06:59正常——
2026-09-26 05:00 - 05:59正常——
2026-09-26 04:00 - 04:59正常——
2026-09-26 03:00 - 03:59正常——
2026-09-26正常——
2026-09-25正常——
2026-09-24正常——
2026-09-23正常——
2026-09-22正常——
2026-09-21正常——
2026-09-20正常——
2026-09-19正常——
2026-09-18正常——
2026-09-17正常——
2026-09-16正常——
2026-09-15正常——
2026-09-14正常——
2026-09-13正常——
2026-09-12正常——
2026-09-11正常——
2026-09-10正常——
2026-09-09正常——
2026-09-08正常——
2026-09-07正常——
2026-09-06正常——
2026-09-05正常——
2026-09-04正常——
2026-09-03正常——
2026-09-02正常——
2026-09-01正常——
2026-08-31正常——
2026-08-30正常——
2026-08-29正常——
2026-08-28正常——

关键词搜索:返回列表,默认 20 条、单次最多 200 条;主要字段 app_id、name、url、bundle_id、developer、developer_id。

单价 $1.39 / 千次(每次 $0.001389),失败与空结果不扣费。 同步返回;慢任务可在请求体加 "mode": "async",先拿 job_id 再轮询。

请求参数

参数名位置类型必填默认值说明
Authorizationheaderstring是-Bearer 加你的 API Key。在控制台创建;不要放进网址或代码仓库。
platformbodystring是app_store平台标识,固定值。
actionbodystring是search能力标识,固定值。
keywordbody.params未声明是-App Store 应用搜索词,例如 habit tracker 或应用名称;不是 Bundle ID。搜索结果中的 app_id 可继续用于应用详情和评论。
countrybody.params未声明否-App Store 店面国家/地区,使用小写代码,例如 us、cn、jp,默认 us。详情与评论都按该店面查询;应用在其他店面可见不代表在当前店面同样上架。
limitbody.paramsinteger (1–200)否20

代码示例

bash
curl -X POST 'https://api.everyinfra.com/api/v1/social' \
  -H "Authorization: Bearer $EVERYINFRA_API_KEY" \
  -H 'Content-Type: application/json' \
  --data-raw '{
  "platform": "app_store",
  "action": "search",
  "params": {
    "keyword": "habit tracker"
  }
}'

[OpenAPI 定义 (JSON)]示例从环境变量 EVERYINFRA_API_KEY 读取 Key,复制出去的代码不含你的 Key。

按应用名称或用途搜索;后续详情需数字 App ID,不是 Bundle ID。

响应示例

真实返回样例

2026年9月26日 16:56(北京时间)用上方代码示例的参数真实调用所得。results 与 count 是那次的真实返回,已隐去名字、账号、头像、主页链接、联系方式等个人信息,列表只保留前 2 条;id、billing、quota 每次调用都不同,只给结构。

json
{
  "id": "req_…",
  "platform": "app_store",
  "action": "search",
  "results": [
    {
      "app_id": 1438388363,
      "name": "Habit Tracker",
      "url": "https://apps.apple.com/us/app/habit-tracker/id1438388363?uo=4",
      "bundle_id": "com.davetech.habit",
      "developer": "InnerGrow",
      "developer_url": "https://apps.apple.com/us/developer/innergrow/id1828382777?uo=4",
      "description": "Habit Tracker: A simple daily planner to schedule and track your routine, making it easy to build lasting habits. \nJoin 15M+ happy users, achieve your goals, and make every day count!\nMore than a self-care companion, it lets you share with others to grow and improve together. \n\n-…",
      "release_notes": "- add shortcut supports \n- add custom repeat interval \n- fix bugs\n----- Beta Tester needed -----\nIf you want to help us to test new version, contact us: (已隐去)\nIf your widget is not working, restart your iPhone.\nOur IG: Tiny Useful Apps",
      "version": "2.14.23",
      "price": 0,
      "currency": "USD",
      "formatted_price": "Free",
      "rating": 4.79,
      "rating_count": 147260,
      "current_version_rating_count": 147260,
      "content_rating": "4+",
      "category": "Productivity",
      "icon_url": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d3/ef/00/d3ef00c2-9b1c-b5ef-0464-2e08231b80de/AppIcon-pink-gr-0-0-1x_U007epad-0-1-0-sRGB-85-220.png/512x512bb.jpg",
      "min_os": "15.0",
      "file_size_bytes": 339836928,
      "released_at": "2019-01-31T09:10:14+00:00",
      "updated_at": "2026-08-15T15:18:18+00:00",
      "platform": "app_store",
      "genres": [
        "Productivity",
        "Health & Fitness"
      ],
      "languages": [
        "EN",
        "FR",
        "DE"
      ],
      "screenshot_urls": [
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/5c/b8/05/5cb8051e-e125-e84e-f0b5-2551b6e9d69d/_U767d1.jpg/320x480bb.jpg",
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/13/5d/32/135d32df-678d-5c7e-d940-4f16d5c4e396/_U767d2.jpg/320x480bb.jpg",
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/2e/a8/66/2ea866a0-2271-4d8a-e380-8386b935283f/_U767d3.jpg/320x480bb.jpg"
      ],
      "rating_scale": 5
    },
    {
      "app_id": 6443918070,
      "name": "Habit Tracker - HabitKit",
      "url": "https://apps.apple.com/us/app/habit-tracker-habitkit/id6443918070?uo=4",
      "bundle_id": "com.roehl.habitkit",
      "developer": "Sebastian Roehl",
      "developer_url": "https://apps.apple.com/us/developer/sebastian-roehl/id1602956482?uo=4",
      "description": "Big life changes do not start big. They start with one small habit, done today, done again tomorrow. HabitKit turns those daily wins into a colorful grid of tiles, one square for every day you show up, so you can finally see yourself becoming the person you want to be.\n\nThat visi…",
      "release_notes": "- Choose Yes/No, Count or Measure with decimals and custom units\n- Change habit types without losing history or streaks\n- At a Count goal above 1, tap to edit instead of clearing\n- New iOS Shortcuts to log amounts and notes, get progress and open habits; translated labels and cle…",
      "version": "1.18.0",
      "price": 0,
      "currency": "USD",
      "formatted_price": "Free",
      "rating": 4.85,
      "rating_count": 2430,
      "current_version_rating_count": 2430,
      "content_rating": "4+",
      "category": "Productivity",
      "icon_url": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/79/91/fe/7991fe78-b459-1397-205f-54525a639bde/NewAppIcon-0-0-1x_U007ephone-0-1-sRGB-85-220.png/512x512bb.jpg",
      "min_os": "15.0",
      "file_size_bytes": 230910976,
      "released_at": "2022-11-26T08:00:00+00:00",
      "updated_at": "2026-09-21T08:40:41+00:00",
      "platform": "app_store",
      "genres": [
        "Productivity"
      ],
      "languages": [
        "AR",
        "BE",
        "CA"
      ],
      "screenshot_urls": [
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/cb/27/c1/cb27c143-49f7-12ba-a1f1-68fd4caf0634/Apple_iPhone_11_Pro_Max_Screenshot_0.png/320x480bb.jpg",
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/18/ba/4e/18ba4eac-d29a-94ae-88a5-92204e14eb24/Apple_iPhone_11_Pro_Max_Screenshot_1.png/320x480bb.jpg",
        "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/23/59/4e/23594e53-c451-7772-0dbb-7cd58b8470bb/Apple_iPhone_11_Pro_Max_Screenshot_2.png/320x480bb.jpg"
      ],
      "rating_scale": 5
    }
  ],
  "count": 18,
  "billing": { … },
  "quota": { … }
}

返回字段

业务数据在 results 里;下表是每条记录可能包含的字段,上游没有提供的值不会被补造。

字段含义
app_id本平台特有App Store 数字 ID。
name名称。用于账号/商品/商家类能力,指该对象本身的名字。
url该记录在原平台上的可访问链接。
bundle_id本平台特有应用包名(com.xxx.yyy),开发侧唯一标识。
developer本平台特有开发者名称。
developer_id本平台特有开发者 ID。
developer_url本平台特有开发者页链接。
description简介或描述,通常比 text 短。
release_notes本平台特有更新说明。
version本平台特有版本号。
price价格数值,不含货币符号;币种见 currency。
currency价格币种代码(如 CNY、USD)。price 存在但 currency 为 null 时不要假定币种。
formatted_price本平台特有价格展示文本(如「免费」或带币种符号的金额)。
rating评分。分制随平台而异,同一行的 rating_scale 给出该平台满分 (多数是 5,Booking/豆瓣/爱奇艺/NAVER 是 10)。跨平台比较前必须先按 rating_scale 换算 —— 直接比数字会得出反的结论。
rating_scale上一列 rating 的满分。5 表示五星制、10 表示十分制。只在该行有 rating 时出现。
rating_count参与评分的人数。null 表示不公开,不等于 0。
current_version_rating本平台特有当前版本的评分。大改版后看它比总评分更准。
current_version_rating_count本平台特有当前版本的评分人数。
content_rating本平台特有年龄分级。
category分类名称,取值为原平台的分类体系,未做跨平台归一。
icon_url本平台特有应用图标。
min_os本平台特有最低系统版本要求。
file_size_bytes本平台特有安装包大小,字节。
released_at本平台特有首次上架时间。
updated_at本平台特有最近更新时间。
platform数据来源平台标识,与请求里的 platform 一致(如 xiaohongshu、tiktok)。
genres保留平台原语义
languages保留平台原语义
screenshot_urls保留平台原语义

错误与计费

401
缺少 Key 或 Key 无效。先鉴权再校验参数,未鉴权的请求拿不到参数结构。
422
参数名或取值不对。错误信息会列出这项能力支持的参数、允许值和最接近的候选,按它改即可;发生在扣费之前。
402
余额不足,请先充值。
429
超过每分钟请求上限,按 Retry-After 等待后再试。
503
暂时无法完成。已预扣的费用按原账本退回;响应里的 billing 与 refund 写明实际结果,结果未知时会明确标出,不要直接重发。
200 空结果
请求完成但没有数据,不扣费(billing.reason = empty_result_refunded)。