Skip to main content
POST
/
action
/
get_linkedin_posts
Get LinkedIn Posts
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/get_linkedin_posts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "post_urls": "https://www.linkedin.com/pulse/getting-value-out-sunburst-author"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
post_urls
string<textarea>
required

LinkedIn post or article URLs, comma or newline separated.

Example:

"https://www.linkedin.com/pulse/getting-value-out-sunburst-author"

Response

LinkedIn posts data

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action