Ecosystem/Parallel

Parallel

Tempo
Search4 endpointsFrom $0.010 /req

AI-powered web research agent. Deep search with structured results, page content extraction, and autonomous multi-step research tasks that visit multiple sources and synthesize findings.

View documentation

When should an agent use this?

Use Parallel when your agent needs real-time web information — searching for current events, extracting clean content from URLs, or running autonomous multi-hop research that visits and cross-references multiple pages. Ideal for research agents, news monitors, competitive analysis, and any workflow that needs fresh web data.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (3)

Search the web and get structured results with sources and snippets.

Path/services/parallel/api/search
MethodPOST
Price$0.010 per request

Parameters

NameTypeRequiredDescription
querystringYesThe search query to run against the web

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/parallel/api/search" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "latest developments in AI agents"
}'

Free (1)

IndieGent Endpoint

api.indiegent.com/services/parallel

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli