Skip to main content
POST
/
api
/
rmsp
/
companies
/rmsp/companies
curl --request POST \
  --url https://api.anysite.io/api/rmsp/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "timeout": 300
}
'
[
  {
    "inn": "<string>",
    "ogrn": "<string>",
    "name": "<string>",
    "@type": "@rmsp_company",
    "category_name": "<string>",
    "is_active": false,
    "is_new": false,
    "is_social": false,
    "is_support_recipient": false,
    "has_licenses": false,
    "has_contracts": false,
    "is_hitech": false,
    "is_partnership": false,
    "registered_at": "<string>",
    "excluded_at": "<string>",
    "region_code": "<string>",
    "region": "<string>",
    "area": "<string>",
    "city": "<string>",
    "locality": "<string>",
    "okved": "<string>",
    "okved_name": "<string>",
    "employee_count": 123,
    "phone": "<string>",
    "email": "<string>",
    "web_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

INN (10 or 12 digits), OGRN (13 digits) or OGRNIP (15 digits)

Examples:

"4707048043"

"1224700016750"

"321861700091274"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

inn
string
required
ogrn
string
required
name
string
required
np_type
enum<string>
required
Available options:
UL,
IP
@type
string
default:@rmsp_company
category
enum<string> | null
Available options:
1,
2,
3
category_name
string | null
is_active
boolean
default:false
is_new
boolean
default:false
is_social
boolean
default:false
is_support_recipient
boolean
default:false
has_licenses
boolean
default:false
has_contracts
boolean
default:false
is_hitech
boolean
default:false
is_partnership
boolean
default:false
registered_at
string | null
excluded_at
string | null
region_code
string | null
region
string | null
area
string | null
city
string | null
locality
string | null
okved
string | null
okved_name
string | null
employee_count
integer | null
phone
string | null
email
string | null
web_url
string | null