Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

LinkedIn Scraper

БесплатноНе проверен

A remote MCP server for job scraping that enables searching LinkedIn and Indeed for job listings using Apify.

GitHubEmbed

Описание

A remote MCP server for job scraping that enables searching LinkedIn and Indeed for job listings using Apify.

README

A remote MCP server for job scraping. Runs on Cloudflare Workers, uses Apify for scraping.

Quick Start

git clone https://github.com/BlockchainHB/linkedin-scraper-mcp.git
cd linkedin-scraper-mcp
npm install

Add your Apify API key to wrangler.jsonc:

{
  "vars": {
    "APIFY_API_KEY": "your_key_here"
  }
}

Tools

Tool Description
scrape_linkedin_jobs Search LinkedIn for job listings
scrape_indeed_jobs Search Indeed for job listings

Development

npm run dev     # Local server at localhost:8787
npm run deploy  # Deploy to Cloudflare Workers

Claude Code Integration

This repo includes native Claude Code support with skills and slash commands.

Slash Commands

Command Description
/install Interactive setup wizard for Claude Desktop or Cursor
/search-jobs <title> [location] Quick job search
/deploy Deploy to Cloudflare with config generation

Auto-Discovery Skill

The included skill (.claude/skills/job-scraper/) enables Claude to automatically use job scraping when you ask about jobs, hiring trends, or job market data.

Connect to Claude Desktop

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "job-scraper": {
      "command": "npx",
      "args": ["mcp-remote", "https://your-worker.workers.dev/sse"]
    }
  }
}

Connect to Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "job-scraper": {
      "command": "npx",
      "args": ["mcp-remote", "https://your-worker.workers.dev/sse"]
    }
  }
}

Usage Examples

Once connected:

  • "Find remote senior React developer jobs"
  • "Search for data science positions in Austin"
  • "What entry-level marketing roles are at Google?"

LinkedIn Parameters

Parameter Required Description
jobTitle Yes Job title to search
location No Location or "Remote"
maxResults No 1-100 (default: 10)
experienceLevel No Internship, Entry level, Associate, Mid-Senior level, Director, Executive
jobType No Full-time, Part-time, Contract, etc.
companyName No Array of company names

Indeed Parameters

Parameter Required Description
position Yes Job position to search
country No Country code (default: US)
location No City or region
maxItems No 1-100 (default: 50)
parseCompanyDetails No Include company info (slower)

Author

@hasaamb

License

MIT

from github.com/BlockchainHB/linkedin-scraper-mcp

Установка LinkedIn Scraper

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/BlockchainHB/linkedin-scraper-mcp

FAQ

LinkedIn Scraper MCP бесплатный?

Да, LinkedIn Scraper MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для LinkedIn Scraper?

Нет, LinkedIn Scraper работает без API-ключей и переменных окружения.

LinkedIn Scraper — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить LinkedIn Scraper в Claude Desktop, Claude Code или Cursor?

Открой LinkedIn Scraper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare LinkedIn Scraper with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development