logo
ActivitiesFetch Profile Activities (V2)

Fetch Profile Activities (V2)

Retrieves recent activities (posts, comments, reactions) for a LinkedIn profile.

Pricing: 2 credits per call

curl -X POST "https://v3-api.texau.com/api/v1/profile_activities" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
  "urn": "ACoAACcJ11oB9WoP2-S-clw3Q64H9_WmNjCJbbk",
  "type": "POST",
  "size": 10
}'
{
  "content": [
    {}
  ],
  "paginationToken": "example_string"
}
POST
/profile_activities
POST
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Content-Typestring
Required

The media type of the request body

Options: application/json
urnstring
Required

LinkedIn profile entity URN

typestring

Type of activities to return

Options: POST, COMMENT, REACTION
paginationTokenstring

Token from previous response for next page

sizeinteger

Number of items per page

useCacheboolean

Use cached data (up to 24h). Defaults to true.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Body

application/json
urnstring
Required

LinkedIn profile entity URN

typestring

Type of activities to return

Allowed values:POSTCOMMENTREACTION
paginationTokenstring

Token from previous response for next page

sizeinteger

Number of items per page

useCacheboolean

Use cached data (up to 24h). Defaults to true.

Responses

contentobject[]
paginationTokenstring

Use this token to fetch the next page