enrich_person_search
Search for people by name, location, role, company, education, and more. Returns professional profile URLs with pagination support for large result sets.
Instructions
Search for people by various criteria including name, location, education, role, company, and more. Returns professional network URLs. Cost: 3 credits per URL returned. Returns up to page_size results (max 100) per call. If more matches exist, the response includes total_result_count and a next_page URL — pass its next_token back in to page through the full set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City (Boolean search). | |
| groups | No | Group membership (Boolean search). | |
| region | No | Region, state, or province (Boolean search). | |
| skills | No | Skills (Boolean search). | |
| country | No | ISO3166 country code, e.g. US | |
| summary | No | Summary field (Boolean search). | |
| headline | No | Headline field (Boolean search). | |
| interests | No | Interests (Boolean search). | |
| languages | No | Languages (Boolean search). | |
| last_name | No | Last name (Boolean search), e.g. Gates or Zuckerberg | |
| page_size | No | Max results per call (1-100), e.g. 10 | |
| first_name | No | First name (Boolean search), e.g. Bill OR Mark | |
| industries | No | Inferred industry (Boolean search). | |
| next_token | No | Pagination cursor for the next page. Omit for the first page. Take the value from the next_token query param inside the previous response's next_page URL. When set, the search filter params are ignored (they are encoded in the token); page_size still applies. | |
| past_role_title | No | Past role title (Boolean search), e.g. founder | |
| past_company_name | No | Past company name (Boolean search). | |
| current_role_after | No | Started current role after this date (ISO8601), e.g. 2019-12-30 | |
| current_role_title | No | Current role title (Boolean search), e.g. CEO || Founder | |
| current_role_before | No | Started current role before this date (ISO8601), e.g. 2019-12-30 | |
| current_company_name | No | Current company name (Boolean search). | |
| past_job_description | No | Past job description (Boolean search). | |
| education_degree_name | No | Degree name (Boolean search), e.g. MBA | |
| education_school_name | No | School name (Boolean search), e.g. 'Harvard University' | |
| current_job_description | No | Current job description (Boolean search). | |
| education_field_of_study | No | Field of study (Boolean search), e.g. computer science | |
| past_company_profile_url | No | Previously worked at this company (professional network URL). | |
| current_company_profile_url | No | Currently working at this company (professional network URL). | |
| education_school_profile_url | No | School professional network profile URL. |