datasets_jobs_nearby
Find job postings near any location by latitude and longitude. Get open roles within a specified radius, sorted by distance.
Instructions
Find postings near a coordinate. Finds crawled job postings within radius_km of a lat/lon, nearest first. Only geocoded postings participate (the geo-enrich worker back-fills coordinates from each posting's location). Open roles only by default. provider enum matches search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, -90..90 | |
| lon | Yes | Longitude, -180..180 | |
| page | No | Page number, default 1 | |
| provider | No | ATS provider filter | |
| page_size | No | Page size, default 20, max 100 | |
| radius_km | No | Search radius in km, default 50, max 500 | |
| include_closed | No | Include closed/filled roles (default false) |