All capabilities

Capability / search

Parallel

Web search, page content extraction, and multi-hop web research tasks. Get search results, extract page content, or run complex research workflows.

Service documentation

Payment protocol

mpp

01
tempo

What your agent can do

3 available endpoints

API reference
POST/api/extract
10000 USDC

Extract content from a web page.

POST JSON body with URL. Returns extracted page content.

{
  "body": {
    "url": "string (required)"
  }
}
POST/api/search
10000 USDC

Search the web.

POST JSON body with search query. Returns web search results.

{
  "body": {
    "query": "string (required)"
  }
}
POST/api/task
100000 USDC

Run a multi-hop web research task.

POST JSON body with research query. Performs multi-step web research and returns comprehensive results.

{
  "body": {
    "query": "string (required)"
  }
}