重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
appstore-intel by dylanfeltus/skills
npx skills add https://github.com/dylanfeltus/skills --skill appstore-intel使用苹果免费的 iTunes 搜索与查询 API,查找应用详情、评分、评论,并搜索 iOS App Store 和 Mac App Store。无需 API 密钥。
对于 Google Play,请通过 web_search 和 web_fetch 使用网络爬虫。
免费。无需身份验证。无需 API 密钥。
两个端点:
https://itunes.apple.com/searchhttps://itunes.apple.com/lookup速率限制: 每分钟约 20 次调用。对于大量使用,请缓存结果。
https://itunes.apple.com/search?term=QUERY&country=COUNTRY&entity=software&limit=N
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
使用 web_fetch 调用此 URL。响应为 JSON 格式。
| 参数 | 描述 | 必需 | 值 |
|---|---|---|---|
term | 搜索查询(URL 编码,空格用 + 表示) | 是 | 任意文本 |
country | 两位国家代码 | 是 | us, gb, de 等 |
entity | 应用类型 | 否 | software (iPhone), iPadSoftware, macSoftware |
media | 媒体类型 | 否 | software (应用的默认值) |
limit | 最大结果数 | 否 | 1–200 (默认 50) |
lang | 语言 | 否 | en_us, ja_jp |
https://itunes.apple.com/search?term=fitness+tracker&country=us&entity=software&limit=10
https://itunes.apple.com/lookup?id=APP_ID&country=us
https://itunes.apple.com/lookup?bundleId=com.example.app&country=us
https://itunes.apple.com/lookup?id=ID1,ID2,ID3&country=us
每个结果包含:
{
"trackId": 553834731,
"trackName": "App Name",
"bundleId": "com.example.app",
"sellerName": "Company Name",
"artistName": "Developer Name",
"price": 0.00,
"formattedPrice": "Free",
"currency": "USD",
"averageUserRating": 4.5,
"userRatingCount": 125000,
"averageUserRatingForCurrentVersion": 4.3,
"userRatingCountForCurrentVersion": 5000,
"contentAdvisoryRating": "4+",
"trackContentRating": "4+",
"primaryGenreName": "Health & Fitness",
"genres": ["Health & Fitness", "Lifestyle"],
"description": "Full app description...",
"releaseNotes": "What's new in this version...",
"version": "3.2.1",
"currentVersionReleaseDate": "2024-01-10T00:00:00Z",
"releaseDate": "2020-06-15T00:00:00Z",
"fileSizeBytes": "52428800",
"minimumOsVersion": "15.0",
"trackViewUrl": "https://apps.apple.com/us/app/...",
"artworkUrl512": "https://is1-ssl.mzstatic.com/...",
"screenshotUrls": ["url1", "url2"], // ⚠️ 可能包含 10+ 个 URL — 总结数量,不要全部输出
"supportedDevices": ["iPhone15,2", "iPad14,1"], // ⚠️ 可能包含 100+ 个项目 — 为节省上下文,输出时省略
"languageCodesISO2A": ["EN", "FR", "DE"]
}
响应包装器:
{
"resultCount": 10,
"results": [...]
}
没有免费的公开 Google Play API。请使用以下方法:
web_search: "site:play.google.com/store/apps QUERY"
web_fetch: https://play.google.com/store/apps/details?id=PACKAGE_ID&hl=en&gl=us
⚠️ Google Play 页面可能返回有限内容或阻止自动化请求。 如果 web_fetch 返回的数据不完整,请回退到 web_search 的结果,这些结果通常在摘要中包含评分、下载次数和开发者信息。
从获取的 HTML 中提取(当可用时):
包 ID 在 URL 中:play.google.com/store/apps/details?id=com.example.app
https://itunes.apple.com/search?term=ENCODED_QUERY&country=us&entity=software&limit=10/id 后面的数字)https://itunes.apple.com/lookup?id=TRACK_ID&country=ushttps://itunes.apple.com/lookup?id=ID1,ID2&country=ushttps://itunes.apple.com/lookup?id=APP_ID&country=ushttps://itunes.apple.com/lookup?id=APP_ID&country=gbhttps://itunes.apple.com/lookup?id=APP_ID&country=deweb_search "site:play.google.com/store/apps APP_NAME"web_fetch 获取 Google Play 页面以获取详情apps.apple.com/us/app/app-name/id553834731 → ID 是 553834731trackId 字段com.spotify.client)### App Name
⭐ 4.5/5 (125K 评分) · 免费
开发者:Developer Name · 类别:Health & Fitness
版本 3.2.1 (2024年1月10日)
📝 更新内容:最新版本更新说明摘要...
📱 iOS:https://apps.apple.com/...
🤖 Android:https://play.google.com/...
### 针对 "query" 的应用商店结果 (找到 N 个)
1. **App Name** ⭐ 4.5 (125K) · 免费
开发者:Developer · 类别:Category
📱 https://apps.apple.com/...
2. **App Name** ⭐ 4.2 (50K) · $4.99
开发者:Developer · 类别:Category
📱 https://apps.apple.com/...
### 应用比较
| 指标 | App A | App B |
|--------|-------|-------|
| 评分 | ⭐ 4.5 | ⭐ 4.2 |
| 评论数 | 125K | 50K |
| 价格 | 免费 | $4.99 |
| 大小 | 50 MB | 120 MB |
| 最后更新 | 2024年1月10日 | 2023年12月5日 |
resultCount: 0。告知用户该应用可能已被移除。web_search 结果。Fetch: https://itunes.apple.com/lookup?bundleId=com.spotify.client&country=us
Fetch: https://itunes.apple.com/search?term=fitness&country=us&entity=software&limit=20
然后筛选 averageUserRating >= 4.5 的结果,并按 userRatingCount 排序。
查询两个应用并呈现比较表格。
web_fetch 获取的 Google Play 商店网页 — 免费,无需身份验证,使用爬虫每周安装次数
67
仓库
GitHub 星标数
173
首次出现
2026年2月19日
安全审计
安装于
codex59
opencode59
gemini-cli58
github-copilot53
cursor51
claude-code51
Look up app details, ratings, reviews, and search the iOS App Store and Mac App Store using Apple's free iTunes Search & Lookup APIs. No API key required.
For Google Play, use web scraping via web_search and web_fetch.
Free. No authentication. No API key.
Two endpoints:
https://itunes.apple.com/searchhttps://itunes.apple.com/lookupRate Limit: ~20 calls per minute. Cache results for heavy usage.
https://itunes.apple.com/search?term=QUERY&country=COUNTRY&entity=software&limit=N
Use web_fetch to call this URL. Response is JSON.
| Parameter | Description | Required | Values |
|---|---|---|---|
term | Search query (URL-encoded, + for spaces) | Yes | Any text |
country | Two-letter country code | Yes | us, gb, de, etc. |
entity |
https://itunes.apple.com/search?term=fitness+tracker&country=us&entity=software&limit=10
https://itunes.apple.com/lookup?id=APP_ID&country=us
https://itunes.apple.com/lookup?bundleId=com.example.app&country=us
https://itunes.apple.com/lookup?id=ID1,ID2,ID3&country=us
Each result contains:
{
"trackId": 553834731,
"trackName": "App Name",
"bundleId": "com.example.app",
"sellerName": "Company Name",
"artistName": "Developer Name",
"price": 0.00,
"formattedPrice": "Free",
"currency": "USD",
"averageUserRating": 4.5,
"userRatingCount": 125000,
"averageUserRatingForCurrentVersion": 4.3,
"userRatingCountForCurrentVersion": 5000,
"contentAdvisoryRating": "4+",
"trackContentRating": "4+",
"primaryGenreName": "Health & Fitness",
"genres": ["Health & Fitness", "Lifestyle"],
"description": "Full app description...",
"releaseNotes": "What's new in this version...",
"version": "3.2.1",
"currentVersionReleaseDate": "2024-01-10T00:00:00Z",
"releaseDate": "2020-06-15T00:00:00Z",
"fileSizeBytes": "52428800",
"minimumOsVersion": "15.0",
"trackViewUrl": "https://apps.apple.com/us/app/...",
"artworkUrl512": "https://is1-ssl.mzstatic.com/...",
"screenshotUrls": ["url1", "url2"], // ⚠️ Can be 10+ URLs — summarize count, don't dump all
"supportedDevices": ["iPhone15,2", "iPad14,1"], // ⚠️ Can be 100+ items — omit from output to save context
"languageCodesISO2A": ["EN", "FR", "DE"]
}
The response wrapper:
{
"resultCount": 10,
"results": [...]
}
There's no free public Google Play API. Use these approaches:
web_search: "site:play.google.com/store/apps QUERY"
web_fetch: https://play.google.com/store/apps/details?id=PACKAGE_ID&hl=en&gl=us
⚠️ Google Play pages may return limited content or block automated requests. If web_fetch returns incomplete data, fall back to web_search results which typically include rating, download count, and developer info in the snippet.
Extract from the fetched HTML (when available):
The package ID is in the URL: play.google.com/store/apps/details?id=com.example.app
https://itunes.apple.com/search?term=ENCODED_QUERY&country=us&entity=software&limit=10/id)https://itunes.apple.com/lookup?id=TRACK_ID&country=ushttps://itunes.apple.com/lookup?id=ID1,ID2&country=ushttps://itunes.apple.com/lookup?id=APP_ID&country=ushttps://itunes.apple.com/lookup?id=APP_ID&country=gbhttps://itunes.apple.com/lookup?id=APP_ID&country=deweb_search "site:play.google.com/store/apps APP_NAME"web_fetch for detailsapps.apple.com/us/app/app-name/id553834731 → ID is 553834731trackId fieldcom.spotify.client)### App Name
⭐ 4.5/5 (125K ratings) · Free
By Developer Name · Health & Fitness
Version 3.2.1 (Jan 10, 2024)
📝 What's New: Latest release notes summary...
📱 iOS: https://apps.apple.com/...
🤖 Android: https://play.google.com/...
### App Store Results for "query" (N found)
1. **App Name** ⭐ 4.5 (125K) · Free
By Developer · Category
📱 https://apps.apple.com/...
2. **App Name** ⭐ 4.2 (50K) · $4.99
By Developer · Category
📱 https://apps.apple.com/...
### App Comparison
| Metric | App A | App B |
|--------|-------|-------|
| Rating | ⭐ 4.5 | ⭐ 4.2 |
| Reviews | 125K | 50K |
| Price | Free | $4.99 |
| Size | 50 MB | 120 MB |
| Last Updated | Jan 10, 2024 | Dec 5, 2023 |
resultCount: 0. Inform the user the app may have been removed.web_search results.Fetch: https://itunes.apple.com/lookup?bundleId=com.spotify.client&country=us
Fetch: https://itunes.apple.com/search?term=fitness&country=us&entity=software&limit=20
Then filter results where averageUserRating >= 4.5 and sort by userRatingCount.
Look up both apps and present a comparison table.
web_fetch — Free, no auth, scrapingWeekly Installs
67
Repository
GitHub Stars
173
First Seen
Feb 19, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex59
opencode59
gemini-cli58
github-copilot53
cursor51
claude-code51
SoulTrace 人格评估 API - 基于五色心理模型的贝叶斯自适应测试
56,700 周安装
| App type |
| No |
software (iPhone), iPadSoftware, macSoftware |
media | Media type | No | software (default for apps) |
limit | Max results | No | 1–200 (default 50) |
lang | Language | No | en_us, ja_jp |