$ man research-brief
/research-brief
PRICE / CALL
$0.10
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
uncategorized
STATUS
● live
NAME
research-brief — builds a structured research brief on a company, person, product, or topic as fixed-shape json: overview, key_facts, recent_news (with da…
SYNOPSIS
POST https://x402.agentutility.ai/research-brief
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Builds a structured research brief on a company, person, product, or topic as fixed-shape JSON: overview, key_facts, recent_news (with date hints), all with source-index citations. Combines Decodo Google SERP + parallel cheerio scrape (up to 8 sources) + Morpheus llama-3.3-70b with json_schema response_format. Use it for company briefs, entity profiles, topic briefs, sales-prep dossiers, due-diligence summaries, competitive intel, or agent-readable research.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| entity_or_topic | string | Entity (company, person, product) or topic. 1-200 chars. | required |
| focus | string | Optional focus area, e.g. 'recent funding rounds'. | optional |
| max_sources | number | Max sources. Default 3, max 3. | optional |
| language | string | Two-letter language code. Default 'en'. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| entity_or_topic | string | — |
| overview | string | — |
| key_facts | string | — |
| recent_news | string | — |
| sources | string | — |
| model | string | — |
| scraped_count | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/research-brief \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster npx -y @agentutility/mcp-<cluster> # Required: EVM private key with USDC on Base export X402_PRIVATE_KEY=0x... # Then call the research-brief tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- web-proberesearchbriefresearch-brief
- methods
- POST
- cluster
- webprobe
- price
- $0.10 USDC per call
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| brand-name-generator | Generates brand name candidates and returns ranked names, slugs, rationale, checked TLDs, and availability counts. | $0.05 |
| business-name-generator | Generates business name ideas: brainstorms short brandable candidates for a concept, checks TLD availability, and ranks by available doma… | $0.05 |
| domain-name-generator | Generates domain name ideas: brainstorms domain-friendly names from a concept and checks RDAP availability across allowed TLDs. | $0.05 |
| domain-suggest | Suggests short brandable domain candidates for a concept and verifies which are actually available. | $0.05 |
| startup-name-generator | Generates candidate names for a startup concept and checks matching domain availability across common startup TLDs. | $0.05 |
| answer-web | Answers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs. | $0.04 |
| arxiv-summarize | arXiv paper summarizer / research-paper TLDR. | $0.04 |
| rss-from-anything | RSS feed generator / HTML to RSS converter. | $0.04 |
SEE ALSO