All services

Service

Parallel

search3 endpoints
Docs

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

mpp

tempo

Methods

3 methods available

OpenAPI
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)"
  }
}