@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.
14 lines (13 loc) • 375 B
TypeScript
export declare function testConcurrentRequests({ instances, method, localhost, baseUrl, }: {
method?: 'getCompany' | 'test';
localhost?: boolean;
baseUrl?: string;
instances: {
name?: string;
method?: 'getCompany' | 'test';
apiKey: string;
requests: number;
loops?: number;
baseUrl?: string;
}[];
}): void;