All servicesDocsOpenAPI
Service
Parallel
search3 endpoints
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
POST/api/extract10000 USDC
POST
/api/extractExtract content from a web page.
POST JSON body with URL. Returns extracted page content.
{
"body": {
"url": "string (required)"
}
}POST/api/search10000 USDC
POST
/api/searchSearch the web.
POST JSON body with search query. Returns web search results.
{
"body": {
"query": "string (required)"
}
}POST/api/task100000 USDC
POST
/api/taskRun 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)"
}
}