Website Analysis now correctly evaluates sites that render their content with JavaScript - single-page apps and hosted site builders that serve a near-empty HTML document before scripts run. Previously these sites were found to report a website_build_status of inactive and an empty website_summary even when the site was live, and contact/address extraction was starved of content.
The result is a more accurate website_build_status (active / inactive / coming_soon) plus richer email, phone, address, and summary extraction on GET /website_analysis_requests/{id}. Normal server-rendered sites are unaffected.
No integration changes required.