> ## Documentation Index
> Fetch the complete documentation index at: https://dev.gethuntd.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Huntd

> Contact-Level Technographics Lookup API

## What is Huntd?

Huntd's API lets you verify whether a company or individual contact has an active account in any supported company / B2B Software.

## Real-Time Accuracy

Results are verified at the moment of response—not cached or historical data. When you query whether a company like Denter uses Salesforce, every person we return has a confirmed active account as of that instant.

## How it works

<Steps>
  <Step title="Submit a Lookup">
    Submit a lookup request for a company and target SaaS tool
  </Step>

  <Step title="Poll or Get Notified">
    Poll the long-running API endpoint or get notified via webhook
  </Step>

  <Step title="Receive Results">
    Receive verified, real-time results
  </Step>
</Steps>

## Capabilities

* **Look up a company** — check whether a given company or contact has an active account in a supported tool
* **Pull your tracked data** — retrieve the companies, people and sources Huntd tracks for you, with no credit cost
* **Get signup alerts** — receive a webhook when someone at one of your tracked accounts signs up

Tool coverage is subject to Huntd's current supported integrations. Contact us to check for availability.

Feel free to proceed to the Quickstart page, copy the page as markdown, and give it as context to your favorite coding agent along with your API key. It will smoothly proceed with the integration.

## Which API do I want?

Huntd has two APIs on two different hosts. Pick by the question you are asking.

|                         | Public API                               | Company Lookup API                                   |
| ----------------------- | ---------------------------------------- | ---------------------------------------------------- |
| **Base URL**            | `https://app.gethuntd.com/api/v1/public` | `https://api.gethuntd.com`                           |
| **Question it answers** | "What has Huntd found for me?"           | "Does this specific company use this tool?"          |
| **Style**               | Synchronous — the response is the data   | Asynchronous — submit a job, poll or await a webhook |
| **Credits**             | None                                     | 1 credit per contact returned                        |
| **Bulk export**         | Yes — NDJSON streaming                   | No                                                   |
| **Key provisioning**    | Self-service in Settings                 | Contact your administrator                           |

## Quick Start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get started in 5 minutes
  </Card>

  <Card title="Company Lookup API" icon="code" href="/api-reference/introduction">
    Verify whether a company uses a given tool
  </Card>

  <Card title="Public API" icon="database" href="/public-api/introduction">
    Pull the companies, people and sources we track for you
  </Card>

  <Card title="Signup webhooks" icon="bell" href="/public-api/signup-webhooks">
    Get notified when a tracked account signs up
  </Card>
</CardGroup>
