
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
linkdapi
Advanced tools
🔑 Get Your API Key (100 free credits) • 📖 Full Documentation
A lightweight Python wrapper for LinkdAPI — the most advanced unofficial LinkedIn API you’ll ever find. Instead of relying on brittle scrapers or search engine hacks, LinkdAPI connects straight to LinkedIn’s own mobile and web endpoints. That means you get access to real-time data with unmatched reliability, stability, and scalability — perfect for developers, analysts, and anyone building tools that tap into LinkedIn at scale.

| Feature | LinkdAPI | SerpAPI | Scraping |
|---|---|---|---|
| Direct LinkedIn Access | ✅ Yes | ❌ No | ❌ No |
| No Proxy Management | ✅ Yes | ❌ No | ❌ No |
| No Cookies Management | ✅ Yes | ❌ No | ❌ No |
| Structured JSON Data | ✅ Yes | ❌ HTML | ✅ Yes |
| Scalability | ✅ Built for scale | ❌ Rate-limited | ❌ Manual effort |
| Pricing Transparency | ✅ Clear pricing tiers | ✅ Pay-per-request | ❌ Hidden costs (proxies, CAPTCHAs) |
| API Reliability | ✅ High uptime | ✅ Good | ❌ Unstable (blocks) |
| Automation-Friendly | ✅ Full automation | ✅ Partial | ❌ Manual work needed |
| Support & Documentation | ✅ Dedicated support | ✅ Good docs | ❌ Community-based |
| Anti-Blocking | ✅ Built-in evasion | ❌ N/A | ❌ High risk |
Install with pip:
pip install linkdapi
from linkdapi import LinkdAPI
client = LinkdAPI("your_api_key")
# Get profile overview
profile = client.get_profile_overview("ryanroslansky")
print(profile)
all available methods in the LinkdAPI class.
get_profile_overview(username)
get_profile_details(urn)
get_contact_info(username)
get_full_experience(urn)
get_certifications(urn)
get_education(urn)
get_skills(urn)
get_social_matrix(username)
get_recommendations(urn)
get_similar_profiles(urn)
get_profile_about(urn)
get_profile_reactions(urn, cursor='')
company_name_lookup(query)
get_company_info(company_id=None, name=None)
get_similar_companies(company_id)
get_company_employees_data(company_id)
search_jobs(
keyword=None,
location=None,
geo_id=None,
company_ids=None,
job_types=None,
experience=None,
regions=None,
time_posted='any',
salary=None,
work_arrangement=None,
start=0
)
get_job_details(job_id)
get_similar_jobs(job_id)
get_people_also_viewed_jobs(job_id)
get_featured_posts(urn)
get_all_posts(urn, cursor='', start=0)
get_post_info(urn)
get_post_comments(urn, start=0, count=10, cursor='')
get_post_likes(urn, start=0)
get_all_comments(urn, cursor='')
get_comment_likes(urns, start=0)
geo_name_lookup(query)
title_skills_lookup(query)
get_service_status()
At its core, LinkdAPI is more than just an API—it's a reliable engine for anyone building tools that require access to public LinkedIn data. As the #1 unofficial LinkedIn scraper for developers, it empowers you to build robust LinkedIn automation, perform advanced reverse email lookups, and create scalable LinkedIn profile viewer solutions with confidence.
If you're crafting a high-performance LinkedIn data extractor, a deep-dive LinkedIn profile scraper, or a lightweight LinkedIn viewer, LinkdAPI delivers the power, performance, and flexibility to do it all—without the headaches of traditional scraping.
MIT License – Use responsibly. This tool is intended strictly for research and educational purposes.
FAQs
Python SDK for LinkdAPI - The Most Reliable Unofficial LinkedIn API
We found that linkdapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.