Partner Program

Turn Every Product Launch Into a
Revenue Opportunity

Plug comprehensive AI SEO audits into your platform in minutes. Your users get instant value. You keep the margin on every upgrade.

npm install @seoreport/client

How it works

Drop in one line of code

npm install @seoreport/client. Call createPreview(url) when a product is submitted. We run the audit. You do nothing.

Users see their score instantly

Overall score, SEO band, and domain breakdown render in under 10 seconds. Users know exactly what needs fixing before they even pay.

You set the price. You keep the revenue.

Offer the full advanced report through your own checkout. White-label PDF. Your brand. Your margin. We stay invisible.

Integration example

Five lines of code. No infrastructure to manage.

TypeScript
import { SEOReportClient } from "@seoreport/client";

const client = new SEOReportClient({
  apiKey: process.env.SEOREPORT_API_KEY,
});

// When a user submits a product, run a free preview instantly
async function onProductSubmit(url: string) {
  const preview = await client.createPreview(url);
  return {
    score: preview.preview.score.overall,
    band: preview.preview.score.band,
    breakdown: preview.preview.score.domainScores,
  };
}

// Sell the full advanced report through your own checkout
async function unlockForUser(jobId: string) {
  const report = await client.pollReport(jobId);
  return report; // white-label PDF + full findings
}

Partner terms

Here's how the partnership works:

  • Free score previews are included with your plan. Display them to your users as a value-add.
  • You sell advanced reports through your own checkout at your own price. You keep the margin.
  • White-label PDFs are available on Pro and Agency plans. Your brand, our engine.
  • Previews and reports are rate-limited per API key based on your plan allowance.
  • You may not scrape, cache, or resell raw report findings outside of the paid unlock flow.

Ready to turn launches into revenue?

Get your free API key and start integrating in under 10 minutes.