--- description: Scrape content from a webpage --- Scrape and extract content from: $ARGUMENTS Steps: 1. Navigate to the URL using `goto` 2. Wait for the page to load 3. Query the page structure to understand the layout 4. Extract the relevant content using `query` and `eval` tools 5. Return the structured data Focus on extracting meaningful content (text, links, data) rather than raw HTML.