Facebook Pixel

Get Job Details

Get detailed information about a specific job posting including full description

POST/linkedin/jobs/details

Get Job Details

Get detailed information about a specific job posting including full description

Authentication requiredLinkedIn Search

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/jobs/details' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"jobId":"4328829294"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID (uses default if not provided)
jobIdstringYesJob ID or URN

Example

{
  "jobId": "4328829294"
}

Responses

StatusDescription
200Successful response

200 Example

{
  "success": true,
  "jobId": "4328829294",
  "title": "Senior Backend Engineer",
  "description": "This role offers the opportunity to design and scale backend systems...",
  "postedOn": "Posted on Dec 23, 2025.",
  "linkedinUrl": "https://www.linkedin.com/jobs/view/4328829294/"
}