API keys
| Label | Created | Last used | Status | |
|---|---|---|---|---|
| website scraper | 2026-04-24T11:54:35+00:00 | 2026-04-24T15:37:26+00:00 | active | |
| website scraper | 2026-04-24T11:53:38+00:00 | never | active |
Using the API
Include your key as a Bearer token:
curl -X POST http://localhost:5000/api/v1/scrape \
-H "Authorization: Bearer YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com","mode":"full","product_limit":100}'
Modes:
full— pages, products, images, and a Claude-generated business summary.images_only— collects image URLs only. Fast; no products or summary.