Skip to main content
POST
/
action
/
get_linkedin_job_posting
Get LinkedIn Job Posting
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/get_linkedin_job_posting \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "job_url": "https://www.linkedin.com/jobs/view/software-engineer-at-epic-3986111804"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
job_url
string
required

LinkedIn job posting URL.

Example:

"https://www.linkedin.com/jobs/view/software-engineer-at-epic-3986111804"

Response

LinkedIn job posting data

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action