search_jobs
Search for jobs using Google Jobs API with filters for location, date, job type, salary, and language to find relevant employment opportunities.
Instructions
Google Jobs API search tool.
Supported search parameters:
Basic Search: Job title or keywords
Location: City or region
Time Filter: Recently posted jobs
Job Type: Full-time, part-time, contract, internship
Salary Range: Filter by compensation
Geographic Range: Set search radius
Language: Multi-language support
All parameters except 'query' are optional and can be freely combined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords (Required, e.g., 'software engineer', 'data analyst', 'product manager') | |
| location | No | Job location (Optional, e.g., 'New York', 'London', 'Tokyo') | |
| posted_age | No | Posting date filter (Optional) Options: - "today": Posted today - "3days": Last 3 days - "week": Last week - "month": Last month | |
| employment_type | No | Job type (Optional) Options: - "FULLTIME": Full-time - "PARTTIME": Part-time - "CONTRACTOR": Contractor - "INTERN": Internship - "TEMPORARY": Temporary | |
| salary | No | Salary range (Optional) Format examples: - "$50K+": Above $50,000 - "$100K+": Above $100,000 - "$150K+": Above $150,000 | |
| radius | No | Search radius (Optional) Format examples: - "10mi": Within 10 miles - "20mi": Within 20 miles - "50mi": Within 50 miles | |
| hl | No | Result language (Optional) Options: - "en": English - "zh-CN": Chinese - "ja": Japanese - "ko": Korean | en |
| page | No | Page number (Optional, default: 1) - 10 results per page - Supports pagination | |
| sort_by | No | Sort order (Optional) Options: - "date": Sort by date - "relevance": Sort by relevance - "salary": Sort by salary | relevance |