Skip to content

Firmhound APIPrivate Equity Intelligence

Search 23,000+ fund managers and 78,000+ private funds via REST API

Quick Example

bash
curl "https://api.firmhound.com/v1/gps?strategy=buyout&state=NY&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY"
json
{
  "data": [
    {
      "crd": "123456",
      "legal_name": "Example Capital Partners",
      "city": "New York",
      "total_aum": 5000000000,
      "primary_strategy": "buyout"
    }
  ],
  "meta": { "total": 1, "limit": 5, "offset": 0 }
}

Ready to Start?

  1. Create an account
  2. Generate an API key
  3. Read the docs

Firmhound API Documentation