UNPKG

@harvestapi/scraper

Version:

HarvestAPI provides LinkedIn data scraping tools for real-time, high-performance scraping at a low cost. API allows to search for Linkedin `jobs`, `companies`, `profiles`, and `posts` using a wide range of filters.

4 lines (3 loc) 176 B
import { ScraperOptions } from '../base'; import { LinkedinScraper } from './scraper'; export declare function createLinkedinScraper(options: ScraperOptions): LinkedinScraper;