Skip to main content
POST
Prospect Fetch Stats

Prospects Statistics

Introduction

The Prospects Statistics API provides aggregated insights and distributions for prospects based on your search criteria. This powerful analytics endpoint helps you understand the composition of your prospect universe, enabling data-driven decisions for sales territory planning, market analysis, and campaign targeting. 📌 Key Benefits:
  • Get instant insights into prospect distributions without fetching individual records
  • Understand market composition by department, seniority, location, and more
  • Receive dynamic statistics that adapt to your filter criteria
  • Make data-driven decisions for territory planning and resource allocation
  • No credit charges for statistical analysis

Input: Provide filters identical to the prospects fetch endpoint to define your target audience 2. Processing: The system aggregates prospect data based on your filters and calculates distributions 3. Output: Dynamic statistics showing distributions for the filters you’ve applied 4. Intelligence: The response structure adapts based on which filters are used in the request
Note: See the “Supported Filters” section below for the complete list of available filters and their usage.
This endpoint supports ALL filters available in the /v1/prospects fetch endpoint:

Contact Availability Filters

Professional Filters

Geographic Filters

Company Filters

Industry Classification Filters

Filter Structure:
  • Use {"values": [...]} for multi-value filters
  • Use {"value": ...} for single-value or boolean filters
  • Use {"gte": ..., "lte": ...} for numeric range filters
The response intelligently adapts based on the filters used in your request:Always Included:
  • total_results: Total count of matching prospects
  • response_context: Request metadata and performance metrics
Department by Region Response:

Sales Territory Planning

  • Analyze prospect distribution across regions using region_country_code and job_department
  • Balance territories based on prospect density with company_size and job_level filters
  • Identify underserved markets by comparing prospect counts across geographic areas

Account-Based Marketing (ABM)

  • Target specific companies using company_name or business_id filters
  • Analyze decision-maker distribution with job_level and job_department
  • Segment by company characteristics using company_revenue and company_size

Campaign Targeting

  • Size your total addressable market using industry filters (naics_category, linkedin_category)
  • Validate contact availability with has_email and has_phone_number
  • Focus on new decision-makers using current_role_months filter

Market Intelligence

  • Compare prospect density across industries using classification filters
  • Analyze experience levels with total_experience_months
  • Track job mobility trends with role duration filters

Lead Scoring & Qualification

  • Identify high-value segments combining job_level, company_revenue, and job_department
  • Find prospects in growth companies using company size and revenue filters
  • Target specific buyer personas with precise filter combinations
  • Start broad, then narrow: Begin with 1-2 filters to understand market size, then add filters progressively
  • Validate before fetching: Always run stats before expensive fetch operations to ensure sufficient results
  • Use classification filters: Leverage naics_category or linkedin_category for accurate industry targeting
  • Combine geographic levels: Use country → region → city filters for precise location targeting
  • Monitor regularly: Schedule weekly/monthly stats queries to track market changes
  • Cross-reference filters: Combine professional (job_level) with company (company_size) filters for better segmentation
  • Experience targeting: Use experience filters to identify senior professionals or recent role changes
  • Industry-specific analysis: Combine industry classifications with other filters for vertical-specific insights
  • No credit charges: Statistical queries are free and don’t consume any credits
  • Real-time data: Statistics reflect the current state of the prospect database
  • Dynamic response: Response structure automatically adapts to your filter combination
  • All filters supported: Every filter from the /v1/prospects endpoint works here
Try Me Example:

Authorizations

api_key
string
header
required

Body

application/json
filters
ProspectsFetchFilters · object
required
Example:
request_context
Request Context · object | null
Example:

null

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
total_results
integer
required
stats
ProspectsStats · object
required