Job Search
Get Job Details
API Documentation
Personal Data
Company Data
Employee Search (via Sales Navigator)
Company Search (via Sales Navigator)
Post Data
Job Search
Job Search
Get Job Details
-
Scrape the full job details, including the company basic information.
-
1 credit per call.
GET
/
get-job-details
curl --request GET \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/get-job-details \
--header 'x-rapidapi-key: <api-key>'
{
"data": {
"company_description": "Building a Healthier Future...",
"company_id": "18940375",
"company_linkedin_url": "https://www.linkedin.com/company/ossiumhealth",
"company_name": "Ossium Health",
"company_public_id": "ossiumhealth",
"employee_count": 87,
"employee_range": "51 - 200",
"experience_level": "Mid-Senior level",
"follower_count": 1969,
"hq_address_line1": "80 Tehama St",
"hq_city": "San Francisco",
"hq_country": "US",
"hq_full_address": "80 Tehama St, San Francisco, California 94105, US",
"hq_postalcode": "94105",
"hq_region": "California",
"industries": [
"Biotechnology Research"
],
"job_description": "Ossium’s mission is to improve the health...",
"job_id": "3690897280",
"job_location": "San Francisco Bay Area",
"job_title": "Business Strategist",
"job_type": "Full-time",
"job_url": "https://www.linkedin.com/jobs/view/3690897280/",
"remote_allow": false,
"salary_details": {
"compensation_type": "BASE_SALARY",
"currency_code": "USD",
"max_salary": 186000,
"min_salary": 108500,
"pay_period": "YEARLY"
},
"salary_display": "USD108500.0/yr - USD186000.0/yr",
"skills": [
"Biotechnology",
"Business Development",
"Communication"
],
"specialities": [
"Bone marrow banking",
"Cryopreservation",
"Stem cell therapy"
]
},
"message": "ok"
}
Authorizations
Query Parameters
The URL of the job listing.
Example:
"https://www.linkedin.com/jobs/view/3766410207/"
Available options:
true
, false
Example:
"false"
Available options:
true
, false
Example:
"false"
Response
200
application/json
Example:
"Building a Healthier Future..."
Example:
"18940375"
Example:
"https://www.linkedin.com/company/ossiumhealth"
Example:
"Ossium Health"
Example:
"ossiumhealth"
Example:
87
Example:
"51 - 200"
Example:
"Mid-Senior level"
Example:
1969
Example:
"80 Tehama St"
Example:
"San Francisco"
Example:
"US"
Example:
"80 Tehama St, San Francisco, California 94105, US"
Example:
"94105"
Example:
"California"
Example:
["Biotechnology Research"]
Example:
"Ossium’s mission is to improve the health..."
Example:
"3690897280"
Example:
"San Francisco Bay Area"
Example:
"Business Strategist"
Example:
"Full-time"
Example:
"https://www.linkedin.com/jobs/view/3690897280/"
Example:
false
Example:
"USD108500.0/yr - USD186000.0/yr"
Example:
[
"Biotechnology",
"Business Development",
"Communication"
]
Example:
[
"Bone marrow banking",
"Cryopreservation",
"Stem cell therapy"
]
Example:
"ok"
curl --request GET \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/get-job-details \
--header 'x-rapidapi-key: <api-key>'
{
"data": {
"company_description": "Building a Healthier Future...",
"company_id": "18940375",
"company_linkedin_url": "https://www.linkedin.com/company/ossiumhealth",
"company_name": "Ossium Health",
"company_public_id": "ossiumhealth",
"employee_count": 87,
"employee_range": "51 - 200",
"experience_level": "Mid-Senior level",
"follower_count": 1969,
"hq_address_line1": "80 Tehama St",
"hq_city": "San Francisco",
"hq_country": "US",
"hq_full_address": "80 Tehama St, San Francisco, California 94105, US",
"hq_postalcode": "94105",
"hq_region": "California",
"industries": [
"Biotechnology Research"
],
"job_description": "Ossium’s mission is to improve the health...",
"job_id": "3690897280",
"job_location": "San Francisco Bay Area",
"job_title": "Business Strategist",
"job_type": "Full-time",
"job_url": "https://www.linkedin.com/jobs/view/3690897280/",
"remote_allow": false,
"salary_details": {
"compensation_type": "BASE_SALARY",
"currency_code": "USD",
"max_salary": 186000,
"min_salary": 108500,
"pay_period": "YEARLY"
},
"salary_display": "USD108500.0/yr - USD186000.0/yr",
"skills": [
"Biotechnology",
"Business Development",
"Communication"
],
"specialities": [
"Bone marrow banking",
"Cryopreservation",
"Stem cell therapy"
]
},
"message": "ok"
}