PDL Company Enrich
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
295 msmedian answer time
$0.1listed price per call
$0.1price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://stablepeopledata.dev/api/pdl/company/enrich
| Category | Company and compliance |
|---|---|
| Provider host | stablepeopledata.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 31 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 295 ms |
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"country": {
"description": "HQ country",
"type": "string"
},
"data_include": {
"description": "Fields to include/exclude",
"type": "string"
},
"include_if_matched": {
"description": "Show matched input fields",
"type": "boolean"
},
"locality": {
"description": "HQ city",
"type": "string"
},
"location": {
"description": "HQ location (street address to country)",
"type": "string"
},
"min_likelihood": {
"description": "Minimum confidence (1-10, default 2)",
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"name": {
"description": "Company name",
"type": "string"
},
"pdl_id": {
"description": "PDL company ID or LinkedIn slug",
"type": "string"
},
"postal_code": {
"description": "HQ postal code",
"type": "string"
},
"profile": {
"description": "Social profile URL",
"type": "string"
},
"region": {
"description": "HQ state or province",
"type": "string"
},
"required": {
"description": "Boolean expression of required fields",
"type": "string"
},
"street_address": {
"description": "HQ street address",
"type": "string"
},
"ticker": {
"description": "Stock ticker symbol",
"type": "string"
},
"titlecase": {
"description": "Titlecase text",
"type": "boolean"
},
"website": {
"description": "Company domain",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}