Home/Models/ChatGPT
POST /v1/monitor/chatgpt

ChatGPT Scraper API

Real ChatGPT interface responses, returned as structured JSON.

The ChatGPT you test by hand is not the ChatGPT your customers see. Responses vary by region, session and time. llmdata runs your prompts against the real ChatGPT web interface — including its live web search — and returns the full answer, the sources it cited, the search queries it ran, and the entities it mentioned, all as parsed JSON. No browser farms, no selectors to maintain.

Try 500 credits free →
Example request
curl -X POST https://api.llmdata.dev/v1/monitor/chatgpt \
  -H "Authorization: Bearer $LLMDATA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "best project management tools for agencies",
    "country": "US",
    "include": { "markdown": true, "sources": true }
  }'
Response
{
  "success": true,
  "result": {
    "text": "For agencies, the most recommended tools are...",
    "markdown": "For agencies, the most recommended tools are...",
    "sources": [
      { "title": "...", "url": "https://...", "position": 1 }
    ],
    "searchQueries": ["best agency project management 2026"],
    "entities": ["Asana", "Monday.com", "ClickUp"]
  }
}

What you get in every response

text / markdown / html

The full answer in the format you need.

sources

Every cited link with title, URL and position.

searchQueries

The web searches ChatGPT ran to build the answer.

entities

Brands and products mentioned in the response.

shoppingCards

Product cards when ChatGPT returns shopping results.

What teams build with the ChatGPT endpoint

Brand visibility tracking

Run your target prompts daily and diff which brands ChatGPT recommends, so you know when you appear — and when a competitor replaces you.

Citation monitoring

See exactly which URLs ChatGPT cites for the queries you care about, and target those pages and publications in your content strategy.

AI SEO tooling

Building a GEO / AI-visibility product? Use one endpoint instead of maintaining your own headless-browser fleet against a moving interface.

ChatGPT scraping FAQ

Does this use the OpenAI API?

No. The OpenAI API and the ChatGPT web product give different answers — the web product uses live search, different models and different system prompts. llmdata captures what real users actually see in the ChatGPT interface.

Can I choose the country?

Yes. Pass a country code and the prompt runs from that region, so you can track how answers differ across markets.

How fresh are the responses?

Every request is executed live at call time — nothing is served from a cache unless you ask for it.

Try the best SEO and AI SEO scraper

Monitor your brand and your competitors, at global scale and with the best performance.

No credit card required.