Skip to main content
POST
/
api
/
pbnalog
/
addresses
/
search
/pbnalog/addresses/search
curl --request POST \
  --url https://api.anysite.io/api/pbnalog/addresses/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "address": "<string>",
    "@type": "@pbnalog_mass_address",
    "company_count": 123,
    "token": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Address (or part of it) flagged as a mass-registration address

Example:

"Москва Тверская 1"

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
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

Response

Successful Response

address
string
required
@type
string
default:@pbnalog_mass_address
company_count
integer | null
token
string | null