All sites
Data API
ChatGPT Data API
Structured answers and shared-conversation data from ChatGPT.
4endpointsCloudflare · turnstile · Rate Limit handled for you
ChatGPT Data API
Extract answers and shared conversations from ChatGPT as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/chatgpt/{action}Key Features
Structured JSON
Clean, normalized records for answers and shared conversations. No HTML parsing on your side.
4 endpoints
Across 2 categories, all under one base path.
Anti-bot handled
Cloudflare, turnstile, Rate Limit cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
countrydefault usPagination
These endpoints return a single result set (no pagination needed).
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/chatgpt/ask",
json={
"clientKey": "capzy_your_key_here",
"params": {
"prompt": "What is the capital of France?"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/chatgpt/askAsk | Chat | 1 credit / run |
/v1/data/chatgpt/brand-visibilityBrand Visibility | Chat | 1 credit / run |
/v1/data/chatgpt/healthHealth | Reference | 1 credit / run |
/v1/data/chatgpt/modelsList Models | Reference | 1 credit / run |