search_jobs
Search live US software-engineering jobs from public ATS boards. Filter by title keywords, location, and result limit, returning newest postings with company, title, location, URL, and source.
Instructions
Search live US software-engineering job openings.
Pulls current postings from company ATS boards (Greenhouse/Lever/Ashby) and a community new-grad feed, filters to US roles, excludes security-clearance / US-citizenship-required postings, de-duplicates, and returns newest first.
Args: query: words that must all appear in the job title, e.g. "backend engineer", "new grad software engineer". Default "software engineer". location: "us" for anywhere in the US, or a city/state substring like "New York" or "remote". limit: max results (1-100).
Returns a list of {company, title, location, url, posted, source}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | software engineer | |
| location | No | us |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |