---
title: "Get Lead Finder request results"
method: GET
path: "/lead_finder/async/{request_id}"
---

# Get Lead Finder request results

`GET /lead_finder/async/{request_id}`

Retrieve the results for a specific request ID

## Path parameters

- `request_id` string, required

## Response `200`

Request results retrieved successfully

- LeadFinderResult
  - `id` string
  - `credits_left` string
  - `credits_consumed` string
  - `status` string
  - `summary` object
    - `leads_found` integer
  - `leads` LeadObject[]
    - `contact_id` integer
    - `contact_full_name` string
    - `contact_first_name` string
    - `contact_last_name` string
    - `contact_job_title` string
    - `contact_seniority` string
    - `contact_headline` string
    - `contact_industry` string
    - `contact_linkedin_profile_url` string
    - `contact_linkedin_id` string, nullable
    - `contact_location_continent` string
    - `contact_location_country` string
    - `contact_location_state` string, nullable
    - `contact_location_city` string, nullable
    - `contact_city` string, nullable
    - `contact_location` string, nullable
    - `contact_country_code` string, nullable
    - `contact_email_address` string, nullable
    - `contact_email_address_status` string, nullable
    - `contact_email_address_provider` string, nullable
    - `contact_phone_number` string, nullable
    - `contact_phone_number_cc` string, nullable
    - `contact_additional_phone_number` string, nullable
    - `contact_avatar` string, nullable
    - `contact_gender` string, nullable
    - `contact_activity` string, nullable
    - `contact_followers` string, nullable
    - `contact_connections` string, nullable
    - `contact_experience` string, nullable
    - `contact_current_company` string, nullable
    - `contact_people_also_viewed` string, nullable
    - `contact_posts` string, nullable
    - `company_id` string, nullable
    - `company_name` string
    - `company_domain` string
    - `company_description` string
    - `company_about` string, nullable
    - `company_logo` string, nullable
    - `company_image` string, nullable
    - `company_size` string, nullable
    - `company_linkedin_url` string
    - `company_linkedin_id` string, nullable
    - `company_website` string, nullable
    - `company_crunchbase_url` string, nullable
    - `company_directions_url` string, nullable
    - `company_industry` string
    - `company_industries` string, nullable
    - `company_industry_code` string, nullable
    - `company_type` string
    - `company_organization_type` string, nullable
    - `company_founded` string, nullable
    - `company_founded_year` integer
    - `company_funding` string, nullable
    - `company_investors` string, nullable
    - `company_stock_info` string, nullable
    - `company_similar` string, nullable
    - `company_specialities` string, nullable
    - `company_employees` string, nullable
    - `company_employees_number` string, nullable
    - `company_employees_in_linkedin` string, nullable
    - `company_employees_range_start` integer
    - `company_employees_range_end` integer
    - `company_followers` string, nullable
    - `company_head_quarters_city` string
    - `company_head_quarters_country` string
    - `company_headquarters` string, nullable
    - `company_address_street` string, nullable
    - `company_address_city` string, nullable
    - `company_address_state` string, nullable
    - `company_address_country` string, nullable
    - `company_address_zipcode` string, nullable
    - `company_formatted_locations` string, nullable
    - `company_country_code` string, nullable
    - `company_phone_number` string, nullable
    - `company_legal_id` string, nullable
    - `company_legal_name` string, nullable
    - `custom_fields` unknown[]
      - unknown

## Other responses

- `401` — Not authorized
- `406` — Invalid request_id

---

[API](https://skmtc.dev/bettercontact/apis/bettercontact-api.md) · [All operations](https://skmtc.dev/bettercontact/apis/bettercontact-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bettercontact/bettercontact-api/revisions/c2d10d6670df/schema)
