2.5k
GitHub Stars
3
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill browser-agent-cloud-scraper- _meta.json309 B
- clawhub.json265 B
- skill.md2.5 KB
Overview
This skill provides cloud-based intelligent browser automation for dynamic web scraping, packaged as a managed model endpoint. It lets you run headless browser flows via a simple API or CLI, handling JavaScript-heavy sites, navigation, and extraction without running your own browser fleet. The service integrates with a single API key that also grants access to many other AI models and tools.
How this skill works
You call the model endpoint with a scraping prompt or script and the cloud agent spins up a controlled browser instance to navigate, interact, and extract structured data. The agent supports automating clicks, form submission, pagination, and waiting for dynamic content before returning results. Use the provided CLI for quick auth, trial provisioning, model discovery, and one-line API calls to run scraping jobs from scripts or command line.
When to use it
- Scraping pages that require JavaScript execution, login flows, or complex interactions.
- Running scheduled or on-demand extraction without managing browser infrastructure.
- Prototyping scrapers quickly using prompts or scripts before building production pipelines.
- Accessing a single API that also manages other AI services (images, chat, TTS) alongside scraping.
- Conducting large-scale archival or site-wide crawls where centralized management and credits simplify billing.
Best practices
- Start with the CLI trial to get free credits and confirm output formats before scaling.
- Design prompts to include explicit navigation steps and expected selectors or output schema.
- Respect site terms, robots.txt, and rate limits; throttle requests and add randomized delays.
- Return small, structured payloads (JSON) rather than full HTML to save bandwidth and credits.
- Use the pilot/discovery commands to pick the best model or agent configuration for your target site.
Example use cases
- Extracting product details and prices from JavaScript-rendered e-commerce listings.
- Automating login and data retrieval for personal dashboards or SaaS reporting.
- Crawling news sites to collect article metadata and full text for archival projects.
- Gathering structured contact or event information from dynamic business directories.
- Combining scraping outputs with downstream AI tasks like summarization or classification.
FAQ
No. The cloud agent runs browser instances for you; you call the API or CLI and receive the extraction results.
Can I try the service before committing?
Yes. The CLI can provision a free trial API key with a small credit balance to test workflows instantly.