LinkedIn Profile Search

Search public LinkedIn profiles by company and location and export results.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/saiteja007-mv/techrex-claude-setup --skill linkedin-profile-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LinkedIn Profile Search
Source: https://github.com/saiteja007-mv/techrex-claude-setup/tree/main/.claude/skills/linkedin-profile-search
Command: npx skills add https://github.com/saiteja007-mv/techrex-claude-setup --skill linkedin-profile-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, beautifulsoup4, pandas, openpyxl, reportlab, lxml, duckduckgo_search, ddgs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables discovering publicly available LinkedIn profiles by company and location without requiring login, turning scattered public data into organized lists.

Core Features & Use Cases

  • Public profile discovery: locate LinkedIn profiles matching a company and location.
  • Exportable results: output to terminal, Excel, and PDF for reporting and analysis.
  • Use Case: recruiters or researchers can assemble a list of professionals at target companies for outreach or market research.

Quick Start

Ask Claude to search LinkedIn profiles by company and location and export the results to terminal, Excel, and PDF.

Frequently Asked Questions about LinkedIn Profile Search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find LinkedIn profiles by company and location without logging in?

You can find publicly available LinkedIn profiles by company and location without login using a Python-based scraper. It searches public data, deduplicates results, and outputs structured profile lists for recruiters and researchers.

Can I export scraped LinkedIn profile data to Excel and PDF?

Yes, you can export scraped LinkedIn profile data to Excel and PDF. The skill formats extracted public profile information into structured files using pandas and reportlab, alongside standard terminal display output.

Do I need a LinkedIn account to scrape public profiles by company?

No, you do not need a LinkedIn account to scrape public profiles by company. The skill identifies publicly available LinkedIn profile data without requiring user authentication, relying on public web data extraction.

What Python libraries are needed for LinkedIn data extraction and export?

LinkedIn data extraction and export requires Python libraries including requests, beautifulsoup4, lxml, and duckduckgo_search for scraping, plus pandas, openpyxl, and reportlab for data processing and Excel/PDF export.

What are the limitations of scraping LinkedIn profiles without authentication?

Scraping LinkedIn profiles without authentication is limited to publicly available data and may face access restrictions. The skill includes error handling and rate limiting considerations to manage these constraints during data extraction.