Web Access icon

Web Access

Use the Web Access tool to perform any task on given URL(s). Just describe what you want in natural language and the tool will: 1. Scrape the webpage content automatically 2. Try pattern matching first (fast, free) 3. Use LLM agent if needed (for complex tasks) EXAMPLES: - "Find the contact email" → Extracts email addresses - "Research this company" → Gathers and synthesizes company info - "Get all product prices" → Extracts product listings - "What services do they offer?" → Analyzes and summarizes content - "Extract the main article text" → Gets readable text content RETURNS: { text: "result", sources: ["urls"] } with the answer to your task.

Discussion