Verifications
-
🌱 Add check metadata and extracted identity to Business Website Verifications: Business Website Verifications now expose two additional sets of data:
-
Check metadata — The
business_website_backlink_detectioncheck now includesbacklink-count(number of root domains linking to the site) andbacklink-threshold(configured minimum to pass) in itsmetadataobject. These values are captured at check-run time and remain stable even after raw verification data expires. -
Extracted identity — A new top-level
extracted-identityattribute exposes the business names, addresses, phone numbers, and email addresses found on the website as clean, flat arrays. Each entry includes the extractedvalueand thesourceURL it was found on. This data was previously only accessible nested inside theidentity_comparisoncheck.
See the Retrieve a Verification endpoint for details.
-
-
📝 Clarification — malicious website detection signals are in
reasons: Thebusiness_website_malicious_website_detectioncheck surfaces its IPQS and Google Web Risk detection signals (e.g.malware,phishing,spam-source) in thereasonsarray rather thanmetadata. If you are looking for which threat types were detected, inspectchecks[].reasonson this check.

