Skip to main content
POST
/
api
/
handelsregister
/
companies
/
publications
/handelsregister/companies/publications
curl --request POST \
  --url https://api.anysite.io/api/handelsregister/companies/publications \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "@type": "@handelsregister_publication",
    "date": "<string>",
    "type": "<string>",
    "court": "<string>",
    "text": "<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/161178"

"D2601/HRB/161178"

count
integer
required

Max number of publications 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
default:@handelsregister_publication
date
string | null
type
string | null
court
string | null
text
string | null