About this model
YouTube 自然 SERP 会返回真实搜索者针对特定关键词看到的相同视频排名结果,不受广告或个性化结果干扰。每个条目包含视频排名位置、标题、频道名称和 URL、观看次数、时长、发布日期及缩略图,因此你可以准确了解当前在某个主题中占据主导地位的视频和频道。由于数据是在请求时实时获取,而不是从过时索引提供,它反映当前排名顺序,适合一次性的竞争快照,也适合针对关键词列表运行周期性排名跟踪任务。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.003333 per 20 results | Live pricing is chunked by 20 results; Standard normal/high reservations start at $0.001/$0.002. |
| Fal.ai | Indisponible | Non proposé comme API autonome. |
| Replicate | Indisponible | Non proposé comme API autonome. |
Live pricing is chunked by 20 results; Standard normal/high reservations start at $0.001/$0.002.
Non proposé comme API autonome.
Non proposé comme API autonome.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 关键词 | string | 要在 YouTube 上查询的目标关键词或搜索查询。 | best ai video tutorial |
| 位置 | Enum (213 options) | 搜索所针对的国家或地区。 | United States |
| Langue | Enum (129 options) | 搜索使用的语言。 | English |
| 设备 | Enum (2 options) | YouTube 搜索结果的设备类型。 | desktop |
| 深度 | integer | 要获取的 YouTube 搜索结果数量(Live:10 到 200;Standard:最多 700)。 | 20 |
| 操作系统 | Enum (4 options) | 所选设备使用的操作系统。 | null |
| 搜索参数 | string | Optional YouTube search parameter. | null |
| 标签 | string | Optional request tag for tracing. | null |
| 交付方式 | Enum (2 options) | 使用 Live 以立即获得结果,或使用 Standard 将任务排队。 | live |
| 优先级 | Enum (2 options) | 标准任务优先级。 | normal |
要在 YouTube 上查询的目标关键词或搜索查询。
best ai video tutorial搜索所针对的国家或地区。
United States搜索使用的语言。
EnglishYouTube 搜索结果的设备类型。
desktop要获取的 YouTube 搜索结果数量(Live:10 到 200;Standard:最多 700)。
20所选设备使用的操作系统。
nullOptional YouTube search parameter.
nullOptional request tag for tracing.
null使用 Live 以立即获得结果,或使用 Standard 将任务排队。
live标准任务优先级。
normalDeveloper documentation
keyword 中传入搜索词。location、language 和 device(desktop 或 mobile)。curl -X POST https://api.muapi.ai/api/v1/seo-youtube-organic \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "how to bake sourdough bread",
"location": "United States",
"device": "desktop",
"depth": 20
}'
Frequently asked
标题、视频 ID、URL、描述摘要、频道标题/URL/ID、观看次数、时长、发布日期和缩略图 URL。
Live 请求每 20 个结果一组,预留费用起价为 $0.003333;Standard 请求的 normal 优先级任务起价为 $0.001,高优先级起价为 $0.002。最终费用会根据返回的任务成本进行对账。
可以,`location` 和 `device`(`desktop` 或 `mobile`)都会影响排名顺序,这与 YouTube 根据市场和设备类型个性化结果的方式一致。
Live 请求支持 `depth` 从 10 到 200;Standard 请求最多支持 700 条。自然搜索定价按每 20 个结果一组计算。
适合,定期运行相同的关键词,然后在响应中定位视频的 `rank` 字段,以跟踪排名随时间的变化。