# AnyAPI LinkedIn Company Search

> AnyAPI LinkedIn Company Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.013/call, status unknown (last checked 2026-09-14, last successful call 2026-07-17).

Searches LinkedIn for companies matching a query, returning structured company data via a pay-per-request scraping API.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/linkedin.search_companies
- Price: $0.013/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Rating: 4.7 / 5 from 1 review
- Activations on Zero: 5
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-linkedin-company-search-4f5ab778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0nE5-qcpCzbKHNW9tNEl2

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-company-search-4f5ab778 -d '<json body>'
```

Example prompt: Search LinkedIn for companies in the fintech industry headquartered in San Francisco and give me a list with their names, employee counts, and LinkedIn URLs.

## When to prefer this

Use this endpoint when you need to search LinkedIn for companies by keyword, industry, or name without a LinkedIn API subscription. Ideal for sales prospecting, competitive research, lead generation, or market mapping workflows where structured company data from LinkedIn is required on a pay-per-use basis.

## Known failure modes

- Search query returns no results for obscure or misspelled terms
- LinkedIn anti-scraping measures may cause intermittent failures or empty responses
- Rate limiting or blocking if too many requests are made in quick succession
- Stale or incomplete data if LinkedIn profile hasn't been updated recently
- Invalid or missing query parameter returns an error response

## 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

Returns a JSON array of LinkedIn company search results, each containing structured fields such as company name, LinkedIn profile URL, industry, employee count, headquarters location, company description, and company type.

## Example request

```json
{
 "limit": 5,
 "query": "artificial intelligence",
 "location": "San Francisco, CA"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-linkedin-company-search-4f5ab778/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)
