YouTube API

YouTube Community post API

Fetch a single YouTube community post by URL (text, images, channel, publish time).

POST/v1/run/youtube.community_post
Uptime
100.00%
30d · 2 calls
Requests
2
30d
Response
1.4s
median · 30d

Provider network

Providers ranked by traffic

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "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
}
Response interface
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 30d
POST /v1/run/youtube.community_post
curl -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"}'
FieldTypeExample value
Request body
urlstring"https://www.youtube.com/post/Ugkx1LonSRBBUqASv-J8j9_FesxwlMAhT3_e"URL of the YouTube community post.
Response
dataobject
data.channelHandlestringPopulated whenever the provider has data for the entity.
data.channelTitlestringPopulated whenever the provider has data for the entity.
data.contentstringPopulated whenever the provider has data for the entity.
data.idstringPopulated whenever the provider has data for the entity.
data.publishedTimestringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$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.

It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Fetch a single YouTube community post by URL (text, images, channel, publish time). The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

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. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.