result.data | object | Yes | — | Provider response payload. |
result.data.id | integer | Yes | — | — |
result.data.object | "person_enrichment" | Yes | — | Allowed: person_enrichment. |
result.data.status | "queued" | "processing" | "completed" | "canceled" | "error" | Yes | — | Allowed: queued, processing, completed, canceled, error. |
result.data.results | array | Yes | — | — |
result.data.results[].id | integer | No | — | — |
result.data.results[].status | "enriched" | "not_found" | "gdpr_removed" | No | — | Allowed: enriched, not_found, gdpr_removed. |
result.data.results[].result | object | No | — | — |
result.data.results[].result.id | string | Yes | — | Format: uuid. |
result.data.results[].result.object | "person" | Yes | — | Allowed: person. |
result.data.results[].result.linkedin_url | string | Yes | — | — |
result.data.results[].result.name | string | null | No | — | — |
result.data.results[].result.email | string | null | No | — | — |
result.data.results[].result.first_name | string | null | No | — | — |
result.data.results[].result.last_name | string | null | No | — | — |
result.data.results[].result.title | string | null | No | — | — |
result.data.results[].result.headline | string | null | No | — | — |
result.data.results[].result.about | string | null | No | — | — |
result.data.results[].result.current_position_start_date | string | null | No | — | Format: date. |
result.data.results[].result.current_position_description | string | null | No | — | — |
result.data.results[].result.location | string | null | No | — | — |
result.data.results[].result.image_url | string | No | — | Format: uri. |
result.data.results[].result.gender | "male" | "female" | "likely_male" | "likely_female" | "unknown" | No | — | Allowed: male, female, likely_male, likely_female, unknown. |
result.data.results[].result.location_details | object | No | — | — |
result.data.results[].result.location_details.country | string | null | No | — | — |
result.data.results[].result.location_details.state | string | null | No | — | — |
result.data.results[].result.location_details.city | string | null | No | — | — |
result.data.results[].result.location_details.postal_code | string | null | No | — | — |
result.data.results[].result.location_details.lat | number | null | No | — | — |
result.data.results[].result.location_details.long | number | null | No | — | — |
result.data.results[].result.experiences | array | null | No | — | — |
result.data.results[].result.experiences[].object | "experience" | Yes | — | Allowed: experience. |
result.data.results[].result.experiences[].title | string | Yes | — | — |
result.data.results[].result.experiences[].company_name | string | Yes | — | — |
result.data.results[].result.experiences[].company_linkedin_url | string | null | Yes | — | Format: uri. |
result.data.results[].result.experiences[].description | string | null | Yes | — | — |
result.data.results[].result.experiences[].start_date | string | null | Yes | — | Format: date. |
result.data.results[].result.experiences[].end_date | string | null | Yes | — | Format: date. |
result.data.results[].result.educations | array | null | No | — | — |
result.data.results[].result.educations[].object | "education" | Yes | — | Allowed: education. |
result.data.results[].result.educations[].degree | string | null | Yes | — | — |
result.data.results[].result.educations[].field_of_study | string | null | Yes | — | — |
result.data.results[].result.educations[].school_name | string | Yes | — | — |
result.data.results[].result.educations[].school_linkedin_url | string | null | Yes | — | Format: uri. |
result.data.results[].result.educations[].start_date | string | null | Yes | — | Format: date. |
result.data.results[].result.educations[].end_date | string | null | Yes | — | Format: date. |
result.data.results[].result.languages | array | null | No | — | — |
result.data.results[].result.languages[].object | "language" | Yes | — | Allowed: language. |
result.data.results[].result.languages[].language | string | Yes | — | — |
result.data.results[].result.languages[].iso_code | string | Yes | — | — |