profile_enrich
Freshest LIVE snapshot of one profile, by handle or entityId — not the deduplicated dataset record the other profile/* endpoints return. Carries live-only flags (openToWork, isHiring, isTopVoice) and returns the person's entityId, the id every other live person endpoint needs. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | No | Public profile handle. Provide handle OR entityId (entityId wins if both). | |
| entityId | No | Person entityId from a previous profile_enrich or profile_entity_id call. Provide handle OR entityId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | No | Example value was a string | |
| premium | No | Example value was a boolean | |
| entityId | No | Example value was a string | |
| fullName | No | Example value was a string | |
| headline | No | Example value was a string | |
| industry | No | Example value was a string | |
| isHiring | No | Example value was a boolean | |
| lastName | No | Example value was a string | |
| location | No | ||
| firstName | No | Example value was a string | |
| influencer | No | Example value was a boolean | |
| isTopVoice | No | Example value was a boolean | |
| openToWork | No | Example value was a boolean | |
| followerCount | No | Example value was a number | |
| connectionsCount | No | Example value was a number |