Call ChatGPT.com using web search tool to get real-time responses and information.
Use ChatGPT's web interface to search for information and get responses. This agent
interacts with ChatGPT's web interface and retrieve answers
to queries in real-time.
This agent can help you:
- Get answers to questions from ChatGPT's web interface
- Access ChatGPT's knowledge and capabilities through web scraping
- Get location-specific results by specifying a country code
Playground
Your organization, project and token stay in this browser's local storage and are sent
straight to the API — this page never sees them.
POST
item
query
requiredThe search query to send to ChatGPT
config
country
ISO 3166-1 alpha-2 country code for location-based results (e.g., 'US', 'FR')
Billing
Fixed cost per prompt requested, plus one AI assistant answer (snapshot) per prompt, billed when the prompt is submitted. Collecting the finished results adds nothing.
These usage SKUs can be charged on a call.
SKU
Credits
Description
Tool call
1 per request
Charged once per successful item, on top of any usage below.
AI assistant answers (snapshot)
15 per 10 prompt
An assistant answer read from a pre-collected dataset rather than asked fresh.
Schemas
item is what you send, config how the tool behaves,
and the response is what you get back.
Item
object
Properties
querystringrequired
The search query to send to ChatGPT
min length 1
Example
{
"query": "string"
}
Configuration
object
Properties
countrystring
ISO 3166-1 alpha-2 country code for location-based results (e.g., 'US', 'FR')
Default: ""
Example
{
"country": ""
}
Response
object
Unified output item for ChatGPT web search agents.
Free-form merchant label as reported by the scraper (e.g. 'Dunelm + others'). Used to render a fallback merchant name when no direct seller URL is available.