Can the API scrape JavaScript-rendered pages?
Yes. Every request renders the page in headless Chromium before extraction, so single-page apps and dynamically loaded content return their real markup. Control timing with waitUntil and waitFor, and interact first using the actions pipeline.