grabbit.live
v0.2.0
Published
Screenshots as a service, from your terminal. `npx grabbit.live nyt.com` → hosted screenshot.
Maintainers
Readme
grabbit
Screenshots as a service, from your terminal.
npx grabbit.live login # sign in via browser — keys saved locally
npx grabbit.live nyt.com # → ./nyt.com.png + a hosted URLInstalls the grabbit command — after the first run (or npm i -g grabbit.live),
plain grabbit <url> works.
Flat $0.002 per grab. Prepaid credits that never reset or expire monthly.
Test mode (--test) renders free placeholders so you can integrate before paying.
Commands
| Command | What it does |
| --- | --- |
| grabbit <url> | Screenshot a URL → ./<host>.png + hosted URL (1 credit) |
| grabbit login | Browser sign-in (device flow); saves live + test API keys |
| grabbit usage | Credits remaining, plan, 30-day usage (--json) |
| grabbit pricing | Pricing + honest competitor comparison (--json) |
| grabbit mcp | Print hosted-MCP config for Claude Code / Cursor / claude.ai |
| grabbit whoami | Saved keys, team, credits |
| grabbit logout | Remove saved credentials |
Grab options
--test · -o/--out <file> · -f/--full-page · --width <px> · --height <px> ·
--format png|jpeg|webp · --delay <ms> · --selector <css> · --open
For agents
- Plain-text overview: https://grabbit.live/llms.txt
- Machine-readable pricing + competitor comparison: https://api.grabbit.live/v1/pricing
- Hosted MCP server (grab / get_grab / list_grabs / get_usage / get_pricing):
https://mcp.grabbit.live— Bearer API key or OAuth (claude.ai connectors work out of the box)
Config
Credentials live in ~/.grabbit/config.json (chmod 600). Overrides:
GRABBIT_API_URL, GRABBIT_WEB_URL, GRABBIT_CONFIG_DIR.
