Files
browse/commands/extract.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

14 lines
424 B
Markdown

---
description: Extract structured data from the current page
---
Extract structured data from the current browser page.
Selector (optional): $ARGUMENTS
Steps:
1. If a selector is provided, use the query tool to find matching elements
2. Analyze the page structure to identify data patterns
3. Extract and structure the data in a useful format (JSON, table, etc.)
4. Identify patterns that could help with similar pages