Comprehensive Data
Access SEC ADV filings, Form D data, fund performance, and GP profiles in one unified API.
Search 23,000+ fund managers and 78,000+ private funds via REST API
curl "https://api.firmhound.com/v1/gps?strategy=buyout&state=NY&limit=5" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"crd": "123456",
"legal_name": "Example Capital Partners",
"city": "New York",
"total_aum": 5000000000,
"primary_strategy": "buyout"
}
],
"meta": { "total": 1, "limit": 5, "offset": 0 }
}