Verify Company Website
Verify Company Website
Verify a German company website against the registry mirror by reusing the shared Impressum extraction path and SSRF-safe URL validation.
Call get_company first if the company is not yet in the registry mirror.
Try it
Pricing
- 10 credits for high-confidence HRB/court or mirrored VAT matches.
- 10 credits for a single strong fuzzy legal-name and city match.
- 5 credits for low-confidence candidate lists.
- 0 credits/refund when no match is found.
Endpoint
Examples
Verify a website
curl -X POST https://api.skael.de/api/enrichments/verify_company_website \
-H "Authorization: Bearer eak_..." \
-H "Content-Type: application/json" \
-d '{"website_url": "https://www.example.de", "async": true}'
Output Fields
Match Cascade
register_identity — HRB/HRA number plus register court from the imprint matches a mirror company. Confidence: high.
vat_id — VAT ID matches a mirror VAT field when that field exists. Confidence: high.
fuzzy_name_city — Legal name plus city from the imprint matches the mirror. A single strong hit returns medium; multiple strong hits return low with candidates[].
- No usable imprint data or no mirror hit returns
match_confidence: "none" and refunds credits.
Outbound website fetches are delegated to imprint_extractor, which uses the shared SafeUrlValidator. This endpoint does not implement a separate crawler.