# Geo radius search expansion for Jobs API location filters

jobdataapi API v4.27 / API version 1.30

---

This release expands geo radius filtering on the `/api/jobs/` endpoint so it can now work from city filters in addition to numeric coordinates.

If `geo_radius` is provided with `city_id` and/or `city_name`, the API now uses the matching city latitude/longitude values as search centers and returns jobs associated with any city within that radius.
When `geo_lat`/`geo_lon` are also provided, all center inputs are combined using union behavior (OR), so listings near any provided center are included.

`geo_radius` remains constrained to values greater than 0 and lower than 1000 (for example, 1 and 999 are valid).
Geo radius filtering is available for **API access pro** subscriptions and higher.

You can find our updated docs here: [Jobs API Endpoint Documentation - Parameters](/c/jobs-api-endpoint-documentation/#parameters)
