Roommate Checker
A roommate background check that helps you know who you're about to live with.
A unified map of all data about a person in one structured graph on the foundation of accuracy and truth.
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.
A roommate background check that helps you know who you're about to live with.
Look up a phone number and see the person connected to it.
An executive assistant that’s personalized the moment you sign in.
Look someone up from a dating profile before you meet in person.
Upload a photo and figure out who the person is by scanning the entire web.
Map out someone's family tree and see the people connected to them.
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"],
});{
"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
}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.
Create a key and make your first call in minutes. Pay-as-you-go pricing, full documentation, and a playground for testing every endpoint.