Skip to main content
POST
/
api
/
listorg
/
persons
/
search
/listorg/persons/search
curl --request POST \
  --url https://api.anysite.io/api/listorg/persons/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@listorg_person_search_result",
    "name": "<string>",
    "inn": "<string>",
    "is_entrepreneur": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Person full name (ะคะ˜ะž) to search for

Minimum string length: 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

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@listorg_person_search_result
name
string | null
inn
string | null
is_entrepreneur
boolean
default:false