SerpAPI alternative — the TutuSoo API

Results straight from an own index — no third-party SERP proxying.

SerpAPI proxies and scrapes third-party search engine result pages. If you would rather not tie retrieval quality and stability to a third-party SERP, TutuSoo returns structured results straight from its own index.

TutuSoo returns JSON with source attribution, only using external search as fallback when the local index is thin, and supports llms.txt — building the retrieval layer on an index you control.

TutuSoo vs SerpAPI

對比項TutuSooSerpAPI
Result sourceOwn index + web fallbackProxy-scrape third-party SERP
Format✅ Uniform structured JSONParse per SERP layout
Stability✅ Immune to SERP changesDepends on third-party pages
CJK tokenizer✅ jiebaDepends on target engine
Source attribution✅ local / brave

主要功能

Own index, direct

Tantivy BM25 index returns results directly, no proxy-scraping of third-party SERPs.

Clean structure

A uniform results array of title / url / snippet / source — no parsing varied SERP layouts.

Stable & compliant

Crawling respects robots.txt + Crawl-delay; an own index is immune to SERP layout changes.

Better Chinese

jieba tokenization gives stronger Chinese recall than whole-phrase handling.

使用步驟

  1. 1
    Get an API key
    Request one, or try the public per-IP tier for free.
  2. 2
    GET /api/v1/search
    One request yields structured results — no HTML SERP parsing.
  3. 3
    Use directly
    Render or feed to a model; source attribution comes along.

常見問題

Does TutuSoo scrape Google results?
No. TutuSoo has its own BM25 index returning results directly, only falling back to external search when local is thin — no third-party SERP proxying.
Is the format consistent?
Yes. Always a results array (title/url/snippet/source) — no adapting to each SERP layout.
How is Chinese search?
Tuned with jieba tokenization for better recall.
Is there a free tier?
Yes, the public per-IP tier lets you try for free.

現在就接入圖圖搜 API

免費額度 · 一行請求即得結構化結果 · 支援 llms.txt