People Data Labs integration (Data, Marketing). Imported from open-connector.
https://api.peopledatalabs.com/v5/person/enrich
| Param | Type | Required | Description |
|---|---|---|---|
| pdl_id | string | optional | — |
| name | string | optional | — |
| first_name | string | optional | — |
| last_name | string | optional | — |
| middle_name | string | optional | — |
| location | string | optional | — |
| street_address | string | optional | — |
| locality | string | optional | — |
| region | string | optional | — |
| country | string | optional | — |
| postal_code | string | optional | — |
| company | string | optional | — |
| school | string | optional | — |
| phone | string | optional | — |
| string | optional | — | |
| email_hash | string | optional | — |
| profile | string | optional | — |
| lid | string | optional | — |
| birth_date | string | optional | — |
| pretty | boolean | optional | Whether to return human-readable JSON indentation. |
| include_if_matched | boolean | optional | Whether to include top-level matched field metadata in the response. |
| min_likelihood | integer | optional | Likelihood score returned by People Data Labs. |
| required | string | optional | — |
| titlecase | boolean | optional | Whether text fields in successful responses should be title-cased. |
| data_include | string | optional | — |
/v5/person/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | — |
| sql | string | optional | — |
| size | integer | optional | Maximum number of matched records to return. |
| from | integer | optional | Legacy offset for paginating between batches. |
| scroll_token | string | optional | — |
| titlecase | boolean | optional | Whether returned records should be title-cased. |
| pretty | boolean | optional | Whether to return human-readable JSON indentation. |
| dataset | string | optional | — |
| data_include | string | optional | — |
/v5/company/enrich
| Param | Type | Required | Description |
|---|---|---|---|
| pdl_id | string | optional | — |
| name | string | optional | — |
| profile | string | optional | — |
| ticker | string | optional | — |
| website | string | optional | — |
| location | string | optional | — |
| locality | string | optional | — |
| region | string | optional | — |
| country | string | optional | — |
| street_address | string | optional | — |
| postal_code | string | optional | — |
| pretty | boolean | optional | Whether to return human-readable JSON indentation. |
| include_if_matched | boolean | optional | Whether to include top-level matched field metadata in the response. |
| min_likelihood | integer | optional | Likelihood score returned by People Data Labs. |
| required | string | optional | — |
| titlecase | boolean | optional | Whether text fields in successful responses should be title-cased. |
| data_include | string | optional | — |
/v5/company/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | — |
| sql | string | optional | — |
| size | integer | optional | Maximum number of matched records to return. |
| from | integer | optional | Legacy offset for paginating between batches. |
| scroll_token | string | optional | — |
| titlecase | boolean | optional | Whether returned records should be title-cased. |
| pretty | boolean | optional | Whether to return human-readable JSON indentation. |