← Back to directory

AnyAPI linkedin.company_employees (LinkedIn Company Employees)

https://api.getanyapi.com/v1/run/linkedin.company_employees

Overview

AnyAPI linkedin.company_employees (LinkedIn Company Employees)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider getanyapi
Source bazaar
Indexed 2026-07-17 19:07:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "company": { "description": "Company name or LinkedIn company URL (e.g. google or https://www.linkedin.com/company/google/).", "type": "string" }, "jobTitle": { "description": "Optional job-title filter supporting boolean operators (e.g. CEO OR CTO).", "type": "string" }, "limit": { "description": "Maximum number of results to return (1–10, default 10). You are billed per result returned, so a lower limit costs less.", "maximum": 10, "minimum": 1, "type": "integer" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "jqError": { "description": "Present only when a `jq` expression failed; `output` then carries the full unshaped result and this explains why the reshape did not apply.", "type": "string" }, "output": { "additionalProperties": false, "properties": { "data": { "description": "The results wrapper, or null when nothing was found.", "oneOf": [ { "type": "null" }, { "additionalProperties": false, "properties": { "items": { "description": "Employee records for the company. Populated whenever the provider has data for the entity.", "items": { "description": "An employee: name, headline, location, handle, and LinkedIn profile URL.", "properties": { "firstName": { "description": "First name.", "type": "string" }, "handle": { "description": "Public profile identifier (the vanity slug in the URL). Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "image": { "description": "Profile picture URL.", "type": "string" }, "jobTitle": { "description": "The employee's current role or headline.", "type": "string" }, "lastName": { "description": "Last name.", "type": "string" }, "location": { "description": "The employee's location as a single string (city, region, country).", "type": "string" }, "name": { "description": "Full name. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true }, "url": { "description": "Canonical LinkedIn profile URL. Populated whenever the provider has data for the entity.", "type": "string", "x-anyapi-must-populate": true } }, "required": [ "url" ], "type": "object" }, "type": "array", "x-anyapi-must-populate": true } }, "required": [ "items" ], "type": "object" } ] }, "found": { "description": "True when at least one employee was returned.", "type": "boolean" } }, "required": [ "found", "data" ], "title": "LinkedIn company employees output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" }, "resultId": { "description": "Opaque handle to the full unshaped result, cached ~15 min. Re-shape it for free (fields/max_items/summary/jq) via GET /v1/results/{id}, no re-billing. Absent when the result was too large to cache.", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }