/vk/users/posts
Get wall posts from a VK user by id, screen name (alias) or URL: text, attachments (photos, videos, links, polls), reactions/likes, reposts, views, date, and repost chain.
Price: 5 credits per 100 results
💡 AI Hint: Fetch wall posts of a VK user by id, idN, screen name (e.g. durov) or URL. Each post has text, created_at, like_count, reaction_count, repost_count, view_count, comment_count, images, attachments, poll (if any) and reposted (original posts). Use filter to pick owner/others/all.
⚠️ Common errors: 412: User not found, deleted or private.
Authorizations
API token from the dashboard
Headers
Body
VK user id, idN, screen name (alias), or profile URL
1"durov"
"id1"
"https://vk.com/durov"
Max number of posts to return
x >= 120
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Number of posts to skip from the top of the wall
x >= 0Which posts to return: owner-only, others-only, or all
owner, others, all Response
Successful Response