Any Website.Any Data.One API.
Paste one script tag. Get a clean REST API from any website's content — instantly. No backend needed, no scrapers, no hassle.
Up and running in 3 steps.
We eliminated the complexity. Integration requires zero backend changes. Simply drop our SDK into your frontend and we handle the data extraction pipeline.
Add your website
Enter your domain and specify the site type. We'll generate a unique script tag for your project instantly.
<script src="...sdk.js?key=pk_..."></script>Paste script tag
Copy-paste the script into your website's <head>. Our SDK automatically detects and syncs your content.
Get your API key
Generate a secure API key and start consuming your data in any tool, platform, or custom application.
{ "contents": [...] }Powerful features.
Zero backend required.
Universal Script SDK
Drop-in script that instantly parses and syncs DOM attributes into structural endpoints without headless browsers.
<script src="https://torziva-sync.site/sdk.js?key=pk_live_...">
</script>AI Detection Engine
Smart heuristics detect products, articles, and listings automatically.
Granular Controls
ON/OFF toggles for which data is exposed via REST.
Zero-Knowledge Security
Keys shown once, bcrypt hashed. End-to-end TLS 1.3.
Real-time Event Logs
Monitor every sync and request with detailed audit trails.
Instant Webhooks
Push realtime updates to your external systems immediately when targeted content changes on your website.
{
"event": "content.updated",
"data": { "id": "itm_123", "price": "$99" }
}Built for every kind of website.
From dynamic e-commerce catalogs to bustling news publications, our API adapts immediately to any data structure.
Storefront Intelligence
Automatically bridge the gap between your inventory and external tools. Perfect for implementing AI-powered virtual try-ons and personal shopper agents.
What gets extracted:
- Product Name
- Price & Currency
- Images & Variants
- Stock Status
Use with:
- Product Chatbots
- Personal Shopper Agents
- Inventory Sync
{
"product": "Nike Air Zoom",
"price": "$129.00",
"in_stock": true
}Ready to visualize?
Experience our live AI Virtual Try-On demo.
Build faster with our SDKs.
1. Install Package
Coming Soon$ npm install @torziva/sync2. Authenticate & Fetch
import { TorzivaClient } from '@torziva/sync';
// Initialize the client
const torziva = new TorzivaClient({
apiKey: process.env.TORZIVA_API_KEY
});
// Fetch synced contents directly
const { data, error } = await torziva.contents.list({
limit: 10,
type: 'product',
filter: { status: 'published' }
});
if (error) console.error(error);
console.log('Synced products:', data);Endpoints for everything.
Authentication
Torziva Sync uses API keys to authenticate requests. You can view and manage your API keys in the Torziva Dashboard.
Authorization: Bearer sk_live_...Endpoints
Interact with your synced data using standard HTTP methods. Built for predictability and speed.
/api/v1/contents/api/v1/contents/:id/api/v1/webhookscurl -X GET "https://api.torziva-sync.site/v1/contents" \\
-H "Authorization: Bearer sk_live_..."
{
"object": "list",
"data": [
{
"id": "cnt_12345",
"object": "content",
"type": "product",
"url": "https://example.com/item",
"attributes": {
"title": "Air Max Plus",
"price": 180.00
}
}
],
"has_more": false
}Bank-grade Security.
Your data extraction and synchronization pipelines are protected by enterprise-tier security standards at every layer.
TLS 1.3 Encryption
All data transmitted between your site and our servers is secured using the latest TLS 1.3 encryption protocols.
Scoped API Keys
Generate keys with granular permissions. Separate production from development for robust access control.
Audit Logs
Maintain complete visibility with immutable audit trails. Track every sync, request, and configuration change.
Simple, transparent pricing.
Start for free, upgrade when you need more power and scale.
Free
Try it out
No credit card required
- 1 project
- 100 content items
- 1,000 API calls/day
- 1 API key
- Auto detection
- Community support
- Webhooks
- Analytics
- Manual selectors
Starter
For small sites
- 3 projects
- 1,000 content items
- 10,000 API calls/day
- 3 API keys
- Auto + Manual detection
- Webhooks (3 endpoints)
- Events log (7 days)
- Email support
Pro
Most popular
- 10 projects
- 10,000 content items
- 100,000 API calls/day
- Unlimited API keys
- Auto + Manual detection
- Unlimited webhooks
- Events log (30 days)
- Full analytics
- Priority support
Enterprise
For agencies
- Unlimited projects
- Unlimited content items
- Unlimited API calls
- Unlimited API keys
- Everything in Pro
- Events log (90 days)
- White-label ready
- Dedicated support + SLA
Frequently Asked Questions
We don't actually scrape. Our script attaches to the DOM and syncs structural data directly to our endpoints, meaning no headless browsers and no IP bans.
No. Torziva acts as your complete data layer. We provide the REST API and webhooks out of the box so you can build frontend-only or integrate with low-code tools.
Yes. Data is transmitted over TLS 1.3, API keys are scoped and hashed, and we do not store sensitive PII unless explicitly configured in your extraction rules.
Yes, the Pro and Enterprise plans include instant webhooks that push changes directly to your endpoints whenever content updates on your site.
Our AI Detection Engine adapts to minor DOM changes automatically. For major structural updates, you can re-map your attributes in the dashboard with one click.
Start syncing your website
in 5 minutes.
Free plan available. No credit card required. No backend knowledge needed.
Joining 2,000+ developers automations every day.