Path Parameters
The community post id (the
lc=/Ug… value from a /post/{id} URL).Response
The community post id.
Full URL to the post (nullable).
Post type:
text, poll, image, video, or shared (nullable).Post body text (nullable).
Links parsed from the post text.
Author channel id (nullable).
Author channel name (nullable).
Author channel URL (nullable).
Author avatar URL (nullable).
Relative publish time, e.g.
2 days ago (nullable).Unix publish timestamp (nullable).
Number of likes (nullable).
Like count as displayed (nullable).
Number of comments (nullable).
Poll options (poll posts only).
Total votes cast (poll posts only, nullable).
Attached images, with
url, width, height.Attached video object, if any (nullable).
The original post, for shared posts (nullable).
ISO 8601 timestamp when the post was scraped.
Unix timestamp when the post was scraped.
Example Response
Post Comments
To page the comments on a community post, call:CommentsResponse (the same comments + continuation shape as video comments).
A community-post request and a post-comments page each cost 5 credits. Failed requests are not charged.

