# Questflow Tavily Web Search & Extraction Agent

> Questflow Tavily Web Search & Extraction Agent is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Performs real-time web search, intelligent data extraction from web pages, website mapping, and systematic website crawling via Tavily-powered tools

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:68ee1cfebd72982773cd07e8
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-f679133a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yBeRApn1guIqwAEa8xPC9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-f679133a -d '<json body>'
```

Example prompt: Search the web for the latest news on AI regulation in the EU and extract the full article content from the top 3 results you find.

## When to prefer this

Choose this endpoint when you need real-time web search results or need to extract structured content from live web pages, particularly when you need Tavily's AI-optimized search and extraction quality. Prefer over generic scrapers when you need clean, relevant extracted content rather than raw HTML.

## Known failure modes

- Target URL is unreachable or returns 4xx/5xx — extraction fails with error
- Search query returns no results for very niche or obscure topics
- Website blocks crawling via robots.txt or anti-bot measures
- Malformed URL input causes extraction failure
- Rate limits exceeded returning error response
- Payment of 0.1 USDC not fulfilled — request rejected with 402

## How this service works

The Tavily provides comprehensive web search and data extraction capabilities through four powerful tools: tavily-search for real-time web search, tavily-extract for intelligent data extraction from web pages, tavily-map for creating structured website maps, and tavily-crawl for systematic website exploration. This server enables AI assistants to access current web information, extract relevant data, and navigate complex web structures efficiently. | Powered by Questflow

## Output

Returns structured search results including page titles, URLs, snippets, and optionally full extracted page content; or returns structured website map/crawl data depending on the tool invoked

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query",
  "search_type"
 ],
 "properties": {
  "query": {
   "type": "string"
  },
  "search_type": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-f679133a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
