Feed page content into an LLM
Scrape a page and pass the HTML to a model for extraction, summarization, or analysis — no parsing logic needed.Python + Claude
JavaScript + Claude
Give your agent a scrape tool
Define ascrape tool backed by Web Unlocker. The agent decides when to fetch a page and what URL to scrape.
Use the Web Unlocker SDK
For TypeScript/Node.js agents, thegologin-webunlocker SDK provides typed methods:
Use the CLI
For agents that call shell commands (like Claude Code), the CLI is the simplest path:Common agent patterns
| Pattern | How |
|---|---|
| Research agent | Agent calls scrape tool → reads pages → synthesizes findings |
| Price monitoring | batch-scrape product pages on schedule → compare with previous run |
| Competitive intelligence | crawl competitor sites → feed to LLM for analysis |
| Lead enrichment | scrape-json company pages → extract structured data |
| Content aggregation | search + scrape-text → build curated feeds |
Related
- What is Web Unlocker — product overview and pricing
- Web Unlocker SDK — TypeScript SDK reference
- Web Access CLI — unified CLI
- AI Skills — plug-and-play skills for Claude Code