Skip to Content

Google Jobs

Google Jobs icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for getting job postings via Google Jobs

Author:Arcade
Version:3.1.2
Auth:No authentication required
1tools
1require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

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 nameDescriptionSecrets
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

ParameterTypeReq.Description
querystringRequiredSearch 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'.
locationstringOptionalLocation to search for jobs. E.g. 'United States' or 'New York, NY'. Defaults to None.
languagestringOptional2-character language code to use in the Google Jobs search. E.g. 'en' for English. Defaults to 'en'.
limitintegerOptionalMaximum number of results to retrieve. Defaults to 10 (max supported by the API).
next_page_tokenstringOptionalNext page token to paginate results. Defaults to None (start from the first page).

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonGoogle Jobs results
Last updated on