Request Parameters

Search Request Parameters

NameDescriptionValue
countryCountry to filter by.Required(country or country_code)
country_codeCountry code to filter by.Required(country or country_code)
stateState to filter by.Optional, Required state or state_code if msa_name is provided
state_codeState code to filter by.Optional, Required state or state_code if msa_name is provided
msa_nameMSA name to filter byOptional
msa_codeMSA code to filter byOptional
industry_standardIndustries names to filter by.Required when industry_code is provided
industry_codeIndustries codes to filter by.Optional
revenue_codeRevenue range in USD of companies to filter by.Optional
employees_codeEmployees range of companies to filter by.Optional
job_seniorityjob seniority category to filter by.Optional
age_codeAge category to filter by.Optional
ethnicityEthnic group to filter by.Optional
job_function_codeRhetorik Occupational Classification code to filter by.Optional

Examples

{
    "country": "string",
    "country_code": "string",
    "state": "string",
    "state_code": "string",
    "msa_name": "string",
    "msa_code": "string",
    "industry_standard": "string",
    "industry_code": "string",
    "revenue_code": "string",
    "employees_code": "string",
    "job_seniority": "string",
    "age_code": "string",
    "ethnicity": "string",
    "job_function_code": "string"
}