People and companies

LinkedIn profile search by keyword

from $0.0120 per profilelinkedin.search_services

Searches LinkedIn people by a free-text query such as a service, skill, or role ("fractional CFO", "machine learning engineer") and returns matching profiles, optionally filtered by location.

Email lookup is available as a paid mode.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $12.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use to build a list of people by what they do rather than by name, for prospecting, recruiting, or sizing a talent pool in a given market.

Inputs

LinkedIn profile search by keyword takes 6 fields, 1 of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
searchstringyesKeyword query, for example "Founder" or "machine learning engineer". LinkedIn search operators are supported.
maxItemsintegeroptionalMaximum profiles to return. This is the field the price quote is sized from.
locationsarray of stringoptionalLinkedIn location filter, for example "United Kingdom". LinkedIn resolves free text loosely, so prefer the full country or city name.
startPageintegeroptionalSearch page to start from. Each page holds 25 profiles.
takePagesintegeroptionalNumber of search pages to scrape, 25 profiles each. Setting this above maxItems/25 raises the real cost without raising the quote, so prefer maxItems.
profileScraperModestringoptionalDetail level per profile, and what each profile costs. Short bills $0.002, Full bills $0.004, and Full + email search bills $0.010, so the email mode is 2.5x the price of Full.

How to call it

Connect once and your agent can reach LinkedIn profile search by keyword the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "linkedin.search_services",
  "input": {
    "search": "<search>",
    "maxItems": 20,
    "startPage": 1,
    "profileScraperMode": "Short"
  }
}

Run LinkedIn profile search by keyword from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started