Google Jobs
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting job postings via Google Jobs
Author:Arcade
Version:
3.1.2Auth:No authentication required
1tools
1require secrets
Arcade.dev provides the GoogleJobs toolkit, enabling developers to access job postings directly from Google Jobs through SerpAPI. This toolkit streamlines job searches, making it efficient and effective to find relevant job listings.
Capabilities
- Seamless integration with Google Jobs for job postings retrieval.
- Comprehensive search capabilities tailored to various job criteria.
- Easy access to job data through a user-friendly API.
OAuth
- This toolkit does not require OAuth authentication but uses an API key for access.
Secrets
- Contains secrets in the form of API keys, such as the SERP_API_KEY for authenticating requests.
Available tools(1)
1 of 1
| Tool name | Description | Secrets | |
|---|---|---|---|
Search Google Jobs using SerpAPI. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
#
GoogleJobs.SearchJobs
Search Google Jobs using SerpAPI.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
query | string | Required | Search query. Provide a job title, company name, and/or any keywords in general representing what kind of jobs the user is looking for. E.g. 'software engineer' or 'data analyst at Apple'. |
location | string | Optional | Location to search for jobs. E.g. 'United States' or 'New York, NY'. Defaults to None. |
language | string | Optional | 2-character language code to use in the Google Jobs search. E.g. 'en' for English. Defaults to 'en'. |
limit | integer | Optional | Maximum number of results to retrieve. Defaults to 10 (max supported by the API). |
next_page_token | string | Optional | Next page token to paginate results. Defaults to None (start from the first page). |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Google Jobs resultsLast updated on