Skip to main content
This quickstart finds machine learning engineers in San Francisco, asks Orbit to discover additional candidates, and returns partial profiles directly in the results.
1

Create an API key

Open the developer dashboard and create a key with search:read and profile:read.
Orbit shows the raw key once. Store it in a secrets manager before closing the dashboard modal.
2

Start a Search

Save both IDs from the response:
request_id makes POST retries idempotent. search_id identifies the pollable Search resource.
3

Poll until terminal

Continue while status is running. Stop on completed, completed_with_errors, or failed.
4

Use ready profiles

Keep ready results. If the search finishes as completed_with_errors, inspect each failed result separately without discarding successful profiles.

Next steps