Query Here

API Reference

Query Here exposes a structured search endpoint for finding actionable websites, APIs, CLIs, SDKs, MCP servers, and docs.

Endpoint

POST https://api.queryhere.com/v1/search

Request

{
  "query": "browser automation MCP server",
  "mode": "hybrid",
  "limit": 10
}

mode can be hybrid, catalog_only, or live_only.limit must be between 1 and 50.

Authentication

Send your API key with x-api-key or Authorization: Bearer.

Response fields

  • access_modes: API, MCP, CLI, SDK, docs, browser flow, login, payment, or unknown labels.
  • evidence_links: provider or documentation URLs that support the result.
  • agent_next_step: suggested next action for the agent or operator.
  • confidence and source_origin: trust and provenance signals.