Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts avatar
Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts

Pricing

$2.00 / 1,000 results

Go to Store
Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts

Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts

Developed by

HarvestAPI

HarvestAPI

Maintained by Community

Search LinkedIn Posts with advanced filters by target profiles or companies. No cookies or account required. Concurrency + fast response times make mass scraping fast ⚡

0.0 (0)

Pricing

$2.00 / 1,000 results

3

Total users

9

Monthly users

9

Runs succeeded

84%

Last modified

9 hours ago

You can access the Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1import { ApifyClient } from 'apify-client';
2
3// Initialize the ApifyClient with your Apify API token
4// Replace the '<YOUR_API_TOKEN>' with your token
5const client = new ApifyClient({
6 token: '<YOUR_API_TOKEN>',
7});
8
9// Prepare Actor input
10const input = {
11 "searchQueries": [
12 "Hiring software engineer",
13 "Hiring full stack developer",
14 "Hiring backend developer"
15 ],
16 "postedLimit": "month",
17 "sortBy": "relevance",
18 "authorsCompanyUrls": [
19 "https://www.linkedin.com/company/google"
20 ],
21 "authorsCompanyPublicIdentifiers": [
22 "microsoft",
23 "amazon",
24 "meta"
25 ],
26 "maxPosts": 10
27};
28
29// Run the Actor and wait for it to finish
30const run = await client.actor("harvestapi/linkedin-post-search").call(input);
31
32// Fetch and print Actor results from the run's dataset (if any)
33console.log('Results from dataset');
34console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
35const { items } = await client.dataset(run.defaultDatasetId).listItems();
36items.forEach((item) => {
37 console.dir(item);
38});
39
40// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts API in JavaScript

The Apify API client for JavaScript is the official library that allows you to use Linkedin Post Search Scraper (No Cookies) ✅ $2 per 1k posts API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.

Install the apify-client

$npm install apify-client

Other API clients include: