Build with
Review Data
Access verified review intelligence directly in your apps. Use our robust API or the official SDK to integrate cross-platform feedback.
npm install proofio-sdkimport { Proofio } from 'proofio-sdk';
const proofio = new Proofio({
apiKey: 'your_secret_key'
});
// Get global review summary
const insights = await proofio.insights.get();
console.log(insights.averageRating);Integration Options
Choose the way you want to work with our data.
REST API
Our standard REST API allows you to pull review data, trends, and aggregates into any environment. Perfect for custom dashboards, internal tools, or data pipelines.
- JSON Response Format
- Bearer Token Auth
- Rate-limited for stability
Official SDK
The fastest way to get started. Our TypeScript-first SDK provides full type safety, auto-completion, and simplified methods for all common operations.
- Full TypeScript Support
- Zero dependencies
- Optimized for performance
Examples & Integrations
Find ready-to-use code for every major language and framework — maintained openly on GitHub.
proofio-integrations
Official examples for JavaScript, TypeScript, React, Next.js, Python, PHP, Ruby, and embeddable widgets for HTML, Shopify, and WordPress.
proofio-sdk
The official TypeScript SDK on npm. Full type safety, zero dependencies, automatic retries, and support for all public API endpoints.
Proofio-LLC on GitHub
Browse all public repositories, report issues, follow releases, and contribute to the Proofio open-source ecosystem.
Enterprise-Grade Security
All requests are authenticated via secure API keys. We use TLS 1.3 for all data in transit and follow industry best practices for data isolation and security.