在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用linkedin-data-extractor-cli
Extract LinkedIn profiles, companies, jobs, and posts. OSINT tool for recruiters and researchers. Export to JSON/CSV.
星标1
分支1
更新时间2026年1月31日 02:47
SKILL.md
readonly菜单
Extract LinkedIn profiles, companies, jobs, and posts. OSINT tool for recruiters and researchers. Export to JSON/CSV.
| name | LinkedIn Data Extractor CLI |
| description | Extract LinkedIn profiles, companies, jobs, and posts. OSINT tool for recruiters and researchers. Export to JSON/CSV. |
| tags | ["linkedin","scraper","osint","recruiting","data-extraction","cli","jobs"] |
Extract LinkedIn data for research and recruiting. Profiles, companies, jobs, posts.
OSINT-ready. Export to JSON/CSV.
npm install -g linkedin-cli
# Get profile data
linkedin-cli profile john-doe-123
# Search companies
linkedin-cli company "OpenAI"
# Find jobs
linkedin-cli jobs "software engineer" --location "San Francisco"
# Profile with full details
linkedin-cli profile username --full
# Company employees (requires auth)
linkedin-cli company-employees "Google"
# Recent posts from profile
linkedin-cli posts username -n 20
# Job search with filters
linkedin-cli jobs "data scientist" --remote --experience senior
# Set cookies for authenticated requests
linkedin-cli auth --cookies "li_at=..."
# Check auth status
linkedin-cli auth --status
json - Structured JSONjsonl - JSON Lines for streamingcsv - Spreadsheet-readytable - Terminal displayRespect LinkedIn's ToS. Use responsibly for legitimate research.
Built by LXGIC Studios