johnisanerd

Apify LinkedIn Job Search API — Development skill for Claude Code

Development community

linkedin job scraper: Python + MCP quick-start for the LinkedIn Job Search API on Apify.

How to install Apify LinkedIn Job Search API

This entry records only its repository, not the path inside it, so there is no exact command to give. Open johnisanerd/Apify-LinkedIn-Job-Search-API and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Apify LinkedIn Job Search API does

linkedin job scraper: Python + MCP quick-start for the LinkedIn Job Search API on Apify. Call it from Python (uv) or as an MCP tool in Claude and Cursor. Returns structured JSON for linkedin job scraper.

Alternatives in Development

  • Add Portal — /add-portal - Generate a Job-Portal Search Skill for Your Local Market 36.6k ★
  • Quick Start Guide — Get up and running with the Fullstack Dev Skills Plugin 8.3k ★
  • Agentic Stack — One brain, many harnesses 2.2k ★

README

💼 LinkedIn Job Search API: a no-login LinkedIn job scraper for listings, results counts, and autocomplete

The LinkedIn job scraper that needs no login, no cookies, and no account. Search job listings, read LinkedIn's own results count, hydrate full job details, and resolve company ids and geoIds, all as clean JSON.

**Actor page:** [apify.com/johnvc/linkedin-job-search-scraper](https://apify.com/johnvc/linkedin-job-search-scraper?fpr=9n7kx3) **Input schema:** [apify.com/johnvc/linkedin-job-search-scraper/input-schema](https://apify.com/johnvc/linkedin-job-search-scraper/input-schema?fpr=9n7kx3)

The LinkedIn Job Search API is a no-login LinkedIn job scraper delivered as a clean JSON API. Point it at a keyword plus a location and it returns job listings (title, company, location, posted date, and the canonical job URL), plus a free results-count row carrying LinkedIn's own total for that query. Hand it a job URL and it returns the full record: description, seniority, employment type, salary when published, industries, and the applicant count. Three typeahead modes return job-title suggestions, company ids for the company filter, and geoIds for precise location targeting. There is no login, no cookies, and no account: it reads LinkedIn's public guest pages, so scraping LinkedIn jobs without an account is the default here, not a workaround.

Video Walkthrough

[![Watch the walkthrough](https://img.youtube.com/vi/jREWahDGhJM/maxresdefault.jpg)](https://www.youtube.com/watch?v=jREWahDGhJM)

Text walkthrough

This repo is a runnable quick start for the LinkedIn job scraper on Apify, wrapped as the LinkedIn Job Search API. The one required input is `search_mode`; in `search` mode you add `keywords` and a `location`, and you can narrow with `datePosted`, `companyIds`, `easyApplyOnly`, and `under10Applicants`, every filter applied at the source before anything is billed. Each search row carries `jobTitle`, `companyName`, `location`, `postedDate`, and `jobUrl`, a