# LinkedIn Company Followers Search

> LinkedIn Company Followers Search is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Search and filter followers of a LinkedIn company page by country, department, seniority level, and job title

## Facts

- Endpoint: POST https://x402.orthogonal.com/leadsforge/company-followers/search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-company-followers-search-4b005d00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qptWPHvA_uboiKFOGZJ1y

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

Example prompt: Search the LinkedIn followers of Salesforce — their URL is linkedin.com/company/salesforce — and give me up to 50 results filtered to VP-level and above people in the Sales department based in the United States.

## When to prefer this

Use this endpoint when you need to identify and prospect specific segments of a LinkedIn company's follower base — especially for B2B lead generation, competitive intelligence, or outreach targeting. It is ideal when you want to filter by multiple dimensions (geography, seniority, department, job title) simultaneously. Prefer this over general LinkedIn search tools when the target audience is specifically defined by their relationship to a known company.

## Known failure modes

- Invalid LinkedIn company URL returns an error or empty results
- Overly restrictive filter combinations may return zero results
- Webhook URL not reachable causes silent delivery failure
- Rate limiting or LinkedIn anti-scraping measures may cause partial or failed results
- Invalid seniority level or department enum values may be silently ignored or cause an error

## How this service works

Search followers of a company on LinkedIn with filters for country, department, seniority, and job title. | ERROR: Unable to calculate price.

## Output

Returns a list of LinkedIn follower profiles matching the specified filters, including job titles, seniority levels, departments, and geographic locations. Results are paginated up to the requested limit, and a webhook URL can be provided to receive asynchronous completion notifications.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "description": "Number of results to return"
  },
  "levels": {
   "type": "array",
   "description": "Seniority level filter"
  },
  "states": {
   "type": "array",
   "description": "State filter"
  },
  "countries": {
   "type": "array",
   "description": "Country filter"
  },
  "jobTitles": {
   "type": "array",
   "description": "Job title filter"
  },
  "webhookURL": {
   "type": "string",
   "description": "Webhook URL for completion notification"
  },
  "departments": {
   "type": "array",
   "description": "Department filter"
  },
  "linkedinUrl": {
   "type": "string",
   "description": "LinkedIn company URL"
  },
  "clientRequestID": {
   "type": "string",
   "description": "Client request ID for tracking"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-followers-search-4b005d00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
