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

# The Hog: GTM Intelligence API for Revenue Teams

> The Hog is a REST API for go-to-market teams. Search companies, discover people, enrich contacts, run deep research, and monitor social mentions — all in one platform.

The Hog is a GTM intelligence API built for revenue teams. With a single REST API you can find target accounts, discover and enrich contacts, run deep research, and monitor social mentions — all in one platform.

## What you can do

<CardGroup cols={2}>
  <Card title="Search companies" icon="building" href="/guides/search-companies">
    Find target accounts by industry, headcount, revenue, tech stack, and more using firmographic and technographic filters.
  </Card>

  <Card title="Discover people" icon="users" href="/guides/find-people">
    Query contacts in plain language — "VP of Sales at Series B SaaS companies in the US" — and get ICP-ranked results.
  </Card>

  <Card title="Enrich contacts" icon="address-card" href="/guides/enrich-contacts">
    Get verified emails and phone numbers for your prospects. Fast lookups return 200; deeper coverage returns 202 with a poll URL.
  </Card>

  <Card title="Deep research" icon="magnifying-glass" href="/guides/deep-research">
    Trigger LLM-powered research jobs that return structured data conforming to any JSON Schema you define.
  </Card>

  <Card title="Monitor mentions" icon="bell" href="/guides/social-listening-x">
    Set up recurring monitors to track keywords, profiles, and posts across LinkedIn, X, Reddit, TikTok, and the web.
  </Card>

  <Card title="Multi-platform search" icon="globe" href="/api/search/submit">
    Search across the web and social platforms in a single async API call.
  </Card>

  <Card title="Use with MCP" icon="plug" href="/guides/use-mcp">
    Connect The Hog to Claude or your coding agent with hosted remote MCP or the local stdio MCP package.
  </Card>
</CardGroup>

## Company-first search philosophy

The Hog is designed around a company-first workflow. You start by finding the right accounts — filtered by firmographics, technographics, or signals — and then drill into the people at those companies. This keeps your outreach anchored to the accounts that actually matter rather than building lists of contacts in isolation.

A typical workflow looks like this:

1. **Search companies** to build a list of target accounts that match your ICP.
2. **Find people** at those accounts using a natural-language query scoped to a company ID.
3. **Enrich contacts** to get verified email addresses and phone numbers.

## Base URL

All API requests go to:

```text theme={null} theme={"theme":{"light":"github-light","dark":"github-dark"}}
https://developer.thehog.ai
```

Every endpoint is prefixed with `/api`. For example, the company search endpoint is `POST https://developer.thehog.ai/api/v1/companies/search`.

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Get your API key and learn how to authenticate every request.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first API call in minutes with step-by-step examples.
  </Card>

  <Card title="MCP setup" icon="plug" href="/guides/use-mcp">
    Connect The Hog through hosted remote MCP or install the local stdio MCP package.
  </Card>
</CardGroup>
