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
import type { BaseParameters } from "../types.ts";
export type GoogleJobsListingParameters = BaseParameters & { /** * Search Query * Parameter defines the `job_id` string which can be obtained from Google Jobs * API. */ q: string;};