LinkedIn Real-Time Data — Jobs, Profiles, Companies & Posts avatar

LinkedIn Real-Time Data — Jobs, Profiles, Companies & Posts

Pricing

from $1.00 / 1,000 results

Go to Apify Store
LinkedIn Real-Time Data — Jobs, Profiles, Companies & Posts

LinkedIn Real-Time Data — Jobs, Profiles, Companies & Posts

Scrape LinkedIn jobs, profiles, companies & posts in real time — no browser, no login required. Fast, lightweight Apify actor with LinkedIn Jobs search filters, people search, company data, lead generation & recruiting. Structured JSON for CRM, AI, LLM, MCP & analytics. Up to 1,000 results per query

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Chidubem Aneke

Chidubem Aneke

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

LinkedIn Real-Time Data

The fastest, lightest LinkedIn data Actor on Apify. Collect jobs, people, companies, and posts as clean, structured JSON — no browser, 512 MB RAM, results streamed to your dataset in real time.

Built for developers, data teams, recruiters, and AI pipelines that need reliable LinkedIn data at scale without the cost and complexity of browser automation.


Why this Actor

LinkedIn Real-Time DataTypical browser scraper
Speed~1–3 s per item5–15 s per item
Memory256–512 MB default2–4 GB+
SetupNo login requiredUsually requires login
CostLow compute, low proxy burnHigh
OutputStructured JSON, LLM-readyOften messy HTML
ScaleUp to 1,000 results per search queryOften capped lower

What you get — 50+ data points

Every record includes featureType and scrapedAt so you can filter, join, and pipe into any workflow.

Jobs (featureType: "job")

FieldDescription
title, company, location, workplaceTypeCore listing info
jobUrl, applyUrl, companyUrl, companyLogoLinks & branding
descriptionText, descriptionHtmlFull job description
seniorityLevel, employmentType, jobFunction, industriesClassification
salary, applicantCount, easyApplyCompensation & signals
listedAtISO, postedTimeAgoFreshness
searchQuery, positionTraceability

People (featureType: "profile")

FieldDescription
fullName, firstName, lastName, headline, summaryIdentity & bio
location, country, industryGeography & sector
currentTitle, currentCompanyRole today
followersCount, connectionsCountReach
experience[], education[], skills[], languages[]Career history
pictureUrl, profileUrl, publicIdentifierURLs & IDs
corporateEmails[]Corporate emails (enrichment)
wikidata, githubExternal enrichment objects

Companies (featureType: "company")

FieldDescription
name, tagline, description, industryIdentity
employeeCount, companySize, followerCountScale
headquarters, founded, specialties[]Details
website, logoUrl, companyUrlLinks
emails[], contactPageUrlContact enrichment
wikidataExternal enrichment

Posts (featureType: "post")

FieldDescription
text, authorName, authorHeadline, authorUrlContent & author
numLikes, numComments, numShares, numReactionsEngagement
createdAtISO, postUrl, urnIDs & timestamps
comments[]Top comments (author, text, likes)
mediaUrls[], articleTitle, articleUrlMedia & links

Set includeRaw: true to attach the full source payload on any record (larger output, useful for custom parsers).


Features

Jobs — on by default

Fast LinkedIn Jobs Search Filter: keywords, title, company, location, experience, employment type, remote/hybrid/onsite, date posted, and sort order. Up to 1,000 jobs per keyword.

Two modes: scrape by profile URL/handle, or discover by keyword with LinkedIn filters (location, title, current/past company, industry, school). Up to 1,000 profiles per keyword.

Companies

Two modes: scrape by company URL/name, or discover by keyword with location, industry, size, and headquarters filters. Up to 1,000 companies per keyword.

Posts & Activity

Three modes: scrape post URLs, load recent posts from profile URLs, or discover posts by keyword with author, company, topic, date posted, and relevance filters. Top comments included.

Enrichment

Optional layer that adds data beyond the LinkedIn profile or company page:

  • Corporate emails
  • Wikidata facts & social links
  • GitHub developer profiles
  • Company website contact emails

Use cases

  • Recruiting & talent sourcing — job listings + people search by title, location, and company
  • Lead generation & sales — company discovery, decision-maker profiles, contact enrichment
  • Market research — track hiring trends, company growth, industry activity
  • Competitive intelligence — monitor competitor posts, headcount signals, job postings
  • AI & LLM pipelines — structured JSON for RAG, scoring, summarization, and outreach drafts
  • Data products — feed warehouses, CRMs, and internal tools via Apify API or webhooks

LLM & MCP integration

Output is JSON Lines–friendly structured data — ideal for ChatGPT, Claude, Gemini, LangChain, LlamaIndex, and custom agents.

  1. Run the Actor with the features you need.
  2. Fetch dataset items via Apify API or export JSON/CSV.
  3. Pass records to your LLM with a system prompt, or index into a vector store.

Example: single profile for an LLM prompt

{
"featureType": "profile",
"fullName": "Jane Doe",
"headline": "VP Engineering at Acme",
"location": "San Francisco Bay Area",
"currentCompany": "Acme",
"experience": [{ "title": "VP Engineering", "company": "Acme", "dateRange": "2022 – Present" }],
"corporateEmails": ["jane.doe@acme.com"],
"profileUrl": "https://www.linkedin.com/in/janedoe"
}

Apify MCP (Model Context Protocol)

Use the Apify MCP server so AI assistants can:

  • Run this Actor with natural-language instructions
  • Read dataset results directly in the chat
  • Chain with other Actors (e.g. enrich → email → CRM)

Typical MCP tool flow:

User: "Find 50 fintech companies in London and summarize each"
MCP runs Actor with enableCompanies, companySearchMode=keyword, companyKeywords=["fintech"], companyLocation=London
MCP reads dataset items
LLM summarizes results

API quick start

curl -X POST "https://api.apify.com/v2/acts/YOUR_ACTOR_ID/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"enableJobs": true,
"jobKeywords": ["product manager"],
"jobLocation": "Remote",
"jobsPerQuery": 25
}'

Dataset items: GET https://api.apify.com/v2/datasets/{datasetId}/items?format=json


Input reference

Enable only what you need. All features are independent.

InputTypeDefaultDescription
Jobs
enableJobsbooleantrueScrape job listings
jobKeywordsstring[]["software engineer"]Search keywords (one run per keyword)
jobTitlestringTitle filter
jobCompanystringCompany filter
jobLocationstring"United States"Location
jobExperienceLevelsenum[]internship → executive
jobTypesenum[]full_time, part_time, contract, …
jobRemoteenum[]onsite, remote, hybrid
jobDatePostedenumanyany, month, week, day
jobSortenumrelevancerelevance or date
jobsPerQueryinteger25Max jobs per keyword (1–1000)
fetchJobDetailsbooleantrueFull description + criteria
People Search
enableProfilesbooleanfalsePeople search
profileSearchModeenumurlurl or keyword
profileUrlsstring[]URLs or handles (url mode)
profileKeywordsstring[]Keywords (keyword mode)
profileLocationstringLocation filter
profileTitlestringTitle / role
profileCurrentCompanystringCurrent company
profilePastCompanystringPast company
profileIndustrystringIndustry
profileSchoolstringSchool
profilesPerQueryinteger25Max profiles per keyword
Companies
enableCompaniesbooleanfalseCompany search
companySearchModeenumurlurl or keyword
companyUrlsstring[]URLs or names (url mode)
companyKeywordsstring[]Keywords (keyword mode)
companyLocationstringLocation filter
companyIndustrystringIndustry
companySizestringCompany size
companyHeadquartersstringHQ location
companiesPerQueryinteger25Max companies per keyword
companyDiscoveryViaJobsbooleantrueAlso find companies via hiring signals
Posts
enablePostsbooleanfalsePosts & activity
postSearchModeenumurlurl, profile, or keyword
postUrlsstring[]Post permalinks (url mode)
activityProfilesstring[]Profile URLs (profile mode)
postKeywordsstring[]Keywords (keyword mode)
postDatePostedenumanyDate posted filter
postSortenumrelevanceRelevance or most recent
postsPerProfileinteger20Max posts per profile
postsPerQueryinteger25Max posts per keyword
includeCommentsbooleantrueTop comments
Enrichment
enableEnrichmentbooleanfalseEnable all enrichment sub-options
enrichEmailPatternsbooleantrueCorporate emails
enrichWikidatabooleantrueWikidata facts
enrichGithubbooleantrueGitHub data
enrichCompanyWebsitebooleantrueWebsite contact emails
Output & limits
maxItemsinteger1000Total cap across all features
includeRawbooleanfalseAttach raw source payload
proxyConfigurationobjectresidential USApify proxy settings

Full schema: see .actor/input_schema.json in this repository or the Input tab on Apify Console.


Output reference

Each dataset row is one record. Filter by featureType:

featureTypeDescription
jobJob posting
profilePerson profile
companyCompany page
postPost or activity

Dataset views (in Apify Console): Overview, Jobs, Profiles, Companies, Posts.

Export formats: JSON, CSV, Excel, RSS, or via API.


Quick start examples

Jobs only

{
"enableJobs": true,
"jobKeywords": ["data engineer"],
"jobLocation": "United States",
"jobsPerQuery": 50,
"fetchJobDetails": true
}

People keyword search

{
"enableJobs": false,
"enableProfiles": true,
"profileSearchMode": "keyword",
"profileKeywords": ["software engineer"],
"profileTitle": "Software Engineer",
"profileLocation": "San Francisco Bay Area",
"profilesPerQuery": 100
}

Profile + enrichment

{
"enableJobs": false,
"enableProfiles": true,
"profileSearchMode": "url",
"profileUrls": ["williamhgates"],
"enableEnrichment": true
}

Posts by keyword

{
"enablePosts": true,
"postSearchMode": "keyword",
"postKeywords": ["AI regulation"],
"postDatePosted": "week",
"postSort": "date",
"postsPerQuery": 50
}

Proxy & performance

  • Residential proxy (US recommended) is strongly advised for best reliability.
  • Default memory: 512 MB — sufficient for most runs including high-volume search.
  • Results are streamed to the dataset as they are collected; long runs do not accumulate data in memory.

Limitations & compliance

  • Post comments are limited to the top comments LinkedIn exposes per post.
  • Unofficial tool — not affiliated with LinkedIn. Use responsibly and comply with applicable laws and LinkedIn's Terms of Service.

Contact & custom work

Need something beyond this Actor? I build custom scrapers, data pipelines, and full-stack web applications for startups and enterprises.

Reach out for:

  • Custom Apify Actors (any website or API)
  • LinkedIn / social / job-board data projects at scale
  • LLM & MCP integrations with your data stack
  • Web apps, dashboards, and automation tools

LinkedIn Real-Time Data · by DrunkCodes