Skip to main content
Module

x/serpapi/src/engines/linkedin_profile.ts

Scrape and parse search engine results using SerpApi.
Go to Latest
File
import type { BaseParameters } from "../types.ts";
export type LinkedinProfileParameters = BaseParameters & { /** * Profile ID * LinkedIn profile ID. Can be found in profile url, e.g. profile id for * https://www.linkedin.com/in/john-doe is john-doe */ profile_id: string;};