> ## 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.

# API Reference

> API endpoints for search, enrichment, research, monitors, scrapers, and operations.

The Hog API is organized around a small set of public resources. All requests use the production base URL:

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

Every endpoint is prefixed with `/api`.

<CardGroup cols={2}>
  <Card title="Companies" icon="building" href="/api/companies/company-search">
    Search for companies by firmographics, technographics, and buying signals.
  </Card>

  <Card title="People" icon="users" href="/api/people/people-search">
    Search for people by role, seniority, company, and natural-language criteria.
  </Card>

  <Card title="Enrichments" icon="address-card" href="/api/enrichments/submit-enrichment">
    Enrich contacts with verified emails, phone numbers, profile data, and signals.
  </Card>

  <Card title="Deep Research" icon="magnifying-glass" href="/api/deep-research">
    Run LLM-powered research jobs that return data matching your JSON Schema.
  </Card>

  <Card title="Monitors" icon="bell" href="/api/monitors/create">
    Set up recurring monitors and poll detected events.
  </Card>

  <Card title="Search" icon="globe" href="/api/search/submit">
    Submit async searches across web and social sources.
  </Card>

  <Card title="LinkedIn" icon="briefcase" href="/api/scrapers/linkedin-profile">
    Search LinkedIn posts and retrieve company, profile, post, reaction, and comment data.
  </Card>

  <Card title="Instagram" icon="camera" href="/api/scrapers/instagram-profile">
    Retrieve public profiles, posts, post details, comments, followers, and following lists.
  </Card>

  <Card title="TikTok" icon="music" href="/api/scrapers/tiktok-profile">
    Fetch public profile details and recent videos for TikTok accounts.
  </Card>

  <Card title="Facebook" icon="message-circle" href="/api/scrapers/facebook-post">
    Retrieve public post, video, reel, photo, and page content.
  </Card>

  <Card title="YouTube" icon="youtube" href="/api/scrapers/youtube-video">
    Retrieve public video and channel content from YouTube URLs.
  </Card>

  <Card title="Web" icon="code" href="/api/scrapers/web-scrape">
    Search, scrape, batch scrape, and crawl public web pages through normalized schemas.
  </Card>

  <Card title="Image analysis" icon="image" href="/api/scrapers/image-deepfake-detection">
    Analyze images for signs of face manipulation.
  </Card>

  <Card title="Operations" icon="clock" href="/api/operations/get-operation">
    Poll async operations returned by long-running endpoints.
  </Card>
</CardGroup>
