Skip to main content
POST
/
api
/
pbnalog
/
companies
/
search
/pbnalog/companies/search
curl --request POST \
  --url https://api.anysite.io/api/pbnalog/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "query": "",
  "okved": "56.10",
  "msp_only": false
}
'
[
  {
    "inn": "<string>",
    "ogrn": "<string>",
    "name": "<string>",
    "np_type": "<string>",
    "@type": "@pbnalog_company_search_result",
    "name_short": "<string>",
    "status": "<string>",
    "status_code": "<string>",
    "is_invalid": false,
    "registered_at": "<string>",
    "ogrn_date": "<string>",
    "region": "<string>",
    "region_code": "<string>",
    "okved": "<string>",
    "okved_name": "<string>",
    "token": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
query
string
default:""

Name, INN, OGRN or OGRNIP to search for

Examples:

"сбербанк"

"7707083893"

"строй"

np_type
enum<string> | null

Restrict to legal entities (ul) or sole proprietors (ip)

Available options:
ul,
ip
region
enum<string> | null

Restrict to a Russian region

Available options:
01,
02,
03,
04,
05,
06,
07,
08,
09,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
83,
86,
87,
89,
90,
91,
92,
93,
94,
95,
99
okved
string | null

Main OKVED activity code (e.g. 56.10)

Example:

"56.10"

status
enum<string> | null

Legal-entity registry status (applies to legal entities only)

Available options:
10,
20,
30,
40,
50,
60
tax_mode
enum<string> | null

Applied tax special regime (applies to sole proprietors only)

Available options:
10,
20,
30,
40,
50
msp_only
boolean
default:false

Only subjects listed in the SME register

Response

Successful Response

inn
string
required
ogrn
string
required
name
string
required
np_type
string
required
@type
string
default:@pbnalog_company_search_result
name_short
string | null
status
string | null
status_code
string | null
is_invalid
boolean
default:false
registered_at
string | null
ogrn_date
string | null
region
string | null
region_code
string | null
okved
string | null
okved_name
string | null
token
string | null