🇮🇱 CETWS Data Oracle

Israeli Government Data Intelligence for AI Agents
The first and only AI-accessible oracle for Israeli government data. Get instant, verified insights on salaries, real estate, legal precedents, and economic indicators - all backed by official sources and cryptographically signed.

Our Services

💼

Salary Intelligence

$0.25/query

Comprehensive salary data from Israeli government sources. Get average, median, and range by job title, sector, and region.

Use Cases:
  • HR salary benchmarking
  • Job offer negotiations
  • Recruitment platforms
  • Career planning
🏠

Real Estate Analytics

$0.15/query

Property transaction data and market trends from the Israeli Land Registry. Actual sale prices and neighborhood analytics.

Use Cases:
  • Property valuation
  • Investment analysis
  • Market research
  • Mortgage calculators
⚖️

Legal Precedents

$0.20/query

Court decisions and legal precedents from the Israeli court system. AI-powered search with blockchain verification.

Use Cases:
  • Legal research
  • Case preparation
  • Contract analysis
  • Compliance checking
📊

Economic Indicators

$0.12/query

Real-time economic data from the Central Bureau of Statistics. Inflation, employment, GDP, and sector metrics.

Use Cases:
  • Trading algorithms
  • Economic forecasting
  • Budget planning
  • Risk assessment

Why CETWS Data Oracle?

🇮🇱

Israeli Market Expertise

Only source for Israeli government data accessible to AI agents

🔐

Blockchain Verified

Every insight cryptographically signed for authenticity

Lightning Fast

Sub-second response time for all queries

📚

200,000+ Datasets

Comprehensive coverage of Israeli government data

💰

Pay-Per-Use

No subscriptions, only pay for what you use

🤖

Built for Agents

Designed for Agent-to-Agent commerce

Pricing Plans

Developer

$0/month
  • 100 queries/month
  • All endpoints
  • Community support
  • Display "Powered by CETWS" badge
Get Started

Enterprise

Custom
  • Unlimited queries
  • White-label API
  • Custom datasets
  • Dedicated account manager
  • On-premise option
  • 24/7 support
Contact Sales

Simple API Integration

# Get salary intelligence in 3 lines

import requests

response = requests.post(
    "https://api.cetws.bot/api/v1/insight/salary",
    json={"job_title": "Software Engineer"},
    headers={"X-Payment-Signature": your_payment_sig}
)

data = response.json()
print(f"Average: {data['insight']}")

# Output:
# Average: ₪18,500/month
# Median: ₪17,200/month
# Range: ₪8,000-35,000/month
View Documentation Explore API