Request Parameters
Search Request Parameters
Name | Description | Value |
---|---|---|
country | Country to filter by. | Required(country or country_code) |
country_code | Country code to filter by. | Required(country or country_code) |
state | State to filter by. | Optional, Required state or state_code if msa_name is provided |
state_code | State code to filter by. | Optional, Required state or state_code if msa_name is provided |
msa_name | MSA name to filter by | Optional |
msa_code | MSA code to filter by | Optional |
industry_standard | Industries names to filter by. | Required when industry_code is provided |
industry_code | Industries codes to filter by. | Optional |
revenue_code | Revenue range in USD of companies to filter by. | Optional |
employees_code | Employees range of companies to filter by. | Optional |
job_seniority | job seniority category to filter by. | Optional |
age_code | Age category to filter by. | Optional |
ethnicity | Ethnic group to filter by. | Optional |
job_function_code | Rhetorik 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"
}
Updated 8 months ago