Skip to main content
POST
/
api
/
handelsregister
/
companies
/
documents
/handelsregister/companies/documents
curl --request POST \
  --url https://api.anysite.io/api/handelsregister/companies/documents \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "type": "<string>",
    "@type": "@handelsregister_document",
    "date": "<string>",
    "category": "<string>",
    "source": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Company identity as 'court/register_type/number'

Minimum string length: 1
Examples:

"München/HRB/6684"

"D2601/HRB/6684"

"Augsburg/HRB/31932"

count
integer
required

Max number of documents to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

type
string
required
@type
string
default:@handelsregister_document
date
string | null
category
string | null
source
string | null