# PDL Company Enrich

> PDL Company Enrich is a paid API for AI agents from stable-people-data-git-shafu-pdl-api-settl-95fdf9-merit-systems.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: POST https://stable-people-data-git-shafu-pdl-api-settl-95fdf9-merit-systems.vercel.app/api/pdl/company/enrich
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pdl-company-enrich-3445d7dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M1xkxLQ4FwAZrZAUbJWPY

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-3445d7dc -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to enrich a single known company record with detailed firmographic, financial, and social data and you have at least one identifier (name, domain, ticker, LinkedIn, or PDL ID). It is ideal for CRM enrichment, sales prospecting qualification, competitive research, and lead scoring workflows. Prefer this over PDL Company Search when you already know which company you want and don't need to query across many records.

## Known failure modes

- Company not found in PDL database — returns 404 or empty result
- Ambiguous company name with multiple matches — may return wrong record
- Partial data returned if PDL coverage is incomplete for that company
- Invalid or unrecognized identifier (bad ticker, misformatted LinkedIn URL) — returns validation error
- Rate limit or payment failure — returns 402 or 429 error

## 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

Returns a structured company record containing firmographic data such as employee count, company size range, industry SIC/NAICS codes, headquarters address, founding year, total funding amount and rounds, social media profile URLs (LinkedIn, Twitter, Facebook, Crunchbase), company description, website, and ticker symbol where available.

## 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-3445d7dc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-people-data-git-shafu-pdl-api-settl-95fdf9-merit-systems.vercel.app](https://www.zero.xyz/host/stable-people-data-git-shafu-pdl-api-settl-95fdf9-merit-systems.vercel.app/llms.txt)
