← API Catalog
Apify·Async

Posts Search Scraper for LinkedIn | No Cookies

Knowledge & Data$0.005 / result

What it does

Scrape LinkedIn posts by keyword without login. Get post content, reactions, author details, and media. Sort by relevance or date. Perfect for research, analysis, and monitoring trends.

Returns: Scrape LinkedIn posts by keyword without login. Get post content, reactions, author details, and media. Sort by relevance or date. Perfect for research, analysis, and monitoring trends.

Parameters

ParameterTypeRequiredDescription
limitnumberNoOptional: Limit the number of results per page (1-50)
keywordtextNoKeyword or phrase to search for in LinkedIn posts. Use double quotes for exact match (e.g., "hiring" OR "growth")
sort_typeselectNoSort results by relevance or date posted
date_filterselectNoFilter posts by date range
member_urnstextNoFilter posts by specific LinkedIn members (comma-separated member URNs, e.g., 'ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc,ACoAAAN_ns4B726S_9VIi12uNOrXqJcNVgcnd_Q'). Member URNs can be found in url search page after fromMember=
page_numbernumberNoPage number for pagination
total_postsnumberNoEnable automatic pagination: Set the total number of posts to scrape. This will override manual pagination settings.
company_urnstextNoFilter posts by company URNs (comma-separated, e.g., '1441,1035'). If you don't know the company's urn, you can get from our company_details actor or from post search url
author_job_titletextNoFilter posts by authors with specific job titles (e.g., 'software engineer', 'data scientist', 'CEO')
author_company_urnstextNoFilter posts by authors from specific companies (comma-separated, e.g., '1035,1441'). If you don't know the company's urn, you can get from our company_details actor
author_industry_urnstextNoFilter posts by authors from specific industries (comma-separated, e.g., '43,4'). Industry URNs can be found in url search page after authorIndustry=

Endpoints

GET/v1/agents/resources/inspect/apify.apimaestro.linkedin-posts-search-scraper-no-cookiesPublic
POST/v1/agents/resources/estimate/apify.apimaestro.linkedin-posts-search-scraper-no-cookiesPublic
POST/v1/agents/resources/run/apify.apimaestro.linkedin-posts-search-scraper-no-cookiesAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.apimaestro.linkedin-posts-search-scraper-no-cookies \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data