Skip to main content
POST
/
api
/
zachestnyibiznes
/
companies
/zachestnyibiznes/companies
curl --request POST \
  --url https://api.anysite.io/api/zachestnyibiznes/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "company_type": "<string>",
    "@type": "@zachestnyibiznes_company",
    "name": "<string>",
    "full_name": "<string>",
    "status": "<string>",
    "inn": "<string>",
    "ogrn": "<string>",
    "kpp": "<string>",
    "okpo": "<string>",
    "registered_at": "<string>",
    "ogrn_assigned_at": "<string>",
    "dissolved_at": "<string>",
    "region": "<string>",
    "address": "<string>",
    "postal_code": "<string>",
    "locality": "<string>",
    "charter_capital": 123,
    "tax_mode": "<string>",
    "main_activity": {
      "@type": "@zachestnyibiznes_activity",
      "code": "<string>",
      "name": "<string>"
    },
    "activities": [],
    "director": {
      "@type": "@zachestnyibiznes_person",
      "name": "<string>",
      "inn": "<string>",
      "role": "<string>",
      "since_at": "<string>"
    },
    "registrar": {
      "@type": "@zachestnyibiznes_registrar",
      "name": "<string>",
      "inn": "<string>",
      "ogrn": "<string>"
    },
    "phone": "<string>",
    "email": "<string>",
    "website": "<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 digits for legal entity, 12 for sole proprietor) or OGRN (13 digits for legal entity, 15 for sole proprietor), or a full company URL

Minimum string length: 1
Examples:

"7707083893"

"1027700132195"

"https://zachestnyibiznes.ru/company/ul/1027700132195_7707083893"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
company_type
string
required
@type
string
default:@zachestnyibiznes_company
name
string | null
full_name
string | null
status
string | null
inn
string | null
ogrn
string | null
kpp
string | null
okpo
string | null
registered_at
string | null
ogrn_assigned_at
string | null
dissolved_at
string | null
region
string | null
address
string | null
postal_code
string | null
locality
string | null
charter_capital
integer | null
tax_mode
string | null
main_activity
ZachestnyibiznesActivity · object
activities
ZachestnyibiznesActivity · object[]
director
ZachestnyibiznesPerson · object
registrar
ZachestnyibiznesRegistrar · object
phone
string | null
email
string | null
website
string | null