How it works
Returns a multi-paragraph research blob ready to feed into generate_concepts_from_research. Use when you want to inspect (or modify) the research before generating concepts. Costs research credits, not a generation credit.
Inputs
Name
Type
Required
Description
url
string
required
Website URL to research.
customSystemPrompt
string
optional
Override the default research system prompt.
customUserPrompt
string
optional
Override the user prompt. Use {URL} placeholder.
Returns
{ research: string, url: string }Examples
Research a client URL before generating
Agent runs research, shows it to the user for tweaking, then passes it to generate_concepts_from_research.
{
"url": "https://sellwithcrump.com"
}Related tools
scan_brand_from_urlExtract brand identity from a URL
Fetch a website, extract colors / fonts / logo / favicon / industry / voice / aesthetic. Does not auto-create the brand.
generate_concepts_from_researchGenerate ad concepts from existing research
Skip the research step — pass research text directly. Useful when you've already called research_url or have your own context.