Skip to main content

Introduction

The Network Mapper endpoint builds an entire relationship graph for a target company. It analyzes data points to (1) identify relationships and (2) calculate Connection Strength scores for every relationship. For team-owned connections, use the free Relationships endpoint instead. As part of the process, we map the “overlaps” of a company’s “connectors”: Overlaps:
  • Work history overlap — people who work or worked at the same company
  • Education overlap — people who graduated from the same university in the same year
Connectors:
  • Employees of the company
  • The company’s VCs (when applicable)
  • Execs of portfolio companies of the company’s VCs (when applicable)
  • Any other stakeholders added manually
For the API specification, see Network Mapper endpoint reference.
Partner permission required. Calls from an API key not tied to a team with the partner permission in Stripe return 403 Forbidden.

Pricing

Authentication

Authenticate with your partner-managed API key in the x-api-key header.

Endpoint

Body parameters

In the example below, we query for connections to a target company identified by website domain.
Where:
  • profile_info.current_company_website — A valid website domain of the target company.
The following fields are required for partner-managed accounts:
  • mapping_company_website — Website domain of the company to be mapped (the customer’s company).
  • callback_url — URL for async response. Data is sent to this URL when company mapping is finished.

Success response (200 OK)

Where:
  • profile — Basic information about the connection.
  • connections — Team members connected to the profile.
  • connections.sources — Describes how the profile is connected. The shape depends on origin. Accepted origin values: linkedin_connection, work_overlap, email_contact, calendar_events, manual_import, education_overlap, shared_investor.
  • count — Number of returned items (max 50).
  • total_count — Total available connections.

Async response (202 Accepted)

If the target company is not yet mapped, the request is processed asynchronously and a task_id is returned. The full result is delivered to the callback_url.
Poll task status using the Network Mapper Status endpoint.

Error responses

400 — Validation failed

Wrong query syntax:
Missing or invalid mapping_company_website:

403 — Forbidden

The API key is not tied to a team with partner permission.

404 — Not found

The company with the given mapping_company_website is not in our database.

Callback body — failure

Async status endpoint

Poll the status of a long-running mapping task. See the Network Mapper Status reference. Possible task_status values: in_progress, done, failed.

Filtering and query customization

The endpoint accepts any OpenSearch DSL query — narrow results by job title, function, seniority, or any indexed field.

Filter by title

Filter by function

Canonical values: IT & Engineering, Human Resources, Operations & Supply Chain, Marketing & Product Management, Sales & Business Development, Customer Service & Support, Finance & Accounting, Legal & Compliance, Healthcare & Medical Services, Education & Training, Consulting & Strategy, Real Estate & Property Management, Media, Publishing & Journalism, Design & Creative Services, Trades & Skilled Labor, Public Relations & Communications, Quality Assurance & Control, Program & Project Management, Banking & Financial Services, Administration & Office Support.

Filter by seniority

Canonical values: c-level, director, vp, manager, senior, junior.

Intro path to a specific person