Skip to main content
POST
/
api
/
rusprofile
/
companies
/rusprofile/companies
curl --request POST \
  --url https://api.anysite.io/api/rusprofile/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@rusprofile_company",
    "name": "<string>",
    "full_name": "<string>",
    "status": "<string>",
    "is_active": true,
    "inn": "<string>",
    "kpp": "<string>",
    "ogrn": "<string>",
    "okpo": "<string>",
    "okato": "<string>",
    "oktmo": "<string>",
    "okfs": "<string>",
    "okogu": "<string>",
    "okopf": "<string>",
    "director": {
      "@type": "@rusprofile_director",
      "name": "<string>",
      "position": "<string>",
      "person_id": "<string>"
    },
    "charter_capital": 123,
    "registered_at": "<string>",
    "postal_code": "<string>",
    "region": "<string>",
    "address": "<string>",
    "main_activity_code": "<string>",
    "main_activity_name": "<string>",
    "tax_authority": "<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), OGRN (13 digits), internal Rusprofile id or a full company URL

Minimum string length: 1
Examples:

"7707083893"

"1027700132195"

"2835629"

"https://www.rusprofile.ru/id/2835629"

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:@rusprofile_company
name
string | null
full_name
string | null
status
string | null
is_active
boolean | null
inn
string | null
kpp
string | null
ogrn
string | null
okpo
string | null
okato
string | null
oktmo
string | null
okfs
string | null
okogu
string | null
okopf
string | null
director
RusprofileDirector · object
charter_capital
integer | null
registered_at
string | null
postal_code
string | null
region
string | null
address
string | null
main_activity_code
string | null
main_activity_name
string | null
tax_authority
string | null