pub async fn company_search_endpoint(
configuration: &Configuration,
enrich_profiles: Option<&str>,
page_size: Option<&str>,
founded_before_year: Option<&str>,
founded_after_year: Option<&str>,
description: Option<&str>,
employee_count_min: Option<&str>,
employee_count_max: Option<&str>,
industry: Option<&str>,
name: Option<&str>,
follower_count_max: Option<&str>,
follower_count_min: Option<&str>,
type: Option<&str>,
city: Option<&str>,
region: Option<&str>,
country: Option<&str>,
) -> Result<CompanySearchResult, Error<CompanySearchEndpointError>>Expand description
Cost: 35 credits / successful request base charge. Search for companies that meet a set of criteria within our exhaustive dataset of company profiles.