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/detailsGet 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
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use. If not provided, uses the default account. |
jobId | string | Yes | LinkedIn job ID from search results |
Example
{
"jobId": "string"
}Responses
| Status | Description |
|---|---|
| 200 | Job details retrieved successfully |
