# People Data Labs Company Enrichment via x402.orthogonal.com

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

Enriches a company profile by name, website, stock ticker, or LinkedIn URL, returning industry, size, location, funding, and more.

## Facts

- Endpoint: GET https://x402.orthogonal.com/peopledatalabs/v5/company/enrich
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/people-data-labs-company-enrichment-via-x402-orthogonal-com-8258a39c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WPW638OXwijjsTYp1f3jR

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 people-data-labs-company-enrichment-via-x402-orthogonal-com-8258a39c
```

Example prompt: Can you pull up the full company profile for Stripe — their industry, headcount, funding, and HQ location? Use their website stripe.com to look them up.

## When to prefer this

Choose this endpoint when you need structured firmographic data about a company and have at least one identifier such as its name, website, ticker, or LinkedIn URL. It is backed by People Data Labs, a leading B2B data provider, making it preferable over generic web scraping when you need clean, structured fields like employee count, funding, and industry. Best suited for CRM enrichment, lead qualification, competitive research, or investment due diligence workflows.

## Known failure modes

- Company not found in People Data Labs database — returns empty or null profile
- Ambiguous company name resolves to wrong entity — verify with website or ticker
- Invalid ticker symbol returns no results
- Rate limiting or payment failure results in HTTP 402 or 429 error
- LinkedIn URL format not recognized — ensure full canonical URL is provided

## How this service works

Enrich a company by name, website, ticker, or LinkedIn URL. Returns full company profile with industry, size, location, funding, and more.

## Output

A full company profile object including company name, website, industry, employee count, HQ location, LinkedIn URL, stock ticker, funding rounds, revenue estimates, founded year, and social profiles, as returned by People Data Labs.

## 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": {
      "name": {
       "type": "string",
       "description": "Company name"
      },
      "pretty": {
       "type": "boolean",
       "description": "Pretty print JSON response"
      },
      "ticker": {
       "type": "string",
       "description": "Stock ticker symbol"
      },
      "profile": {
       "type": "string",
       "description": "LinkedIn or other social profile URL"
      },
      "website": {
       "type": "string",
       "description": "Company website URL"
      },
      "location": {
       "type": "string",
       "description": "Company HQ location"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/people-data-labs-company-enrichment-via-x402-orthogonal-com-8258a39c/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)
