Description
The Fetch Business Statistics endpoint provides aggregated insights into businesses by industry, revenue, employee count, and geographic distribution. It enables users to analyze market trends, segment industries, and gain a high-level overview of business activity within specified parameters.Coverage
Coverage
Attribute | Coverage Details |
---|---|
Total Businesses Analyzed | 80M+ businesses across 150+ countries |
Industry Breakdown | Distribution across 50+ industry categories |
Revenue Distribution | Aggregated revenue insights, ranging from 10T+ |
Company Size Analysis | Categorized by employee count (1-10, 11-50, 51-200, etc.) |
Geographic Segmentation | Supports regional and country-level filtering |
How It Works
How It Works
- Input: Define filter parameters such as industry, region, and company size.
- Processing: The system aggregates data across relevant datasets to generate statistics.
- Output: A structured response with key insights into business distribution and segmentation.
Query Parameters
Query Parameters
Parameter | Type | Description |
---|---|---|
filters | Object | Defines the filtering criteria for statistics retrieval (e.g., country, industry) |
region_country_code | Array | Filters businesses by specific regions within countries (e.g., us-ca , us-ga ) |
company_size | Array | Filters by number of employees (e.g., 1-10 , 11-50 , 51-200 ) |
Example Request (cURL)
Example Request (cURL)
Bash
Example Response
Example Response
JSON
Schema Explanation
Schema Explanation
Field | Type | Description |
---|---|---|
filters | Object | Defines the filtering criteria for the statistics request. |
total_results | Number | Total number of businesses included in the statistics. |
stats | Object | Contains breakdowns by category, revenue, employees, and locations. |
Best Practices
Best Practices
- Use targeted filters to focus on specific industries or regions.
- Combine multiple attributes (e.g.,
region_country_code
+company_size
) for in-depth segmentation. - Utilize aggregated insights to optimize marketing strategies and market analysis.
Note on Filter Usage
- All available business filters (e.g.,
region_country_code
,company_size
, etc.) can be applied in this endpoint. - Only one category filter can be used per request: choose from either
Google category
,LinkedIn industry
, orNAICS code
. Combining them is not supported.
Body Params - Try Me Example
Authorizations
Body
application/json
Example:
{
"country_code": { "values": ["US", "IL"] },
"company_size": {
"values": [
"1-10",
"11-50",
"51-200",
"201-500",
"501-1000"
]
},
"company_revenue": {
"values": ["75M-200M", "200M-500M", "500M-1B"]
},
"linkedin_category": { "values": ["Market research"] }
}