AnswerLine Sign in Start free

ChatGPT

ChatGPT query fan-out

The web searches ChatGPT ran behind an answer — the keywords feeding its response.

ChatGPT answers are often backed by live web searches. `searchQueries` returns exactly what it searched, which turns 'why did it cite that page' into an answerable question — and maps prompts back to the keywords that feed them.

Returned in result

Field
searchQueries

Request

curl -X POST "https://api.answerline.dev/v1/monitor/chatgpt" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"What are the best running shoes for flat feet?","country":"US","include":{"markdown":true,"searchQueries":true}}'

More ChatGPT data

All ChatGPT fields · API reference