DataHunk Logo

DataHunk API Documentation

Version 2.1.0 | Last updated: March 2024

Introduction

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.

Authentication

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"

API Endpoints

GET/v1/businesses

Retrieve paginated list of businesses with advanced filtering options.

Query Parameters

  • categoryFilter by business category (e.g., restaurants, hotels)
  • locationGeographic filter (e.g., "San Francisco, CA")
  • limitResults per page (default: 50, max: 200)
GET/v1/businesses/{id}

Retrieve detailed information for a specific business including financial metrics, executive contacts, and historical data.

Rate Limits

Standard tier: 1,000 requests/hour
Pro tier: 10,000 requests/hour
View pricing tiers →

Error Codes

400 - Bad Request
401 - Unauthorized
429 - Rate Limit Exceeded
Full error reference →