Firmographics anyone can buy. The exact numbers they can't.
Name, domain and industry are commodity fields. What separates a real company record is the rest.
Edges is not related to LinkedIn and is not an official LinkedIn product.
{ "company_name": "Acme", "domain": "acme.co", "industry": "Software Development", "employees_range": "201-500", // the bucket "number_employees": 471, ← unmasked "last_funding_type": "Series B", ← unmasked "last_funding_raised": 32000000, "last_funding_investors": [ 4 ], "specialties": [ 9 ], ← unmasked "affiliates": [ 3 ], ← unmasked "sales_navigator_company_url": "…",}// Schema
The Company record.
Fields marked unmasked are the ones cached datasets leave null or truncate.
| Field | Type | Notes | Access |
|---|---|---|---|
| linkedin_company_id | int | Stable numeric identifier, with linkedin_company_handle. | public |
| company_name, tagline | string | Display name and page tagline. | public |
| domain, website | string | Primary domain, resolved for CRM matching. | public |
| industry, industries[ ] | string | Primary industry plus the full tag list. | public |
| headquarters, country, city | string | HQ address, broken into components. | public |
| employees_range | string | The public bucket — “201–500”. Coarse, and often years behind. | public |
| number_employees | int | The exact count, not a bucket. Call it on a schedule and you have a growth curve nobody can sell you. | unmasked |
| last_funding_* | object | Date, type, amount, currency and the named investors, with Crunchbase links. | unmasked |
| specialties[ ] | string[] | Self-declared focus areas — the sharpest ICP signal on the page. | unmasked |
| affiliates[ ] | Affiliate[] | Parent, subsidiaries and showcase pages, each resolving to a Company record. | unmasked |
| locations[ ] | Location[] | Every office with street, city, postal code — plus number_of_locations. | unmasked |
| sales_navigator_company_url | string | The SN account handle, plus prebuilt employee and job-search URLs. | unmasked |
| followers_count, founded_on | int | Page followers and founding year, with linkedin_page_claimed. | unmasked |
// Actions
Everything you can do to a Company.
Every action returns the same Company envelope, or a list of records that resolve back into one.
// Derived
What derives from a Company.
Growth signals, audiences and account plays are all reads against one Company record.
Growth signals
observedBecause number_employees is an exact integer read at request time, running the same call on a cron gives you a growth curve — one you own, and one no dataset vendor sells.
Audiences
queryEvery Company resolves to a set of People: the roster, the decision makers, everyone who engaged with a post.
Account plays
writeOnce the account is scored, act on the people inside it from your connected identities — in the same run.
// Access
Two ways to reach a Company.
Same action, same response shape. Pick per call.
We bring the access
Default for every read. Company records, employee rosters and headcount series come back without you holding a single credential.
You bring the account
Attach your Sales Navigator seat to pull your own account lists, saved searches and smart links — and to act on the people inside.
Pull your first company record.
100 free credits. No card, no cookies, no LinkedIn account required.