search_jobs
Retrieve job listings by role and location. Returns a concise summary of key job details to help you evaluate openings.
Instructions
Fetch jobs using JSearch API and store them temporarily. Return key info.
Args: role: The role to search for. location: The location to search for. max_results: The maximum number of jobs to return.
Returns: A list of dictionaries containing the job information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| location | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |