Skip to content

Releases: tamnd/linkedin-cli

linkedin v0.2.0

14 Jun 13:51
v0.2.0
8a68297

Choose a tag to compare

A fast, friendly command line for public LinkedIn data. One static binary,
no API key, no account. It reads public profile, company, and job pages and
the guest job-search endpoints into rich JSON, JSONL, CSV, TSV, or a table,
pulling clean records out of the JSON-LD and server-rendered HTML that
LinkedIn ships to anonymous visitors.

Install

Go:

go install github.com/tamnd/linkedin-cli/cmd/linkedin@v0.2.0

Homebrew:

brew install --cask tamnd/tap/linkedin

Scoop:

scoop bucket add tamnd https://github.com/tamnd/scoop-bucket
scoop install linkedin

Container:

docker run --rm ghcr.io/tamnd/linkedin:0.2.0 jobs "golang" --location Remote

Or download a prebuilt binary for your platform from the assets below.

Changelog

Other

  • 19d1e24: Rebuild the command layer on the any-cli/kit framework (@tamnd)
  • 0f22300: Update docs for the kit command surface (@tamnd)

Verify

Every archive is listed in checksums.txt, which is signed with cosign
(keyless). Verify the checksum signature before trusting a download:

cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/tamnd/linkedin-cli' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'

The container image and its SBOM are signed the same way.

Links

Not affiliated with, endorsed by, or sponsored by LinkedIn.
linkedin reads only public pages and stays within polite rate limits.

linkedin v0.1.0

14 Jun 12:50
v0.1.0
1ec0666

Choose a tag to compare

A fast, friendly command line for public LinkedIn data. One static binary,
no API key, no account. It reads public profile, company, and job pages and
the guest job-search endpoints into rich JSON, JSONL, CSV, TSV, or a table,
pulling clean records out of the JSON-LD and server-rendered HTML that
LinkedIn ships to anonymous visitors.

Install

Go:

go install github.com/tamnd/linkedin-cli/cmd/linkedin@v0.1.0

Homebrew:

brew install --cask tamnd/tap/linkedin

Scoop:

scoop bucket add tamnd https://github.com/tamnd/scoop-bucket
scoop install linkedin

Container:

docker run --rm ghcr.io/tamnd/linkedin:0.1.0 jobs "golang" --location Remote

Or download a prebuilt binary for your platform from the assets below.

Changelog

Other

Verify

Every archive is listed in checksums.txt, which is signed with cosign
(keyless). Verify the checksum signature before trusting a download:

cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp 'https://github.com/tamnd/linkedin-cli' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'

The container image and its SBOM are signed the same way.

Links

Not affiliated with, endorsed by, or sponsored by LinkedIn.
linkedin reads only public pages and stays within polite rate limits.