indeed_locations_suggest
Retrieve Indeed location autocomplete suggestions from a partial place name, returning matching city/region options for search queries. Use to build valid Indeed location parameters without credentials.
Instructions
Indeed location suggestions. Returns Indeed's own location-search autocomplete suggestions for a partial location string -- the same suggestions the app's search bar offers -- for building a valid l value for search. Credential-free GraphQL only; there is no page-based fallback for this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Partial location text | |
| limit | No | Max suggestions to return, defaults to 10, maxes at 25 |