Posts Search Scraper for LinkedIn | No Cookies avatar

Posts Search Scraper for LinkedIn | No Cookies

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Posts Search Scraper for LinkedIn | No Cookies

Posts Search Scraper for LinkedIn | No Cookies

Search LinkedIn posts by keyword without needing login cookies or a LinkedIn account. This Actor queries public search results for matching LinkedIn post URLs, extracts titles and public preview text, then returns clean structured data (URL, title, description) as JSON, CSV, or Excel

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

Biddut Hossain

Biddut Hossain

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

LinkedIn Posts Search Scraper | No Cookies

Search LinkedIn posts by keyword without needing login cookies, a session token, or a LinkedIn account. This Actor queries public search results for matching LinkedIn post URLs, extracts titles and public preview text, and returns clean structured data.

What it does

  • Takes a search keyword as input
  • Finds public LinkedIn post URLs matching that keyword via public search
  • Extracts each post's title and public preview text (Open Graph metadata)
  • Returns results as JSON, CSV, or Excel — no login required

Input

FieldTypeDescription
searchQueryStringKeywords to search LinkedIn posts for (required)
maxResultsIntegerMax number of posts to return (default: 20)

Example input:

{
"searchQuery": "apify actors",
"maxResults": 20
}

Output

Each result in the dataset looks like:

{
"url": "https://www.linkedin.com/posts/...",
"title": "Post title / headline text",
"description": "Public preview text from the post"
}

Limitations

  • No LinkedIn login means only publicly visible post previews are returned — not full post content, comments, or reactions.
  • Relies on public search results, so result volume and freshness depend on what's publicly indexed.
  • LinkedIn's Terms of Service restrict automated scraping of the platform; use responsibly and only for permitted purposes.

Support

Open an issue on the Actor's page in Apify Store, or contact the Actor developer via Apify Console.