Tool to scrape any website and extract structured data using AI-powered element prompts or CSS selectors. Use when you need to extract specific information from web pages without writing custom scraping code. Supports both URL-based scraping and direct HTML content parsing.
urlstringURL of the website to scrape. Either url or html must be provided.
htmlstringRaw HTML content to scrape. Either url or html must be provided.
scaleintegerPage scale factor (min: 1).
widthintegerCustom viewport width in pixels.
heightintegerCustom viewport height in pixels.
scrollbooleanEnable automatic scrolling during scraping.
cookiesarrayArray of cookies to set before scraping.
featuresarrayAdditional features to extract from the page (meta, link).
wait_forobjectWait for configuration before scraping.
byo_proxyobjectBring Your Own Proxy configuration.
is_mobilebooleanEmulate mobile device viewport.
selectorsarrayArray of CSS selectors to extract (max 5). Either element_prompts or selectors is required.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.