App Logo
linkedin.com

Suggest LinkedIn locations

Resolve a free-text location to LinkedIn geo suggestions [{label, geoUrn}], in ranked order ([0] = best match). The geo equivalent of get_company_info: pass a returned geoUrn to search_people's geoUrn. Returns [] when LinkedIn has no geo for the query (e.g. a continent like 'Europe').

Input

query required

Free-text location to look up, e.g. 'Paris', 'London', 'Germany'.

limit optional

Max suggestions to return.

Default: 10

Output

query required
locations required

LinkedIn geo suggestions in ranked order ([0] = best match). Empty when LinkedIn has no geo for the query.

FAQ

Resolve a free-text location to LinkedIn geo suggestions [{label, geoUrn}], in ranked order ([0] = best match). The geo equivalent of get_company_info: pass a returned geoUrn to search_people's geoUrn. Returns [] when LinkedIn has no geo for the query (e.g. a continent like 'Europe').
Required: query. Optional: limit.
It returns query, locations.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/suggest_locations, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/suggest_locations
It is part of Reduck's official curated catalogue.

Start building not clicking