Skip to main content
NewUpdateImprovementFix

Week of May 31

Here’s everything that shipped this week.

New: Profiles Search endpoint

A new /profiles/search endpoint is now available, letting you query our LinkedIn profile store directly by indexed fields with a flat per-request credit cost. Use it for fast profile lookups without running a full enrichment. It uses the same authentication as the rest of the API.

Update: Standardized employee_count field

The company employee field is now consistently returned as employee_count across all responses. If you previously relied on the employee field, update your integrations to use employee_count. See the Company endpoint.

Improvement: Person endpoint reliability

Multiple rounds of refinements to the People endpoint to improve profile parsing consistency, including more robust handling of edge-case profiles and cleaner field normalization across upstream sources.

Improvement: Company endpoint reliability

The Company endpoint has been tuned for steadier results on edge-case company profiles, with better handling of missing or malformed fields.

Improvement: Post and search reliability

Reliability work on the Post and search-related endpoints, including more resilient retries and helpers behind the scenes. Expect fewer transient failures on high-volume requests.

Bug fixes

  • Resolved inconsistencies in People responses on certain edge-case profiles.
  • Fixed cases where Company responses could return inconsistent field shapes.
NewUpdateImprovement

Week of May 24

Here’s everything that shipped this week.

New: Signals dashboard with access control

The Signals dashboard has been refreshed with a cleaner UI and now supports access control, making it easier to manage who in your team can view and edit signals. Manage your signals with the Signals API.

Update: Signal frequency options

The shortest signal polling intervals have been removed to keep signal runs reliable and predictable. Existing signals on longer intervals are unaffected. See the signal create reference for current frequency options.

Improvement: Person endpoint coverage

The People endpoint now uses the canonical linkedin.com base for profile lookups and surfaces “people also viewed” data on user profiles, giving you richer context on every lookup.

Improvement: Filter and post handling

Internal post processing and filter handling have been refined, improving result consistency for Post Search and ICP filter queries.