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.

6 lines (5 loc) 240 B
export { createLinkedinScraper } from './linkedin/utils'; export { LinkedinScraper } from './linkedin/scraper'; export * from './linkedin/types'; export * from './types'; export { ScraperOptions, ListingScraperConfig } from './base/types';