Skip to main content

Get started in three steps

Start extracting data from websites with Scrapengine’s powerful API.

Step 1: Get your API key

1

Sign up for Scrapengine

Visit the Scrapengine dashboard to create your account. You’ll receive a free tier with 100 requests per hour.
2

Copy your API key

Copy your API key from the dashboard and store it securely. You’ll use this in the Authorization header for all API requests.
Keep your API key private and never commit it to version control.

Step 2: Make your first request

Scrape any website and get the HTML content:
curl -X POST "https://api.scrapengine.io/api/v1/scrape" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "render": true}'

Step 3: Explore the APIs

Common use cases

Need help? Check out our API reference or contact support.