Skip to main content
POST
/
api
/
konturfocus
/
companies
/konturfocus/companies
curl --request POST \
  --url https://api.anysite.io/api/konturfocus/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "legal_entity_type": "<string>",
    "ogrn": "<string>",
    "url": "<string>",
    "@type": "@konturfocus_company",
    "inn": "<string>",
    "kpp": "<string>",
    "name": "<string>",
    "status": "<string>",
    "reg_date": "<string>",
    "tax_reg_date": "<string>",
    "is_msp": false,
    "enterprise_category": "<string>",
    "address": "<string>",
    "postal_code": "<string>",
    "tax_authority": "<string>",
    "registrar": "<string>",
    "capital": 123,
    "main_activity": "<string>",
    "main_activity_code": "<string>",
    "activity_count": 123,
    "okpo": "<string>",
    "okato": "<string>",
    "oktmo": "<string>",
    "okopf": "<string>",
    "okogu": "<string>",
    "okfs": "<string>",
    "sfr": "<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), OGRN (13/15 digits) or a Kontur.Focus entity URL

Minimum string length: 1
Examples:

"1027700132195"

"7707083893"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
ogrn
string
required
url
string
required
@type
string
default:@konturfocus_company
inn
string | null
kpp
string | null
name
string | null
status
string | null
reg_date
string | null
tax_reg_date
string | null
is_msp
boolean
default:false
enterprise_category
string | null
address
string | null
postal_code
string | null
tax_authority
string | null
registrar
string | null
capital
integer | null
main_activity
string | null
main_activity_code
string | null
activity_count
integer | null
okpo
string | null
okato
string | null
oktmo
string | null
okopf
string | null
okogu
string | null
okfs
string | null
sfr
string | null