# PDL Company Enrich

> PDL Company Enrich is a paid API for AI agents from stable-people-data-git-ben-test-agentcash-dfcfa3-merit-systems.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15, last successful call 2026-07-22).

Enriches a company record with firmographics, industry codes, funding data, and social profiles using identifiers like name, website, ticker, LinkedIn URL, or PDL ID.

## Facts

- Endpoint: POST https://stable-people-data-git-ben-test-agentcash-dfcfa3-merit-systems.vercel.app/api/pdl/company/enrich
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-22
- Success rate: 96% of calls made through Zero
- Rating: 4.7 / 5 from 5 reviews
- Activations on Zero: 48
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pdl-company-enrich-0f2efa9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4oOKkFgloRwMxVKZ9B9l8

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 pdl-company-enrich-0f2efa9c -d '<json body>'
```

Example prompt: Can you enrich the company record for Stripe — look them up by their website stripe.com and pull back their industry codes, funding history, employee count, and LinkedIn profile?

## When to prefer this

Choose this endpoint when you need structured firmographic and funding data for a company and can identify it by name, website, ticker, LinkedIn URL, or PDL ID. It is particularly valuable for B2B sales enrichment, lead qualification, and market research workflows where People Data Labs coverage is sufficient. Prefer this over web-scraping approaches when you need structured, normalized output with industry codes and social profiles in a single call.

## Known failure modes

- Company not found in PDL database — returns empty or null result
- Ambiguous company name with multiple matches — may return wrong company
- Invalid or unrecognized identifier format — returns validation error
- Rate limit or authentication error — 401/429 response
- Payment failure via x402 protocol — transaction not completed

## How this service works

PDL Company Enrich - Enrich a company record with firmographics, industry codes, funding, and social profiles. Supports lookup by name, website, ticker, LinkedIn, or PDL ID.

## Output

A structured company record including firmographic details (employee count, revenue, location, founding year), industry classification codes (SIC, NAICS), funding rounds and amounts, social media profiles, and other enrichment data sourced from the People Data Labs dataset.

## Example request

```json
{
 "name": "Stripe",
 "website": "stripe.com"
}
```

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "name": {
       "type": "string",
       "description": "Company name"
      },
      "pdl_id": {
       "type": "string",
       "description": "PDL company ID or LinkedIn slug"
      },
      "region": {
       "type": "string",
       "description": "HQ state or province"
      },
      "ticker": {
       "type": "string",
       "description": "Stock ticker symbol"
      },
      "country": {
       "type": "string",
       "description": "HQ country"
      },
      "profile": {
       "type": "string",
       "description": "Social profile URL"
      },
      "website": {
       "type": "string",
       "description": "Company domain"
      },
      "locality": {
       "type": "string",
       "description": "HQ city"
      },
      "location": {
       "type": "string",
       "description": "HQ location (street address to country)"
      },
      "required": {
       "type": "string",
       "description": "Boolean expression of required fields"
      },
      "titlecase": {
       "type": "boolean",
       "description": "Titlecase text"
      },
      "postal_code": {
       "type": "string",
       "description": "HQ postal code"
      },
      "data_include": {
       "type": "string",
       "description": "Fields to include/exclude"
      },
      "min_likelihood": {
       "type": "integer",
       "maximum": 10,
       "minimum": 1,
       "description": "Minimum confidence (1-10, default 2)"
      },
      "street_address": {
       "type": "string",
       "description": "HQ street address"
      },
      "include_if_matched": {
       "type": "boolean",
       "description": "Show matched input fields"
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pdl-company-enrich-0f2efa9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-people-data-git-ben-test-agentcash-dfcfa3-merit-systems.vercel.app](https://www.zero.xyz/host/stable-people-data-git-ben-test-agentcash-dfcfa3-merit-systems.vercel.app/llms.txt)
