Skip to content
All sites
Data API

ChatGPT Data API

Structured answers and shared-conversation data from ChatGPT.

4endpointsCloudflare · turnstile · Rate Limit handled for you
chatgpt.comGET/chatgpt/askGET/chatgpt/brand…GET/chatgpt/health{ } JSON

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 us

Pagination

These endpoints return a single result set (no pagination needed).

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/chatgpt/askAskChat1 credit / run
/v1/data/chatgpt/brand-visibilityBrand VisibilityChat1 credit / run
/v1/data/chatgpt/healthHealthReference1 credit / run
/v1/data/chatgpt/modelsList ModelsReference1 credit / run