Help Center

Everything you need to know about using Shots by Scrappy

Getting Started Guide
Follow these steps to start capturing screenshots
1

Create Your Account

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 Account
2

Generate API Key

Create 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 Keys
3

Make Your First Request

Capture 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"}'
4

View Your Screenshots

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