Linkedin.Console
1.1.0
dotnet tool install --global Linkedin.Console --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Linkedin.Console --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Linkedin.Console&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Linkedin.Console --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Linkedin.Console
CLI for fetching LinkedIn profiles via Apify. YAML-first output optimized for LLM agent consumption.
Installation
dotnet tool install -g Linkedin.Console
Prerequisites
Get your API token at Apify and set it:
export APIFY_TOKEN=your-token-here
Or pass it per-command with --api-key.
Usage
# Fetch a full profile
linkedin profile https://www.linkedin.com/in/username
# Fetch only specific sections
linkedin profile https://www.linkedin.com/in/username --include experiences,skills,educations
# With inline API key
linkedin profile https://www.linkedin.com/in/username --api-key apify_api_xxx
Available sections for --include
experiences, skills, educations, languages, licenseAndCertificates, honorsAndAwards, volunteerAndAwards, projects, publications, patents, courses, testScores, organizations, interests, recommendations, updates, profilePicAllDimensions, verifications, promos, highlights, volunteerCauses
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.