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.
Partner Program
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/clientnpm install @seoreport/client. Call createPreview(url) when a product is submitted. We run the audit. You do nothing.
Overall score, SEO band, and domain breakdown render in under 10 seconds. Users know exactly what needs fixing before they even pay.
Offer the full advanced report through your own checkout. White-label PDF. Your brand. Your margin. We stay invisible.
Five lines of code. No infrastructure to manage.
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
}Here's how the partnership works:
Get your free API key and start integrating in under 10 minutes.