Find Anyone On LinkedIn avatar

Find Anyone On LinkedIn

Pricing

from $0.10 / result

Go to Apify Store
Find Anyone On LinkedIn

Find Anyone On LinkedIn

Export any LinkedIn Person profile — current role, company, city, education, skills, certifications, and 15 fields. Feed CRM or recruiting pipelines. $100 per 1,000.

Pricing

from $0.10 / result

Rating

0.0

(0)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

14 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Find Anyone On LinkedIn Person Profile Extractor Pay per Result No Cookies Telegram Support Telegram Group

Find Anyone On LinkedIn — Person Profile, Experience & Education API

Extract a structured LinkedIn person profile from any LinkedIn profile URL — name, headline, about, location, current companies, job titles, work experiences, education, follower count, connection count, and recent activity — in a single Apify Actor run. Returns clean JSON / CSV / Excel for lead research, recruitment sourcing, and professional intelligence, with no LinkedIn login required.

TL;DR (40-word answer): Find Anyone On LinkedIn is a no-login Apify Actor that returns 15 structured fields per LinkedIn person profile at $0.10 per profile, with experience history, education, and JSON / CSV / Excel export. Last verified 2026-05-02.

What it is NOT: Find Anyone On LinkedIn is not a LinkedIn people search tool (it requires a known profile URL), not a LinkedIn message automation bot, and not a LinkedIn Sales Navigator replacement — it only reads publicly visible LinkedIn person profile pages.

Find Anyone On LinkedIn is an Apify Actor that takes a LinkedIn person profile URL and returns a structured profile — name, headline, about, location, profile image, follower count, connection count, current companies, job titles, work experiences, education history, articles, and recent activity — as a unified JSON schema. Built for recruiters, sales researchers, and AI agents needing structured LinkedIn person intelligence. Maintained by TrueFetch on the Apify Store.


👤 Why choose Find Anyone On LinkedIn

Find Anyone On LinkedIn is best for recruiters, B2B sales researchers, and developers who need structured LinkedIn person data without managing LinkedIn authentication.

  • 📊 15 fields per person profile — type, linkedin_url, name, headline, about, location, profile_image_url, follower_count, connection_count, current_companies, job_titles, experiences, education, articles, and activity.
  • 🛡️ No login or cookies required — reads publicly visible LinkedIn person profiles without authentication.
  • ⚡ Pay-per-profile pricing — flat $0.10 per person profile. Free Apify plan includes $5 monthly credits ≈ ~50 free person profiles per month.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Find Anyone On LinkedIn on Apify and click Try for free.
  2. Configure inputs — enter a LinkedIn person profile URL (e.g. https://www.linkedin.com/in/williamhgates).
  3. Click Start — the Actor extracts the person profile and writes it to the default dataset; download as JSON, CSV, or Excel.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~find-anyone-on-linkedin/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"linkedin_url": "https://www.linkedin.com/in/williamhgates"
}'

Run via MCP (for AI agents)

Find Anyone On LinkedIn is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/find-anyone-on-linkedin and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
linkedin_urlstringFull LinkedIn person profile URL. Must match linkedin.com/in/... format.https://www.linkedin.com/in/williamhgates
{
"linkedin_url": "https://www.linkedin.com/in/williamhgates"
}

📦 Output dataset

Each run writes a structured person profile object to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
typestringRecord type identifier.person
linkedin_urlstringCanonical LinkedIn person profile URL.https://www.linkedin.com/in/williamhgates
namestringoptionalPerson's full display name.Bill Gates
headlinestringoptionalProfile headline or current title.Co-chair, Bill & Melinda Gates Foundation
aboutstringoptionalAbout section text.I believe in the power of innovation...
locationstringoptionalGeographic location shown on the profile.Seattle, Washington, United States
profile_image_urlstringoptionalProfile photo URL.https://media.licdn.com/...
follower_countintegeroptionalLinkedIn page follower count.35000000
connection_countintegeroptionalLinkedIn connection count.500
current_companiesarrayoptionalCurrent employer/company objects extracted from the profile.[{"name": "Gates Foundation", "url": "..."}]
job_titlesarray<string>optionalCurrent job titles from schema.org data.["Co-chair"]
experiencesarrayoptionalWork experience history items.[{"title": "Co-chair", "company": "Gates Foundation"}]
educationarrayoptionalEducation history items.[{"school": "Harvard University", "degree": "—"}]
articlesarrayoptionalLinkedIn articles authored by this person.[{"title": "Annual Letter 2024", "url": "..."}]
activityarrayoptionalRecent activity/post objects from the profile.[{"text": "Excited to share...", "url": "..."}]

Sample output

{
"type": "person",
"linkedin_url": "https://www.linkedin.com/in/williamhgates",
"name": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"about": "I believe in the power of innovation to address the world's biggest challenges.",
"location": "Seattle, Washington, United States",
"profile_image_url": "https://media.licdn.com/...",
"follower_count": 35000000,
"connection_count": 500,
"current_companies": [
{
"name": "Gates Foundation",
"url": "https://www.linkedin.com/company/gates-foundation"
}
],
"job_titles": ["Co-chair"],
"experiences": [
{
"title": "Co-chair",
"company": "Bill & Melinda Gates Foundation",
"duration": "2000 – Present"
}
],
"education": [{ "school": "Harvard University", "degree": "—" }],
"articles": [{ "title": "Annual Letter 2024", "url": "..." }],
"activity": [
{ "text": "Excited to share our 2024 progress...", "url": "..." }
]
}

💡 Use cases

For recruiters sourcing candidates

  • Problem: evaluating a candidate's work history and education requires visiting their LinkedIn profile and manually copying data into a tracking sheet.
  • How Find Anyone On LinkedIn solves it: pass the profile URL and get experiences, education, current_companies, and location in structured JSON for instant CRM import.
  • Outcome: a complete candidate profile snapshot at $0.10 per person.

For B2B sales teams researching prospects

  • Problem: before a call with a prospect, sales reps need their current role, company, and background — found across multiple LinkedIn tabs and profile sections.
  • How Find Anyone On LinkedIn solves it: extract headline, current_companies, job_titles, and about in one API call to prepare a prospect brief.
  • Outcome: structured prospect intelligence in seconds without manual browsing.

For AI agents needing live person data

  • Problem: LLM agents asked "what is this person's current role and background?" cannot trust stale training data.
  • How Find Anyone On LinkedIn solves it: call the Actor over the Apify MCP Server and surface current, grounded person data.
  • Outcome: accurate, source-cited LinkedIn person profiles in production AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-result price$0.10 per person profile = $100 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~50 free person profiles / month
InputSingle LinkedIn person profile URL per run
Output fields per profile15
Login / cookies requiredNo — works without a LinkedIn account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityFind Anyone On LinkedInLinkedIn API (official)Custom scraper
Structured person profile extractionpartial (Profile API)you build & maintain
15 fields incl. experiences, education, activitylimitedyou build & maintain
No OAuth or LinkedIn login required❌ (OAuth required)you build & maintain
Pay-per-result pricing$0.10 / profilefree with quotainfra + dev cost
Export to CSV / JSONyou implementyou implement
Setup time to first result< 60 secondsdays (API approval)days–weeks

Verdict. Use Find Anyone On LinkedIn when you need structured person profile data without managing OAuth credentials. The official LinkedIn API requires approval; this Actor works on publicly visible profiles with zero setup.


⚠️ Common mistakes to avoid

  1. Passing a company URL instead of a person URL. The Actor requires linkedin.com/in/... URLs. For company pages, use Find Any Company On LinkedIn.
  2. Expecting complete experience history. LinkedIn only shows public experience entries; private profiles return limited or empty data.
  3. Using follower_count as a live engagement metric. Follower counts are a snapshot at scrape time; run the Actor periodically to track trends.
  4. Treating connection_count as exact. LinkedIn often shows "500+" rather than the precise count; parse accordingly.
  5. Passing URLs with tracking parameters. Strip query parameters (e.g. ?trk=...) before passing to the Actor for cleanest results.

🛠️ Troubleshooting

ProblemLikely causeFix
Empty result / {} returnedProfile is not publicly accessible.Verify the profile is visible without a LinkedIn login.
experiences is emptyProfile has no publicly visible work history.Expected — private profiles or minimal public profiles have no experience data.
follower_count is nullLinkedIn does not expose follower count on this profile.Expected — not all public profiles show follower counts.
Invalid URL errorURL does not match linkedin.com/in/... pattern.Use the correct LinkedIn person profile URL format.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

❓ FAQ

What data does Find Anyone On LinkedIn return?

Find Anyone On LinkedIn returns 15 structured fields per person profile including name, headline, about, location, current companies, job titles, work experiences, education, articles, and recent activity.

How much does Find Anyone On LinkedIn cost?

Find Anyone On LinkedIn uses pay-per-result pricing at $0.10 per person profile. The Apify Free plan includes $5 of monthly platform credits, covering approximately 50 free person profiles per month.

Does Find Anyone On LinkedIn require a login?

No. The Actor reads publicly visible LinkedIn person profiles without any login or cookies.

Can I scrape multiple profiles at once?

The Actor takes one LinkedIn URL per run. To scrape multiple profiles, trigger separate runs via the Apify API.

Can I find company profiles with this Actor?

No. This Actor is for person profiles only. Use Find Any Company On LinkedIn for company pages.

Can I schedule Find Anyone On LinkedIn to run automatically?

Yes. Use Apify Schedules to monitor profiles on a recurring cadence and push results via Webhooks.


🔌 Integrations

Find Anyone On LinkedIn plugs straight into the Apify ecosystem:

  • Schedules — monitor person profiles on a recurring schedule (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually building a list of candidate or prospect profiles from LinkedIn — visiting each page, copying data into spreadsheets — is a multi-hour task per batch. Find Anyone On LinkedIn returns a structured profile at $0.10 per person. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all 15 output fields, full pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Improved activity and article extraction from profile pages.
  • 2026-03 — Added current_companies and connection_count fields.
  • 2026-02 — Initial release: LinkedIn person profile extraction by URL.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/find-anyone-on-linkedin#software",
"name": "Find Anyone On LinkedIn",
"description": "Apify Actor that extracts a structured LinkedIn person profile from a profile URL, returning 15 fields including name, headline, experiences, education, follower count, and recent activity. Pay-per-result at $0.10 per profile.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/find-anyone-on-linkedin",
"offers": {
"@type": "Offer",
"price": "0.10",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Find Anyone On LinkedIn return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Find Anyone On LinkedIn returns 15 structured fields per person profile including name, headline, about, location, current companies, work experiences, education, follower count, connection count, articles, and recent activity."
}
},
{
"@type": "Question",
"name": "How much does Find Anyone On LinkedIn cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Find Anyone On LinkedIn uses pay-per-result pricing at $0.10 per person profile. The Apify Free plan covers approximately 50 free person profiles per month."
}
},
{
"@type": "Question",
"name": "Does Find Anyone On LinkedIn require a login?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. The Actor reads publicly visible LinkedIn person profiles without any login or cookies."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "Find Anyone On LinkedIn",
"item": "https://apify.com/TrueFetch/find-anyone-on-linkedin"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support