Get Job Details
Get detailed information about a specific job posting including full description
POST
/linkedin/jobs/detailsGet 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
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID (uses default if not provided) |
jobId | string | Yes | Job ID or URN |
Example
{
"jobId": "4328829294"
}Responses
| Status | Description |
|---|---|
| 200 | Successful 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/"
}