Nostimates

Documentation

Nostimates API

The Nostimates API — the same data behind the dashboard, read-only, for teams that want it in their own systems. Submit prompts, pick surfaces and markets, and read back who was cited and mentioned with a 95% interval on every rate. Everything is collected from the real interfaces — never from provider APIs.

curl -X POST https://api.nostimates.com/v1/runs \
  -H "Authorization: Bearer $NOSTIMATES_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "best CRM for B2B sales",
    "surfaces": ["google_ai_overviews", "chatgpt", "perplexity"],
    "country": "US",
    "language": "en",
    "samples": 10,
    "webhook_url": "https://your-app.example.com/hooks/nostimates"
  }'
Base URL https://api.nostimates.com — all endpoints are versioned under /v1.

Getting started

Core concepts

API reference

Operations