Skip to main content
Module

x/serpapi/src/engines/google_jobs_listing.ts

Scrape and parse search engine results using SerpApi.
Go to Latest
File
export type GoogleJobsListingParameters = { /** * Search Query * Parameter defines the `job_id` string which can be obtained from Google Jobs * API. */ q: string;};