Version 2.1.0 | Last updated: March 2024
Welcome to the DataHunk API - your gateway to comprehensive business intelligence data. Our RESTful API provides programmatic access to millions of business records, real-time updates, and advanced analytics. Whether you're building market research tools, sales platforms, or business directories, DataHunk offers the fresh, validated data you need to power your applications.
All API requests require authentication via JWT bearer token. Obtain your API key from thedeveloper dashboard.
curl -X GET "https://api.datahunk.com/v1/businesses" \
-H "Authorization: Bearer YOUR_API_KEY"
/v1/businesses
Retrieve paginated list of businesses with advanced filtering options.
/v1/businesses/{id}
Retrieve detailed information for a specific business including financial metrics, executive contacts, and historical data.
Standard tier: 1,000 requests/hour
Pro tier: 10,000 requests/hour
View pricing tiers →
400 - Bad Request
401 - Unauthorized
429 - Rate Limit Exceeded
Full error reference →