Data categories
Enrichment returns the same profile object the entity’s own endpoints return, so you parse it identically. What comes back depends on the entity: Company (via Enrich company and Enrich companies (bulk))- Profile & classification. Name, description, HQ, founding year, operating status, industry, tech verticals, business model, and customer focus.
- Funding & financials. Funding history, rounds, investors, and post-money valuation.
- Headcount & growth. Employee count, department and location breakdowns, founders, and web-traffic and engagement traction.
- Web & social. Domain, website, social presence, and product reviews (G2, Trustpilot, Glassdoor).
- Profile. Name, tagline, about, location, and LinkedIn follower and connection counts.
- Career history.
experience[]: companies, titles, tenure, and progression. - Education.
education[]: institutions, degrees, and fields of study. - Skills & attributes. Skills, languages, seniority, and years of experience.
- Social links. LinkedIn, Twitter, and GitHub URLs.
- Profile & classification. Name, description, HQ, founding year, organisation size, investor types, investment stage, and industry / tech-vertical targeting.
- Fund details. Named funds with announce date and amount raised (
fund_details). - Investment activity. Number of investments, lead investments, exits, and funds.
- Portfolio & linkages. Backed companies (
portfolio_companies), plusperson_id/company_idlinkages.
Endpoints
How to use the API
- Pick the endpoint for the identifier you hold. A domain or website goes to Enrich company; a name, company, or LinkedIn URL to Enrich person; a name or domain to Enrich investor; an email address to Enrich person by email.
-
Send the identifier. For example, enrich a company by its domain:
-
Go bulk when you have many. Every single-record endpoint has a bulk counterpart that takes up to 50 lookups per request: Enrich companies (bulk), Enrich people (bulk), Enrich investors (bulk), and Enrich people by email (bulk). Post a JSON array instead of a single object:
- Read the matches. Results come back as the same records the entity’s own endpoints return; a miss returns no record.
Notes
- If enrichment returns nothing, Specter doesn’t hold the record yet and will begin gathering it; retry later.
- Every bulk endpoint is capped at 50 lookups per request and takes a JSON array; the single-record endpoints take one object.
- Enrich people (bulk) returns one row per lookup in input order, each carrying a
statusoffoundorqueued;queuedmeans Specter didn’t hold the person yet and has started gathering them, so poll later. The other bulk endpoints omit misses instead, so a response can be shorter than the array you sent and its order isn’t guaranteed. - Enrich companies (bulk) accepts one identifier per lookup object (website, domain, LinkedIn, or Crunchbase) and Enrich people (bulk) one LinkedIn identifier; Enrich investors (bulk) takes a
websiteand/or aname, and supplying both narrows the match. - Enrich person by email and Enrich people by email (bulk) return the same person object as Get person by ID, plus the email each result resolved from and the match score. A person’s roles live in
experience[], each with its owncompany_id; there is no top-levelcompany_id. - For the exact credit cost, see each endpoint’s own “Costs …” note; enrichment is charged per matched result, so misses are free. A bulk call costs the same per match as its single-record counterpart, and
queuedrows aren’t charged.