Facebook Pixel
ApiUncategorized

Get job details

Retrieve detailed information about a specific job posting including full description, requirements, company information, and application details. Use the jobId from search results.

POST/search/jobs/details

Get job details

Retrieve detailed information about a specific job posting including full description, requirements, company information, and application details. Use the jobId from search results.

Authentication requiredSearch

Code Examples

curl -X POST '/linkedin/search/jobs/details' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"jobId":"string"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
jobIdstringYesLinkedIn job ID from search results

Example

{
  "jobId": "string"
}

Responses

StatusDescription
200Job details retrieved successfully