Path Parameters
string
required
The community post id (the
lc=/Ug… value from a /post/{id} URL).Response
string
The community post id.
string
Full URL to the post (nullable).
string
Post type:
text, poll, image, video, or shared (nullable).string
Post body text (nullable).
array
Links parsed from the post text.
string
Author channel id (nullable).
string
Author channel name (nullable).
string
Author channel URL (nullable).
string
Author avatar URL (nullable).
string
Relative publish time, e.g.
2 days ago (nullable).number
Unix publish timestamp (nullable).
integer
Number of likes (nullable).
string
Like count as displayed (nullable).
integer
Number of comments (nullable).
array
Poll options (poll posts only).
integer
Total votes cast (poll posts only, nullable).
array
Attached images, with
url, width, height.object
Attached video object, if any (nullable).
The original post, for shared posts (nullable).
string
ISO 8601 timestamp when the post was scraped.
number
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.

