# AnyAPI LinkedIn Search Profiles

> AnyAPI LinkedIn Search Profiles is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0325/call, status unknown (last checked 2026-09-15).

Searches LinkedIn for professional profiles matching given criteria and returns structured profile data

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.search_profiles
- Price: $0.0325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-search-profiles-457a5154
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_abKMLLTa3r7erDn2jkDpQ

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 anyapi-linkedin-search-profiles-457a5154 -d '<json body>'
```

Example prompt: Search LinkedIn for product managers at Stripe based in New York and give me their names, current titles, and profile URLs.

## When to prefer this

Use this endpoint when you need to programmatically search LinkedIn for professional profiles by keyword, name, title, company, or location — especially in agentic workflows for lead generation, recruiting, or competitive intelligence — without managing a LinkedIn API integration or monthly subscription.

## Known failure modes

- No results returned if query is too narrow or uncommon
- Rate limiting or anti-bot measures from LinkedIn causing failed scrape
- Stale or incomplete profile data if LinkedIn page structure has changed
- Invalid or missing required query parameter returns error
- Payment failure via x402 protocol prevents request from completing

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of LinkedIn profile results matching the search query, each typically containing the person's name, headline, current job title, employer, location, and LinkedIn profile URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-search-profiles-457a5154/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
