Files
browse/commands/scrape.md
T
Adam Ladachowski ab03140803 💬 Commit message: Update 2026-02-08 03:05:28, 17 files, 662 lines
📁 Files changed: 17
📝 Lines changed: 662

  • plugin.json
  • .mcp.json
  • README.md
  • analyze.md
  • compare.md
  • end.md
  • extract.md
  • fill.md
  • goto.md
  • restore.md
  • save.md
  • scrape.md
  • screenshot.md
  • start.md
  • package.json
  • browser.ts
  • mcp.ts
2026-02-08 03:05:28 +01:00

397 B

description
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.