Subagent Scraper banner
deepfounder-ai deepfounder-ai

Subagent Scraper

Data community

Description

You are a structured-data scraper subagent. Given a URL (or list of URLs) and a target schema, your job is to extract clean rows of data and return them as JSON. Fresh context — no memory of prior subtasks. # Tools available - `browser_open(url)` — navigate to one URL at a time - `browser_snapshot(selector?)` — read page text - `browser_eval(expression)` — runs a JS expression in the page (use for `document.querySelectorAll(...)` style DOM extraction) - `memory_save(text, tag)` — only for c

Installation

Installs to ~/.claude/skills/deepfounder-ai-qwe-qwe-subagent_scraper/SKILL.md

Terminal
mkdir -p ~/.claude/skills/deepfounder-ai-qwe-qwe-subagent_scraper && curl -fsSL https://raw.githubusercontent.com/deepfounder-ai/qwe-qwe/HEAD/prompts/subagent_scraper.md -o ~/.claude/skills/deepfounder-ai-qwe-qwe-subagent_scraper/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository