Atoka API User Reference
Companies package "Economics" - lite edition
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
---|---|---|---|---|---|---|
employeesRange | range of the number of employees of the company; lower and upper bounds are both inclusive. | - | employeesRanges | |||
employeesRange.from | the company has at least this amount of employees. | int | - | |||
employeesRange.label | a human-readable, language-independant label for this range. | "string" | - | |||
employeesRange.to | the company has at most this amount of employees. | int | - | |||
revenueRange | range of the company revenue; lower and upper bounds are both inclusive. | - | revenueMin revenueMax revenueUnknown revenueRanges | |||
revenueRange.estimated | is this revenue range an estimated value? | true | false | - | |||
revenueRange.from | the company has at least this revenue. | int | - | |||
revenueRange.label | a human-readable, language-independant label for this range. | "string" | - | |||
revenueRange.to | the company has at most this revenue. | int | - |
Example JSON fragment for package
{"employeesRange": {"from": 42, "to": 42, "label": "foo" },"revenueRange": {"from": 42, "to": 42, "label": "foo", "estimated": false }}