search_people_live
LIVE people search — the only endpoint that filters by current company, past company AND school together. Complements search_people (the deduplicated dataset, cursor-paginated, plain-string geo): use this one for company-history sourcing, that one for broad firmographic filtering. Offset-paginated. Not-found is free upstream. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Results per page, 0-50 (default 20). | |
| start | No | Pagination offset, 0-999. | |
| title | No | Job-title free-text filter. | |
| school | No | Institution id(s), comma-separated. NOTE: this is the LIVE id namespace; the inst_ ids from g_institution_lookup are the dataset namespace and are not known to be interchangeable — unverified, treat with care. | |
| keyword | No | Free-text keyword across the profile. | |
| industry | No | Industry id(s), comma-separated. Takes an upstream id, NOT free text. No Zooq or upstream endpoint currently mints these ids, so free text is ignored (you get unfiltered results) — leave it unset until that changes. See ROADMAP F. | |
| lastName | No | Last-name filter. | |
| firstName | No | First-name filter. | |
| geoEntityId | No | Geo entity id — this is LinkedIn's own public geo id, and it works. To find one: type your target city, state or country into the location box on LinkedIn search, pick the right match from the auto-complete dropdown, press enter to load the results page, then read `geoId=` followed by a long number out of the browser address bar (e.g. Israel = 101620260). Comma-separate for several. Resolve once and reuse it. Verified working on this endpoint. If you would rather filter by plain text, search_people takes geo_city / geo_country_code instead. | |
| pastCompany | No | Numeric organization id(s), comma-separated — alumni sourcing: people who USED to work there. Same id source as currentCompany. This filter has no equivalent on search_people. | |
| currentCompany | No | Numeric organization id(s), comma-separated — people who work there NOW. Mint the id with companies_entity_id (slug -> id), then reuse it. | |
| profileLanguage | No | Profile primary language code, e.g. en. | |
| serviceCategory | No | Service-category filter (for profiles offering services). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||