AS
Apify Store
/apimaestro/linkedin-posts-search-scraper-no-cookies
Posts Search Scraper for LinkedIn | No Cookies
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.
liveasyncunknown~30s typical
automationlead generationailinkedinpostssearchcookies
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /apimaestro/linkedin-posts-search-scraper-no-cookies for me.
Input
| Field | Type | Description |
|---|---|---|
| keyword | string | Keyword or phrase to search for in LinkedIn posts. Use double quotes for exact match (e.g., "hiring" OR "growth") default "" |
| sort_type | string (relevance | date_posted) | Sort results by relevance or date posted default "relevance" |
| page_number | integer | Page number for pagination default 1 |
| date_filter | string ( | past-1h | past-24h | past-week | past-month) | Filter posts by date range default "" |
| limit | integer | Optional: Limit the number of results per page (1-50) default 50 |
| company_urns | string | Filter 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_company_urns | string | Filter 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_urns | string | Filter posts by authors from specific industries (comma-separated, e.g., '43,4'). Industry URNs can be found in url search page after authorIndustry= |
| author_job_title | string | Filter posts by authors with specific job titles (e.g., 'software engineer', 'data scientist', 'CEO') |
| member_urns | string | Filter 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= |
| total_posts | integer | Enable automatic pagination: Set the total number of posts to scrape. This will override manual pagination settings. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/apimaestro/linkedin-posts-search-scraper-no-cookies","input":{"limit":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /apimaestro/linkedin-posts-search-scraper-no-cookies -i '{"limit":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/apimaestro/linkedin-posts-search-scraper-no-cookies", input: {"limit":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.