Skip to main content

Professional SEO reports for your clients

Generate branded PDF reports automatically by collecting data from Google Search Console, Google Analytics 4, and PageSpeed Insights. Add AI-powered insights with Claude API.

White-label branding
Custom colors and logos
AI-powered insights
Claude API integration
Automated data collection
Google APIs integration

Quick start

Get your first SEO report generated in minutes

1

Sign up and authenticate

Create your account using Google OAuth. Your Google credentials will be used to access Search Console and Analytics data for your clients.
# Authentication happens via NextAuth.js
POST /api/auth/signin/google
2

Connect your first client

Add a client by providing their domain and connecting their Google Search Console and Analytics properties.
curl -X POST https://your-domain.com/api/clients \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Acme Inc",
    "domain": "acme.com",
    "contactEmail": "[email protected]"
  }'
{
  "id": "client_123abc",
  "name": "Acme Inc",
  "domain": "acme.com",
  "googleSearchConsoleConnected": false,
  "googleAnalyticsConnected": false,
  "createdAt": "2024-03-04T12:00:00Z"
}
3

Authorize Google integrations

Connect Search Console and Analytics 4 for the client. This enables automated data collection.Navigate to the client settings and authorize both Google APIs. You’ll need appropriate permissions for the client’s Google account.Learn more in the Google APIs setup guide.
4

Generate your first report

Trigger report generation via the dashboard or API. The system will collect data, generate AI insights, and create a branded PDF.
curl -X POST https://your-domain.com/api/reports \
  -H "Content-Type: application/json" \
  -d '{
    "clientId": "client_123abc",
    "title": "March 2024 SEO Report"
  }'
Reports typically complete in under 3 minutes. You’ll receive a URL to the generated PDF.

Explore by topic

Deep dive into Reportr’s core capabilities

Client management

Manage multiple clients with usage tracking and Google API connections

Report generation

Automated PDF reports with SEO metrics and AI-powered insights

White-label branding

Customize colors, logos, and company names for your agency

Google integrations

Connect Search Console, Analytics 4, and PageSpeed Insights

AI insights

Generate actionable recommendations with Claude API

Subscription plans

Flexible pricing tiers with client and report limits

Ready to get started?

Start generating professional SEO reports for your clients today. Sign up takes less than a minute.