# LinkedIn Ads Library Server

Search and retrieve LinkedIn ads effortlessly. Utilize powerful tools to find ads based on keywords, countries, and date ranges, or get detailed information about specific ads. Enhance your marketing…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add InstantMCP/linkedinrealtimesearchserver

# Browse available tools
npx -y @smithery/cli@latest tool list InstantMCP/linkedinrealtimesearchserver

# Get full schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/linkedinrealtimesearchserver get_linkedin_profile

# Call a tool
npx -y @smithery/cli@latest tool call InstantMCP/linkedinrealtimesearchserver get_linkedin_profile '{}'
```

## Tools (19)

- `get_linkedin_profile` — Get details of a specific LinkedIn user profile
- `get_profile_by_sales_nav_url` — Get LinkedIn profile data using a Sales Navigator URL
- `detect_activity_time` — Get the time of the latest profile activity. Uses 2 credits per call.
- `google_full_profiles` — Discover LinkedIn profiles via Google using details like job title, company, location, or keywords. Credit Cost: Base c…
- `get_company_by_linkedin_url` — Retrieve valuable data points using a company's LinkedIn URL. Costs 1 credit per call.
- `get_company_by_domain` — Find a company on LinkedIn using its web domain. Costs 1 credit per call.
- `get_company_by_id` — Retrieve valuable data points using a company's LinkedIn internal ID. Costs 1 credit per call.
- `get_company_insights` — Get company insights from LinkedIn Sales Navigator. Costs 5 credits per call.
- `get_account_iq` — Get company account IQ from LinkedIn Sales Navigator. Costs 5 credits per call.
- `find_custom_headcount` — Discover the count of employees within a specific company who meet designated criteria. Costs 1 credit per call.
- `get_company_jobs_count` — Get the number of job openings a company has posted on LinkedIn. Costs 1 credit per call.
- `search_employees` — Search for LinkedIn employees using Sales Navigator. This is a three-step process that starts with this endpoint. The s…
- `search_employees_by_sales_nav_url` — Search for LinkedIn employees using a Sales Navigator URL. Works the same as regular employee search but uses an existi…
- `check_search_status` — Check the status of a LinkedIn employee search using the request_id obtained from the Search Employees endpoint. This e…
- `get_search_results` — Get LinkedIn employee search results using the request_id from a completed search. Please ensure search is done before …
- `search_companies` — Search for LinkedIn companies using Sales Navigator. This is a three-step process that starts with this endpoint. The s…
- `search_companies_by_sales_nav_url` — Search for LinkedIn companies using a Sales Navigator URL. Works the same as regular company search but uses an existin…
- `check_company_search_status` — Check the status of a LinkedIn company search using the request_id obtained from the Search Companies endpoint. This en…
- `get_companies_search_results` — Get LinkedIn company search results using the request_id from a completed search. Please ensure search is done before c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get InstantMCP/linkedinrealtimesearchserver <tool-name>
```

---

Source: https://github.com/InstantMCP/linkedInRealTimeSearchServer
