Everything you need to know about using Shots by Scrappy
Sign up for a free Scrappy account to get started
Visit our registration page and create your account. You'll get 100 free screenshots to test our service.
Create AccountCreate your first API key to authenticate requests
Navigate to the API Keys section in your dashboard and generate your first API key. Give it a descriptive name like "Production API" or "Development API".
Manage API KeysCapture your first screenshot using our API
Use the following example to capture your first screenshot:
curl -X POST https://shots.scrappy.services/v1/screenshot \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
Access and manage your captured screenshots
All your screenshots are automatically saved and can be viewed in the Screenshots section of your dashboard.
View Screenshots