Web Page Fetch
Web
Web Page Fetch
GET
Web Page Fetch
Query Parameters
URL to fetch and parse
Example:
"https://ethereum.org"
CSS selector to extract specific content
Example:
"article.main-content"
CSS selector to remove unwanted elements
Example:
"nav,footer,.ads"
CSS selector to wait for before extracting
Example:
".content-loaded"
Request timeout in milliseconds
Required range:
1000 <= x <= 60000Example:
5000