get_jobs
Fetch remote job listings from the Jobicy database, sorted by publication date. Filter results by location, industry, or tag, and control the number of jobs returned.
Instructions
Fetches a structured list of remote jobs from the Jobicy database. Safe GET request with zero side-effects. No authentication required. Returns a JSON object containing an array of job listings sorted by publication date, newest first. Each job object includes: id, url, jobTitle, companyName, companyLogo, jobIndustry, jobType, jobGeo, jobLevel, jobExcerpt, jobDescription, and pubDate. Always call 'get_taxonomies' first if you need to discover valid location or industry slugs to filter your search. Supports pagination via the 'count' parameter from 1 to 100. Rate limits: standard public web limits apply, avoid aggressive loop calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of jobs to return, from 1 to 100. Default is 100. | |
| geo | No | Location slug. Run get_taxonomies with type='locations' first to discover valid slugs. | |
| industry | No | Industry slug. Run get_taxonomies with type='industries' first to discover valid slugs. | |
| tag | No | Search keyword, from 3 to 50 characters. |