Skip to main content
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

Search companies

Find target accounts by industry, headcount, revenue, tech stack, and more using firmographic and technographic filters.

Discover people

Query contacts in plain language — “VP of Sales at Series B SaaS companies in the US” — and get ICP-ranked results.

Enrich contacts

Get verified emails and phone numbers for your prospects. Fast lookups return 200; deeper coverage returns 202 with a poll URL.

Deep research

Trigger LLM-powered research jobs that return structured data conforming to any JSON Schema you define.

Monitor mentions

Set up recurring monitors to track keywords, profiles, and posts across LinkedIn, X, Reddit, TikTok, and the web.

Multi-platform search

Search across the web and social platforms in a single async API call.

Use with MCP

Connect The Hog to Claude or your coding agent with hosted remote MCP or the local stdio MCP package.

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:
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

Authentication

Get your API key and learn how to authenticate every request.

Quickstart

Make your first API call in minutes with step-by-step examples.

MCP setup

Connect The Hog through hosted remote MCP or install the local stdio MCP package.