find_locations
Search for cities, states, and countries by address query. Returns an ID with a type discriminator to link locations to candidates or jobs.
Instructions
Search cities, states, and countries. The returned type discriminator (city|state|country) tells you which places_*_id field on candidate endpoints the id maps to. City results also include state_id and country_id (parent chain); State results include country_id; Country results have both as null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — matched against the place's full address | |
| page | No | Page number (default: 1) | |
| limit | No | Items per page, max 100 (default: 20) |