Marketplace apps can now retrieve the rendered HTML of the page currently open in the SitecoreAI Page builder by using the new getPageHTML() method in the Marketplace SDK.
This gives Marketplace apps a standard, supported way to read the page's rendered canvas output, with editing chrome and frames removed, instead of relying on fragile workarounds like scraping the DOM.
You can use this to build overlays and annotations, drive automation workflows, or feed page content into downstream services, without needing to reconstruct the page from field data yourself.