You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hilmanski, if there are any particular elements that they would like removed from the HTML before taking screenshots, they could do the following:
Load the .xray format (still HTML, but with additional markup) instead of the .html format
e.g. https://serpapi.com/searches/<search-id>.xray?api_key=<api-key>
e.g. https://serpapi.com/searches/<token>/<search-id>.xray
Prior to rendering the HTML (or prior to screenshotting if able to action this in browser), use a CSS selector to find the following element: [xray-json-path="ai_overview"]
Delete the element if found
Render + screenshot
This approach can be extended to remove any other blocks that we parse that they may not want in a screenshot.
An enterprise customer asked for an option to disable the AI overview result.
The real issue is with the HTML view since they need to screenshot it for internal records.
Internal links: Front
The text was updated successfully, but these errors were encountered: