Skip to main content

1. Get an API key

  1. Sign up or log in at app.hostreach.io.
  2. Go to Settings › Workspace › Acceso API.
  3. Click New API key, choose a name and scopes, and copy the key — it starts with hr_live_.
The full key is only shown once. Store it securely (e.g. in an environment variable).

2. Verify your identity

Response:

3. Extract your first leads

Lead extraction is asynchronous. Start the job, then poll for completion.

Step 1 — Search for a location

Use the returned location object as the filters.location value below.

Step 2 — Start the extraction

Response (202 Accepted):

Step 3 — Poll until complete

Poll every 5–10 seconds. Stop when status is COMPLETED or FAILED.

Step 4 — Retrieve the leads

Next steps