Skip to main content
POST
/
api
/
zachestnyibiznes
/
companies
/
requisites
/zachestnyibiznes/companies/requisites
curl --request POST \
  --url https://api.anysite.io/api/zachestnyibiznes/companies/requisites \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@zachestnyibiznes_requisites",
    "full_name": "<string>",
    "short_name": "<string>",
    "inn": "<string>",
    "ogrn": "<string>",
    "ogrn_assigned_at": "<string>",
    "kpp": "<string>",
    "okpo": "<string>",
    "oktmo": "<string>",
    "okato": "<string>",
    "okogu": "<string>",
    "okopf": "<string>",
    "okfs": "<string>",
    "tax_authority": "<string>",
    "tax_registered_at": "<string>",
    "cbr_registration_number": "<string>",
    "cbr_registered_at": "<string>",
    "pfr_registration_number": "<string>",
    "pfr_registered_at": "<string>",
    "fss_registration_number": "<string>",
    "fss_registered_at": "<string>",
    "sme_category": "<string>",
    "legal_address": "<string>",
    "director": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Company INN (10/12 digits) or OGRN (13/15 digits), or a full company URL

Minimum string length: 1
Examples:

"7707083893"

"1027700132195"

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:@zachestnyibiznes_requisites
full_name
string | null
short_name
string | null
inn
string | null
ogrn
string | null
ogrn_assigned_at
string | null
kpp
string | null
okpo
string | null
oktmo
string | null
okato
string | null
okogu
string | null
okopf
string | null
okfs
string | null
tax_authority
string | null
tax_registered_at
string | null
cbr_registration_number
string | null
cbr_registered_at
string | null
pfr_registration_number
string | null
pfr_registered_at
string | null
fss_registration_number
string | null
fss_registered_at
string | null
sme_category
string | null
director
string | null