AnyAPI youtube.search (YouTube Search)
https://api.getanyapi.com/v1/run/youtube.searchOverview
AnyAPI youtube.search (YouTube Search)
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
getanyapi
Source
bazaar
Indexed
2026-06-23 08:15:16
Health
Status
degraded
Latency (p50)
441ms
Uptime (30d)
100.0%
Reliability Score
90/100
Last Checked
2026-09-27 10:26:50
Last Healthy
Never
Consecutive Failures
1
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"cursor": {
"description": "Continuation token from a previous response for pagination.",
"type": "string"
},
"query": {
"description": "The YouTube search query.",
"type": "string"
},
"sortBy": {
"default": "relevance",
"description": "Sort order: \"relevance\" (default) or \"popular\" (most-viewed).",
"enum": [
"relevance",
"popular"
],
"type": "string"
},
"uploadDate": {
"description": "Filter by upload recency. Omit for any time.",
"enum": [
"today",
"this_week",
"this_month",
"this_year"
],
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"costUsd": {
"description": "Amount charged in USD for this call.",
"type": "number"
},
"items": {
"description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.",
"type": "integer"
},
"jqError": {
"description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.",
"type": "string"
},
"output": {
"additionalProperties": false,
"properties": {
"data": {
"oneOf": [
{
"type": "null"
},
{
"additionalProperties": false,
"properties": {
"videos": {
"description": "Populated whenever the provider has data for the entity.",
"items": {
"properties": {
"channel": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"id": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"lengthText": {
"type": "string"
},
"publishedTime": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"title": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"url": {
"description": "Populated whenever the provider has data for the entity.",
"type": "string",
"x-anyapi-must-populate": true
},
"views": {
"type": "integer"
}
},
"required": [
"id",
"url",
"title",
"channel",
"views",
"lengthText",
"publishedTime"
],
"type": "object"
},
"type": "array",
"x-anyapi-must-populate": true
}
},
"required": [
"videos"
],
"type": "object"
}
]
},
"found": {
"type": "boolean"
}
},
"required": [
"found",
"data"
],
"title": "YouTube search output",
"type": "object"
},
"provider": {
"description": "Always \"AnyAPI\".",
"type": "string"
},
"resultId": {
"description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.",
"type": "string"
}
},
"required": [
"output",
"provider",
"costUsd"
],
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-09-27 10:26:50 | degraded | 401 | 917ms | |
| 2026-09-26 23:19:20 | degraded | 401 | 328ms | |
| 2026-09-26 15:27:54 | degraded | 401 | 335ms | |
| 2026-09-26 09:29:53 | degraded | 401 | 318ms | |
| 2026-09-26 03:08:36 | degraded | 401 | 325ms | |
| 2026-09-25 18:42:58 | degraded | 401 | 441ms | |
| 2026-09-25 02:27:38 | degraded | 401 | 638ms | |
| 2026-09-24 18:16:22 | degraded | 401 | 920ms |