Chatgpt: Search Docs
Chatgpt via Parse · developer_tools
Full-text search across ChatGPT and OpenAI documentation. Returns ranked results with title, URL, section, hierarchy, and content snippets. Results are auto-iterated; each hit is one indexed documentation fragment (a heading or content block). Optional client-side filters narrow results by section, fragment type, hierarchy level, or pathname prefix. Search the full ChatGPT and OpenAI documentation including guides, API references, and cookbooks. Fulfilled by Parse from learn.chatgpt.com.
- chatgpt
- developer-tools
- education
- learn-chatgpt-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/7196313b-3f63-447b-9648-04684885f288/search_docs
- Interface artifact
- sha256:525253d6ae9eb5361011eacfae1a9ec7f8d9d770f103a1606831cb792ef0a0bf
- Manifest digest
- sha256:8cedc7b5ba582166aa064939e71d6e7e73ed6791d35862dc2a1680230cd721a7
Request fields
- type (string): Filter results by fragment type level (e.g. "lvl1", "lvl2", "lvl3").
- query (string, required): Search query text to match against documentation titles and content.
- section (string): Filter results to a specific documentation section (e.g. "chatgpt_docs", "api", "cookbook").
- hits_per_page (integer): Maximum number of results to return per request.
- hierarchy_lvl0 (string): Filter results by the top-level hierarchy category (e.g. "Documentation").
- pathname_prefix (string): Filter results to entries whose pathname starts with the given prefix (e.g. "/docs/prompting").
Example queries
- {"type":"lvl1","query":"prompting","section":"chatgpt_docs","hits_per_page":"10","hierarchy_lvl0":"Documentation","pathname_prefix":"/docs"}