Skip to main content
GET
Get Profile's Posts

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

start
string

use this param to get posts in next results page: 0 for page 1, 50 for page 2 100 for page 3, etc.

postedAt
string

It is not an official filter. It filters posts after fetching them from LinkedIn and returns posts that are newer than the given date. Example value: 2024-01-01 00:00

username
string
default:adamselipsky
required
paginationToken
string

It is required when fetching the next results page. The token from the previous call must be used.

Response

200 - application/json

200

success
boolean
message
string
data
object[]
paginationToken
string