New
Week of July 31
New: Job Details endpoint
Job Details returns a single LinkedIn job posting from its ID or URL: title, full description, location, employment type, seniority, workplace type, salary when published, posting and expiry dates, application counts and the hiring company.1 credit charged only when it returns data:include_company— the hiring company’s description, employee count, specialities, headquarters address and cover imageinclude_hiring_team— the job poster and recruiters listed on the posting, with profile URLs and photos
1 credit; both flags together cost 3. A section that could not be retrieved comes back as null and is not charged, and failed requests are never charged.Every response returns the same set of fields whichever options you send — a field that a given request cannot fill is null rather than absent, so parsing code never has to branch.Improved
Week of July 25
Standardized endpoint paths
All data endpoints now live directly under/api/v1/ — for example POST /api/v1/person, POST /api/v1/company, POST /api/v1/post/comments, and POST /api/v1/salesnavigator/search. The documentation and OpenAPI specs now reference the new paths everywhere.No action required: every previous path (e.g. POST /api/v1/linkedin/person) remains fully supported as a permanent alias, with identical request and response formats, authentication, and credit costs. Existing integrations continue to work unchanged.New
Week of July 4
New: People profile enrichment flags
The People endpoint now supports seven optional enrichment flags, each appending an additional data section to the profile response for an extra 2 credits (charged only on success):company_interest— companies the profile followstop_voices_interest— LinkedIn Top Voices the profile followsgroup_interest— LinkedIn Groups the profile belongs toschool_interest— schools the profile followsnewsletter_interest— LinkedIn Newsletters the profile is subscribed tosimilar_profiles— profiles similar to this onerecommendations_data— full profile bundle plus recommendations given/received
New: Company insights flag
The Company endpoint now supports an optionalcompany_insights flag, appending an insights section to the response for an extra 10 credits (charged only on success): headcount trends, hiring trends, notable alumni, job openings by function, and median employee tenure. Retried automatically on transient upstream failures; a failed insights request returns a generic error in insights and is not charged.