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
                    
if you are setting up this repo
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
                    
nuke :add-package Linkedin.Console --version 1.1.0
                    

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 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.

Version Downloads Last Updated
1.1.0 100 4/30/2026
1.0.0 84 4/30/2026