Skip to main content

Web Scraping & Data Extraction

Extract data, check elements, get properties, take screenshots from web pages

ActivityWhat it does
Check for ElementChecks if an HTML element exists on a page. If it does, the output will be true; otherwise, it will be false.
Execute JavaScriptExecutes JavaScript code in the browser context. Optionally target a specific element and pass arguments to the script.
Get AttributesExtracts the values of a specified attribute from all HTML elements that match the given selector.
Get Element ChildrenReturns all the children of an HTML element.
Get Element PropertyReturns a specific property of specified element.
Get ElementsReturns all the HTML elements that match the provided selector.
Get PositionReturns the horizontal and vertical screen position of an HTML element.
Take Browser ScreenshotCaptures a full-page screenshot of the current browser view and saves it to a specified directory. The screenshot can be
Webpage to PDFSaves the current browser page as a PDF file at the specified path. Requires a headless Chrome browser: no other engine