apihub_search
Read-only. Searches onboarded APIHub services by free-text query, with optional category, price, and type filters. Returns up to 10 matches ranked by uptime and endpoint count, each with slug, description, endpoints array, min price in microdollars, provider name, and quality score. No authentication required. Use this when you need to find an API by capability; use apihub_list_services to browse without a query, apihub_search_external to include the external x402 catalog, or apihub_get_service when you already know a slug. Does not call any upstream API or debit credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional filter. 'api' = standard REST APIs, 'content' = content gateways that proxy a fixed upstream URL. | |
| query | Yes | Required free-text query matched against service name and description (case-insensitive substring match). Use 1-3 keywords describing the capability you want, e.g. 'weather' or 'stock price'. | |
| category | No | Optional exact-match filter. Valid values: ai, data, search, finance, media, infra, communication, content, travel. | |
| max_price_microdollars | No | Optional upper bound on price per request in microdollars (1 USD = 1,000,000 microdollars, so 10000 = $0.01). Services whose cheapest endpoint exceeds this are excluded. |