horizon_torn_getCompaniesSearch
Search companies by name or apply filters such as recruiting status, rating, or income to find specific companies.
Instructions
Search companies by name or other criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | API key (Public).<br>It's not required to use this parameter when passing the API key via the Authorization header. | |
| name | No | Name to search for. | |
| limit | No | ||
| offset | No | ||
| comment | No | Comment for your tool/service/bot/website to be visible in the logs. | |
| filters | No | A filtering query parameter allowing a comma-separated list of filters. <br> * Each filter can be one of the following: * Fixed options: `recruiting`, `notRecruiting` * Dynamic options: `fieldName`+`condition`+`number`. Each dynamic filter is made out of 3 parts separated by colon `:`: * * `fieldName` is one of: `id`, `type`, `daysOld`, `rating`, `dailyIncome`, `weeklyIncome`, `dailyCustomers`, `weeklyCustomers` * * `condition` is one of: `=`, `!=`, `<`, `<=`, `>=`, `>`, `Equal`, `NotEqual`, `Less`, `LessOrEqual`, `GreaterOrEqual`, `Greater` * * `number`: any integer value * Examples: `filters=recruiting`, `filters=weeklyIncome:>=:20000,id:<:1000,notRecruiting`, `filters=type:Equal:10,rating:=:10,dailyIncome:<=:6666666` | |
| timestamp | No | Timestamp to bypass cache or get the data in specific point in time |