ToolAssay

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-25
1 of 1checks answered this week
271 msmedian answer time
$0.02listed price per call
$0.02price 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://stable-people-data-git-pdl-signoz-usage-alarms-merit-systems.vercel.app/api/pdl/company/enrich

CategoryCode and developer
Provider hoststable-people-data-git-pdl-signoz-usage-alarms-merit-systems.vercel.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.02 271 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"
}

This page as JSON