# LinkedIn Company Enrichment via Captain Data

> LinkedIn Company Enrichment via Captain Data is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Returns comprehensive company information (industry, size, details) from a LinkedIn Company URL

## Facts

- Endpoint: GET https://x402.orthogonal.com/captaindata/companies/enrich
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-company-enrichment-via-captain-data-f0cc8763
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZZWXWyMmISxZEG7q8zci3

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-enrichment-via-captain-data-f0cc8763
```

Example prompt: Can you pull the company details for Stripe from their LinkedIn page at https://www.linkedin.com/company/stripe — I need their industry, size, and a general description?

## When to prefer this

Choose this endpoint when you have a LinkedIn company URL and need structured firmographic data such as industry, company size, or description for sales enrichment, CRM population, or lead qualification. It is especially useful in B2B workflows where LinkedIn is the authoritative source of company information. Prefer this over generic web scrapers when you specifically need LinkedIn-sourced company metadata in a structured format.

## Known failure modes

- Invalid or malformed LinkedIn company URL returns an error
- LinkedIn company page not found or private/restricted returns empty or error response
- Non-LinkedIn URLs or personal profile URLs are not supported
- Rate limiting or quota exhaustion may return a 402 or 429 error
- Outdated or scraped data may not reflect the most current company information

## How this service works

Get comprehensive company information from a LinkedIn Company URL. Returns company details, industry, size, and more.

## Output

Returns structured company data sourced from LinkedIn including company name, industry classification, employee size range, company description, headquarters location, and other available firmographic details associated with the LinkedIn company profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "li_company_url": {
       "type": "string",
       "description": "A LinkedIn Company URL (should start with https://www.linkedin.com/sales/company/ or similar)."
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-company-enrichment-via-captain-data-f0cc8763/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)
