Skip to main content
POST
/
api
/
listorg
/
companies
/
financials
/listorg/companies/financials
curl --request POST \
  --url https://api.anysite.io/api/listorg/companies/financials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "code": "<string>",
    "@type": "@listorg_financial_line",
    "name": "<string>",
    "section": "<string>",
    "values": {}
  }
]

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 List-Org id, or a full company URL

Minimum string length: 1
Examples:

"7736207543"

"1027700229193"

"54446"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

code
string
required
@type
string
default:@listorg_financial_line
name
string | null
section
string | null
values
Values · object