Search the web from your own fresh index
Blopus is a fast web-search API built on our own independent, continuously crawled index — not a Google or Bing reseller, and not a scraper hitting sites on demand. You query one clean API and get ranked, structured results with fresh timestamps.
Watch · 2 min
Blopus in two minutes
What the API does, what it costs, and what makes the index different.
Two primitives#
Everything Blopus does is expressed through two endpoints. Compose them however your agent or app needs.
search
Rank fresh web pages for a query, with freshness windows, domain scoping, date ranges, and language filters. Returns titles, URLs, snippets and a relevance score.
POST /v1/search →fetch
Pull the stored, cleaned content for a URL — one at a time, or up to 50 URLs in a single batch request. Reads our index, not a live crawl.
POST /v1/fetch →Capabilities at a glance#
Two tools, serious controls. Everything below is live in the deployed API — see Search and Fetch for full details.
pd · pw · pm · p3m · p1y · allstart_date / end_datescore 0–1offset + more_results flaginclude_excerpt up to 1200 charsen, pt-brThree ways to call it#
REST
Plain HTTPS + JSON at api.blopus.ai. Works from any language.
MCP
Streamable-HTTP Model Context Protocol server for Claude, Cursor, Cline & more.
SDKs
First-party Python & TypeScript clients, with framework adapters on the way.
Base URLs#
| Surface | Base URL | Notes |
|---|---|---|
| REST API | https://api.blopus.ai | JSON over HTTPS |
| MCP server | https://mcp.blopus.ai/mcp/ | streamable-HTTP transport |
| Dashboard | https://blopus.ai/app | Create & manage API keys |
New here? Jump to the Quickstart to make your first search in under a minute.