Jobs/Get Job Details
GET
/api/job/detail/guest/{job_id}Get Job Details
Get full job details including description and requirements. Uses public API.
1 credit
No authentication
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | Required | LinkedIn job posting ID |
Response Example
{
"job_id": "4364654484",
"job": {
"job_id": "4364654484",
"title": "Jr. Python Developer",
"company_name": "EarthCam",
"location": "Upper Saddle River, NJ",
"posted_text": "4 days ago",
"applicants_text": "Over 200 applicants",
"description_text": "Who We Are\nEarthCam is...",
"criteria": {
"seniority_level": "Entry level",
"employment_type": "Full-time",
"job_function": "Engineering and Information Technology",
"industries": "Technology"
}
}
}Try it out
No API keys found. Create a key to use the playground.
LinkedIn job posting ID
Code Examples
curl -X GET "https://api.heyscraper.io/api/job/detail/guest/<job_id>" \ -H "X-API-Key: hs_live_your_api_key"