Skip to main content
POST
/
api
/
konturfocus
/
companies
/
search
/konturfocus/companies/search
curl --request POST \
  --url https://api.anysite.io/api/konturfocus/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300,
  "data_status": "any"
}
'
[
  {
    "id": "<string>",
    "ogrn": "<string>",
    "url": "<string>",
    "@type": "@konturfocus_search_result",
    "inn": "<string>",
    "name": "<string>",
    "raw_name": "<string>",
    "reg_date": "<string>",
    "main_activity": "<string>",
    "address": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Search query: company name, INN, OGRN, address or person name

Minimum string length: 1
Example:

"магнит"

count
integer
required

Number of results to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
region
enum<string> | null

Filter by Russian region

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

Filter by industry

Available options:
sS,
sT,
sM,
sI,
sF,
sZ,
sE,
sK,
sG,
sO,
cT,
cT1,
cT2,
cT3,
cT4,
cU,
cU1,
cU2,
cU3,
cU4,
cU5,
cU6,
cU7,
cU8,
cU9,
cU10,
cP,
cP1,
cP2,
cP3,
cP4,
cP5,
cP6,
cP7,
cP8,
cP9,
cP10,
cP11
data_status
enum<string>
default:any

Match in any requisites or only the actual (current) ones

Available options:
any,
Actual

Response

Successful Response

id
string
required
ogrn
string
required
url
string
required
@type
string
default:@konturfocus_search_result
inn
string | null
name
string | null
raw_name
string | null
reg_date
string | null
main_activity
string | null
address
string | null