← Catalog

web.search

coming soon

Semantic or keyword web search returning sources an agent can cite.

Providers

ProviderPrice*Mode
Exa $0.007 platform prepaid · planned
Tavily $0.008 platform prepaid · planned
Brave Search $0.005 platform prepaid · planned

Billing

Unit: per_search · unmatched results billed: no

*Placeholder development pricing.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "web.search",
    "input": { "query": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "limit": {
      "type": "integer"
    },
    "query": {
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}

Normalized output fields

query · results