Guides
Task-oriented walkthroughs for the things people actually do with public LinkedIn data.
Each guide is built around a job rather than a command: fetching profiles and companies, finding jobs on the board, reading posts and classifying inputs, saving records into a local store, and shaping the output. They assume you have run the quick start.
Profiles and companies
Fetch public member profiles and company pages from their JSON-LD, with the wall caveat.
Finding jobs
Search the jobs board through the anonymous guest endpoint, filter it down, and read a posting in full.
Posts and lookups
Read public posts when you can, classify any LinkedIn input, and build canonical URLs.
Storing records
Save records into a local SQLite store across calls, read them back with db query, and manage the page cache.
Output formats
Render records as a table, JSON, CSV, or your own template, and script against the exit codes.