Welcome to the GrowEasy API
The GrowEasy API allows you to programmatically start scrapes, check status, manage credits, and find/verify emails. Build custom integrations and automate your lead generation workflows.Start Scrape
Start a new scrape with filters
Check Status
Get the status of a scrape job
Find Email
Find business emails for leads
Verify Email
Verify email deliverability
Authentication
All API endpoints require authentication using Bearer tokens. Include your API key in the Authorization header:Base URL
All API requests should be made to:Rate Limits
- Starter plan: 60 requests per minute
- Pro plan: 300 requests per minute
- Enterprise: Custom limits
Response Format
All responses are returned in JSON format:Error Handling
Errors follow a consistent format:Common Error Codes
| Code | Description |
|---|---|
INVALID_REQUEST | The request body is malformed or missing required fields |
UNAUTHORIZED | Invalid or missing API key |
INSUFFICIENT_CREDITS | Not enough credits to complete the operation |
NOT_FOUND | The requested resource was not found |
RATE_LIMIT_EXCEEDED | Too many requests, slow down |