# Rotary Agency LinkedIn People Search

> Rotary Agency LinkedIn People Search is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Search LinkedIn profiles by job title, location, and industry to discover relevant professionals

## Facts

- Endpoint: GET https://rotaryagency.uk/api/linkedin/search/people
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-linkedin-people-search-0c38d788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6tmGzrDLMR9vCK6vbO4s2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability rotary-agency-linkedin-people-search-0c38d788
```

Example prompt: Can you search LinkedIn for marketing directors in the fintech industry based in New York? I want to find relevant contacts.

## When to prefer this

Use this endpoint when you need to discover LinkedIn professionals filtered by job title, geographic location, and industry — ideal for sales prospecting, recruitment sourcing, or competitive intelligence. Prefer this over generic web search when you specifically need structured LinkedIn profile data for professional outreach or research.

## Known failure modes

- No results returned if the combination of title, location, and industry is too narrow or uncommon
- LinkedIn rate limiting or anti-scraping measures may cause partial or empty responses
- Stale data if LinkedIn profiles have recently changed
- Invalid or unrecognized industry/location strings may return unexpected results

## How this service works

LinkedIn People Search by Title + Location + Industry

## Output

A list of LinkedIn people profiles matching the specified title, location, and industry filters, including names, job titles, companies, locations, and LinkedIn profile URLs.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": "proxy info",
  "results": "LinkedInSearchResult[]"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-linkedin-people-search-0c38d788/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
