Settings
Configure your DataForSEO API credentials
API Credentials
Enter your DataForSEO API login and password to enable all features
Environment Setup
How to configure your API credentials for production
Create a .env.local file in your project root with the following variables:
DATAFORSEO_LOGIN=your-email@example.com
DATAFORSEO_PASSWORD=your-api-password
For Vercel Deployment:
- Go to your Vercel project settings
- Navigate to Environment Variables
- Add
DATAFORSEO_LOGINandDATAFORSEO_PASSWORD - Redeploy your application
Need API Credentials?
Sign up for a DataForSEO account to get your API credentials. New accounts receive a $1 free credit to test the API.
Get Started →