Orbit

Build personalized products on Orbit’s graph

Access The Identity Graph

A unified map of all data about a person in one structured graph on the foundation of accuracy and truth.

Entity resolution
Orbit disambiguates people with the same name and properly attributes their corresponding sources.
Structured Profiles
Retrieve bio, photos, school history, work history, interests, family, social links, and more.
Semantic Search
Search against the Identity Graph with our natural-language input support.

Capabilities

Your Request
Profile Lookup
POST

This is for products that start with a phone, email, or social handle and need to turn it into a rich profile.

Use cases driven by our graph

From a simple enrichment call to full identity file, teams use Orbit to make their products instantly smarter about the humans on the other side.

Roommate Checker

A roommate background check that helps you know who you're about to live with.

Digit Lookup

Look up a phone number and see the person connected to it.

OpenEA

An executive assistant that’s personalized the moment you sign in.

Hinge Lookup

Look someone up from a dating profile before you meet in person.

Reverse Selfies

Upload a photo and figure out who the person is by scanning the entire web.

Family Forest

Map out someone's family tree and see the people connected to them.

Quick start

Build and deploy personalized products with one quick API call.

import Orbit from "@orbit/sdk";

const orbit = new Orbit({ apiKey: process.env.ORBIT_API_KEY });

const { person } = await orbit.people.resolve({
  name: "Tim Cook",
  context: "Apple CEO",
});

const profile = await orbit.people.get(person.id, {
  include: ["bio", "work", "education", "passions", "orbit"],
});
Response · person.json
200 OK
{
  "id": "per_01HZ8W…",
  "name": "Tim Cook",
  "bio": "CEO of Apple Inc. since 2011.",
  "basics": {
    "location": "Cupertino, CA",
    "birthday": "1960-11-01"
  },
  "work": [
    { "title": "CEO", "company": "Apple", "since": "2011" },
    { "title": "COO", "company": "Apple", "range": "2007–2011" }
  ],
  "education": [
    { "school": "Auburn University", "degree": "B.S. Industrial Eng." },
    { "school": "Duke Fuqua", "degree": "MBA" }
  ],
  "passions": ["fitness", "privacy", "accessibility"],
  "socials": { "x": "@tim_cook" },
  "sources": 1847,
  "confidence": 0.99
}

Get started

Partner with us

Work directly with Orbit’s team on custom resolution, volume pricing, and deep integration into your product. Ideal for platforms making people a first-class primitive.

  • Dedicated solutions engineer
  • Custom schema and extraction requests
  • Volume pricing and enterprise SLAs
Contact sales

Build on your own

Create a key and make your first call in minutes. Pay-as-you-go pricing, full documentation, and a playground for testing every endpoint.

  • Free tier to prototype
  • Simple, transparent pricing
  • Playground, docs, and MCP server
Create an API key