
LinkedIn Jobs API
Pricing
$19.99/month + usage
Go to Store

LinkedIn Jobs API
Get real-time job posting data without cookies. Filter companies by size, industry, URLs. Cut through noise with LLMs.
0.0 (0)
Pricing
$19.99/month + usage
9
Total users
97
Monthly users
25
Runs succeeded
>99%
Response time
40 days
Last modified
15 days ago
Returns an array of job postings that satisfy the specified search criteria.
Features
- Customize searches with specific keywords, functions, titles, and more
- Filter by hiring company attributes such as size, industry, URLs, and more
- Uses LLMs to semantically filter unstructured text such as job titles, job locations, company industries, and more
- Excludes job postings by staffing and recruiting companies
- Provides company and job poster data along with job posting data
Examples
This example returns marketing manager jobs posted by Microsoft and Shopify.
run_input = {"positive_job_titles": ["marketing manager"],"positive_company_linkedin_urls": ["https://www.linkedin.com/company/microsoft","https://www.linkedin.com/company/spotify"]}run = client.actor("carvedai/linkedin-jobs-api").call(run_input=run_input)print(list(client.dataset(run["defaultDatasetId"]).iterate_items()))
Expected Output:
[{"job_posting_linkedin_url": "https://www.linkedin.com/jobs/view/product-marketing-manager-thought-leadership-storytelling-at-microsoft-4029671279","job_posting_job_title": "Product Marketing Manager - Thought Leadership & Storytelling","job_posting_location": "California, United States","job_posting_description": "Are you a strategic thinker with a passion for education and skilling?...","job_posting_date_posted": "2024-09-19T21:24:49.000","job_posting_job_type": "Full-time","job_posting_poster_name": "","job_posting_poster_linkedin_url": "","company_linkedin_url": "https://www.linkedin.com/company/microsoft","company_name": "Microsoft","company_location": "Redmond, Washington, US","company_industry": "Software Development","company_size": "10,001+","company_overview": "Every company has a mission. What's ours?...","company_specialties": "Business Software, Developer Tools, Home & Educational Software, Tablets, Search, Advertising, Servers, Windows Operating System, Windows Applications & Platforms, Smartphones, Cloud Computing, Quantum Computing, Future of Work, Productivity, AI, Artificial Intelligence, Machine Learning, Laptops, Mixed Reality, Virtual Reality, Gaming, Developers, and IT Professional","company_website_url": "https://news.microsoft.com/"},{"job_posting_linkedin_url": "https://www.linkedin.com/jobs/view/associate-marketing-manager-latam-at-spotify-4030273548","job_posting_job_title": "Associate Marketing Manager - LATAM","job_posting_location": "Miami, FL","job_posting_description": "Reporting to the Head of Marketing for LATAM, your mission will be to handle\nall marketing activities across the region, ensuring they deliver on the\nregional and global strategy...","job_posting_date_posted": "2024-09-19T17:53:49.000","job_posting_job_type": "Full-time","job_posting_poster_name": "","job_posting_poster_linkedin_url": "","company_linkedin_url": "https://www.linkedin.com/company/spotify","company_name": "Spotify","company_location": "Stockholm, Stockholm County, SE","company_industry": "Musicians","company_size": "5,001-10,000","company_overview": "Our mission is to unlock the potential of human creativity...","company_specialties": "","company_website_url": "http://www.lifeatspotify.com"}]
Support
Reach out to us if you need anything: hello at carvedai.com
Made by CarvedAI
Email: hello at carvedai.com
Website: https://www.carvedai.com