Web Page Fetch
Web
Web Page Fetch
GET
Web Page Fetch
Documentation Index
Fetch the complete documentation index at: https://docs.asksurf.ai/llms.txt
Use this file to discover all available pages before exploring further.
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