YouTube Community post API
Fetch a single YouTube community post by URL (text, images, channel, publish time).
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"data": {
"channelHandle": "alex_rivera",
"channelTitle": "Example title",
"content": "A short example description of this item.",
"id": "a1b2c3d4",
"publishedTime": "2024-01-15T09:30:00Z"
},
"found": true
}interface YoutubeCommunityPostResponse {
data: {
channelHandle: string;
channelTitle: string;
content: string;
id: string;
publishedTime: string;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/youtube.community_post \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/post/Ugkx1LonSRBBUqASv-J8j9_FesxwlMAhT3_e"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.youtube.com/post/Ugkx1LonSRBBUqASv-J8j9_FesxwlMAhT3_e"URL of the YouTube community post. |
| Response | ||
| data | object | |
| data.channelHandle | string | Populated whenever the provider has data for the entity. |
| data.channelTitle | string | Populated whenever the provider has data for the entity. |
| data.content | string | Populated whenever the provider has data for the entity. |
| data.id | string | Populated whenever the provider has data for the entity. |
| data.publishedTime | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the YouTube Community post API
The AnyAPI YouTube Community post API returns YouTube community post data as normalized JSON from one POST call to /v1/run/youtube.community_post. Fetch a single YouTube community post by URL (text, images, channel, publish time). AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of YouTube community post calls through AnyAPI succeeded, with a median response time of 1.4 seconds across 2 measured calls.