你会拿到的字段
post_urn
text
created_at
likes
comments
shares
media
author
返回什么
GET /api/people/user/posts
{
"posts": [
{
"text": "Excited to announce our Series B funding...",
"created_at": "2025-01-15T09:30:00Z",
"likes": 342,
"comments": 47,
"shares": 89,
"author": { "name": "Jane Smith" }
}
],
"cursor": "eyJvZmZzZXQiOjIwfQ=="
}常见问题
游标分页能把一个人或一家公司的全部公开动态翻完,没有时间下限。每页返回 10–20 条,具体看接口;每页 1 credit。