Search intent
Extract the sub-queries behind a prompt
ChatGPT Search and other answer engines turn one user prompt into multiple smaller web queries. Paste the prompt and recover those queries so you can write to match them.
Frequently asked questions
- How is this different from the fan-out generator?
- Fan-out emits branches labeled by intent to help you plan content. The extractor focuses on reproducing the actual search queries — closer to what you might see in a browsing tool's trace — so you can use them directly in keyword research.
- Does it call ChatGPT?
- No. The extractor runs a deterministic rule-based decomposition so it always returns the same queries for the same input. That keeps the tool fast, private, and free to use.
- Can I paste full conversations?
- Yes, but expect best results from a single prompt. If you paste a multi-turn transcript, the tool will treat the whole thing as one long prompt.