datasets_jobs_nearby
Find active job postings near a location. Specify latitude, longitude, and radius to get open roles from top providers, 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: greenhouse, lever, ashby, workday, smartrecruiters, workable, recruitee, rippling, personio, teamtailor, oracle, ukg, icims, eightfold, gem, pinpoint, amazon-jobs, apple-jobs, google-jobs, meta-jobs, tesla-jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, -90..90 | |
| lon | Yes | Longitude, -180..180 | |
| page | No | Page number, default 1 | |
| provider | No | 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) |