What if a regular request misses dynamically loaded content?
You can try WebFetch’s on-demand rendering for public pages before extracting their content. Some pages load their main text through JavaScript after opening, so it is missing from the initial HTML returned by a regular request.
Run extraction with your URL in the playground. If content is still missing, switch to POST /v1/dom/dump to inspect the HTML that was actually fetched. To choose a rendering engine, use the API settings described in the documentation.
Rendering results still depend on how the page loads. If you must log in, click a button, or fill out a form to see the content, use a cloud browser to complete those interactions.
