Links

LinkedIn Jobs API

The LinkedIn Jobs API allows developers to scrape job postings from LinkedIn. It can be easily accessed by making request at the following endpoint: api.serpdog.io/linkedin_jobs.
Here is the list of default parameters you can use with this API:
Parameter
Description
api_key required
This is your API key.
q required
Type: String LinkedIn Query you want to get job results for.
location
Type: String The location from where you want to get the results.
geoId
Type: Number The geo Id of the location.
page
Type: Number(Integer) [0,1,2....] Default: 0 (Enter 1 for 2nd-page results, 2 for 3rd, etc .) The page number to get targeted search results.
Note: Each LinkedIn Jobs API call will cost you 4 request credits.

API Example:

cURL
Node JS
Python
Java
Ruby
PHP
cURL "https://api.serpdog.io/linkedin_jobs?api_key=APIKEY&q=Python&location=London"
const axios = require('axios');
axios.get('https://api.serpdog.io/linkedin_jobs?api_key=APIKEY&q=Python&location=London')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.log(error);
});
import requests
payload = {'api_key': 'APIKEY', 'q':'Python' , 'location':'London'}
resp = requests.get('https://api.serpdog.io/linkedin_jobs', params=payload)
print (resp.text)
try {
String url = "https://api.serpdog.io/linkedin_jobs?api_key=APIKEY&q=Python&location=London";
URL urlForGetRequest = new URL(url);
String readLine = null;
HttpURLConnection conection = (HttpURLConnection) urlForGetRequest.openConnection();
conection.setRequestMethod("GET");
int responseCode = conection.getResponseCode();
if (responseCode == HttpURLConnection.HTTP_OK) {
BufferedReader in = new BufferedReader(new InputStreamReader(conection.getInputStream()));
StringBuffer response = new StringBuffer();
while ((readLine = in.readLine()) != null) {
response.append(readLine);
}
in.close();
System.out.println(response.toString());
} else {
throw new Exception("Error in API Call");
}
} catch (Exception ex) {
ex.printStackTrace();
}
require 'net/http'
require 'json'
params = {
:api_key => "APIKEY",
:q=> "Python",
:location => "London"
}
uri = URI('https://api.serpdog.io/linkedin_jobs')
uri.query = URI.encode_www_form(params)
website_content = Net::HTTP.get(uri)
print(website_content)
<?php
$url = "https://api.serpdog.io/linkedin_jobs?api_key=APIKEY&q=Python&location=London";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$response = curl_exec($ch);
curl_close($ch);
print_r($response);
{
"meta": {
"api_key": "APIKEY",
"q": "Python",
"location": "London"
},
"job_results": [
{
"title": "Group Strategy Analyst, FTSE 250 Company",
"company": "Freshminds",
"company_link": "https://uk.linkedin.com/company/freshminds?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/group-strategy-analyst-ftse-250-company-at-freshminds-3666573535?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=XsoIRw1aNjx1wDibPSHpcA%3D%3D&position=1&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-18"
},
{
"title": "Graduate Software Engineer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-engineer-at-tiptopjob-3666635080?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=JmqQzlbrUCYmoDy7xUNRag%3D%3D&position=2&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-14"
},
{
"title": "Graduate Software Engineer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-engineer-at-tiptopjob-3652776587?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=ZysQ43yhUqTwMVGuALliUg%3D%3D&position=3&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-06-30"
},
{
"title": "Graduate Software Developer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-developer-at-tiptopjob-3661935435?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=SkJIME6A4%2FPv8rw26L%2FAsw%3D%3D&position=4&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-11"
},
{
"title": "Graduate AI Analyst",
"company": "Easyship",
"company_link": "https://www.linkedin.com/company/easyship?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-ai-analyst-at-easyship-3667909521?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=SAcBT0k1lrE4VV7ZfHXyBA%3D%3D&position=5&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-06-23"
},
{
"title": "Junior Software Developer",
"company": "iprospects",
"company_link": "https://fr.linkedin.com/company/iprospects?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/junior-software-developer-at-iprospects-3657102876?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=SczZv3hse%2BYEKpPArkTjXg%3D%3D&position=6&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-05"
},
{
"title": "Trainee Data Analyst",
"company": "Nuyew Tech Academy",
"company_link": "https://uk.linkedin.com/company/nuyew?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/trainee-data-analyst-at-nuyew-tech-academy-3670798765?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=xBXuISK3VcrAiYKCN95vog%3D%3D&position=7&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-14"
},
{
"title": "Digital Data Analyst (Entry Level) - Remote",
"company": "Pathways Counseling Services",
"company_link": "https://www.linkedin.com/company/pathways-counseling-services?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/digital-data-analyst-entry-level-remote-at-pathways-counseling-services-3670564190?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=GbyyDCIEPD3wWKVscIlonQ%3D%3D&position=8&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-22"
},
{
"title": "Tech Modeller",
"company": "Trinnovo Group | B Corp™",
"company_link": "https://uk.linkedin.com/company/trinnovo-group?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/tech-modeller-at-trinnovo-group-b-corp%E2%84%A2-3673229142?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=egtAaItz44vEb1Jx%2Fa24Ig%3D%3D&position=9&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom"
},
{
"title": "Business Operations Analyst",
"company": "CNN",
"company_link": "https://www.linkedin.com/company/cnn?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/business-operations-analyst-at-cnn-3671082877?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=7ybVL6k9rAZHCb6m5F1z6A%3D%3D&position=10&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-21"
},
{
"title": "Graduate Software Developer / Engineer",
"company": "Helvar",
"company_link": "https://fi.linkedin.com/company/helvar?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-developer-engineer-at-helvar-3650017779?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=Pd9%2BmYN%2BTuso2NRickAulw%3D%3D&position=11&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-06-10"
},
{
"title": "Data Analyst",
"company": "RIXO",
"company_link": "https://uk.linkedin.com/company/rixo-london?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/data-analyst-at-rixo-3656983430?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=gGE1fbFX8V118yMAOarkSw%3D%3D&position=12&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "Hammersmith, England, United Kingdom",
"date": "2023-07-06"
},
{
"title": "Graduate Software Engineer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-engineer-at-tiptopjob-3652776584?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=6h8VfB1JhjVHBK2DTobG1w%3D%3D&position=13&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-06-30"
},
{
"title": "Business Analyst",
"company": "Shawbrook Bank",
"company_link": "https://uk.linkedin.com/company/shawbrook-bank?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/business-analyst-at-shawbrook-bank-3654522832?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=75RjE7AbQ21EGQ5gTjPMNg%3D%3D&position=14&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-05"
},
{
"title": "Graduate Software Engineer - Up to £75,000 + Bonus + Package",
"company": "Hunter Bond",
"company_link": "https://uk.linkedin.com/company/hunter-bond?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-engineer-up-to-%C2%A375-000-%2B-bonus-%2B-package-at-hunter-bond-3671936460?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=HQwqjBD6GXqfhhzVxLrLMA%3D%3D&position=15&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London Area, United Kingdom",
"date": "2023-07-21"
},
{
"title": "Graduate Software Developer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-software-developer-at-tiptopjob-3666630522?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=Ue6aWEJ3%2FKW88ngEwB5K9g%3D%3D&position=16&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-14"
},
{
"title": "Risk Reporting Analyst",
"company": "YouLend",
"company_link": "https://uk.linkedin.com/company/youlend?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/risk-reporting-analyst-at-youlend-3657021054?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=fYfcfbr6t9jPngG8jUVgkg%3D%3D&position=17&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-11"
},
{
"title": "Python Developer",
"company": "TipTopJob",
"company_link": "https://uk.linkedin.com/company/tiptopjob?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/python-developer-at-tiptopjob-3666632362?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=sHMkLGje6153kh3yDDV6Vg%3D%3D&position=18&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-14"
},
{
"title": "Backend Python Software Engineer",
"company": "Skin + Me",
"company_link": "https://uk.linkedin.com/company/skinandmehq?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/backend-python-software-engineer-at-skin-%2B-me-3615488909?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=k0uDWt269UAn7A2m88Ow%2FQ%3D%3D&position=19&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-05-23"
},
{
"title": "Python Developer",
"company": "AlphaGrep",
"company_link": "https://in.linkedin.com/company/alpha-grep?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/python-developer-at-alphagrep-3562943740?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=%2BC8CmBEZwWlLGaIiDWWreQ%3D%3D&position=20&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-03-15"
},
{
"title": "Graduate/Junior Software Developer (&amp;pound;50-60k) + Bonus",
"company": "IT Graduate",
"location": "London, England, United Kingdom"
},
{
"title": "Trainee Web Developer - No Experience Required",
"company": "IT Career Switch",
"company_link": "https://uk.linkedin.com/company/it-career-switch?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/trainee-web-developer-no-experience-required-at-it-career-switch-3658397904?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=exjaf%2Bg7Je7lEPRbV6NJ%2BQ%3D%3D&position=22&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "Twickenham, England, United Kingdom",
"date": "2023-07-07"
},
{
"title": "QA Engineer",
"company": "FundamentalVR",
"company_link": "https://www.linkedin.com/company/fundamentalvr?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/qa-engineer-at-fundamentalvr-3671371819?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=ITMT8eM8c28MZyonTCSsIg%3D%3D&position=23&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-21"
},
{
"title": "Graduate Backend Engineer",
"company": "GetGround",
"company_link": "https://uk.linkedin.com/company/getground?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/graduate-backend-engineer-at-getground-3660713005?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=apMNHmE3tGPRm2zK50gUlA%3D%3D&position=24&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "London, England, United Kingdom",
"date": "2023-07-11"
},
{
"title": "Trainee Web Developer - No Experience Required",
"company": "IT Career Switch",
"company_link": "https://uk.linkedin.com/company/it-career-switch?trk=public_jobs_jserp-result_job-search-card-subtitle",
"job_link": "https://uk.linkedin.com/jobs/view/trainee-web-developer-no-experience-required-at-it-career-switch-3654346404?refId=ta82ISEu7LhtFv%2FXPGC1Xw%3D%3D&trackingId=gZ%2FST%2F2YiUPFRv6r8CiOiw%3D%3D&position=25&pageNum=0&trk=public_jobs_jserp-result_search-card",
"location": "Bromley, England, United Kingdom",
"date": "2023-07-03"
}
]
}