1
0 Comments

How I'm selling a SERP API by giving away an open-source plugin for AI agents

I run TalorData, a SERP API for developers. The classic indie problem: building a good API is the easy part. Getting developers to actually discover it, integrate it, and trust it enough to pay for it — that's the whole game.

The insight

Developers don't search for "SERP API" on a Tuesday afternoon. They search for solutions to a problem they're already having: "my AI agent is giving me stale answers," "my scraper keeps getting blocked," "I need location-filtered search results and I don't want to maintain proxies."

So instead of waiting for them to find me, I went where their agents already live — and I gave away the integration.

The move

I open-sourced a plugin for Hermes Agent (Nous Research's open-source agent) that plugs straight into my API:

- It replaces Hermes's web_search backend with TalorData's Google results

- It adds a talor_google_search tool with the full parameter set (device, location, language, tbm, tbs time filters, pagination, and more)

- One token, native integration, no server to run — and the response is normalized so it doesn't bloat the agent's context

Why open source works for a paid API:

1. It's a live demo. Installing a plugin is more convincing than any landing page. The moment someone runs their first location-filtered search, the product sells itself.

2. It rides existing communities. Agent frameworks have big, active ecosystems (GitHub, Reddit, Discord, Telegram). Shipping native plugins gets you into those conversations without running ads.

3. Free tier = low-risk entry. 500 free API responses on signup is enough to wire a working demo. The first paid step is a natural upsell once the value is obvious.

4. Contributions become product direction. The repo is open — the "Bing / Yandex / DuckDuckGo soon" roadmap literally comes from what users ask for.

What I'd do differently / what I learned

- Ship the plugin before the blog post. The plugin is the proof; the write-up is just the summary.

- Answer real questions on Quora and forums in the format of "here's how to solve your problem," and mention the plugin only where it's genuinely the solution. Indie marketing is about being useful first.

- Track everything. I tag every signup source so I can see which community actually converts.

If you're building an API for developers, the playbook is simple: find where your users already are, build the integration they'd want anyway, and make the first hundred requests free.

Repo: https://github.com/Talordata/talordata-hermes-plugin

Docs: https://docs.talordata.com/serp-api/integration/mcp-integration/hermes-agent-integration

Try it (500 free responses): https://www.talordata.com

posted toAvatar for product TalorData SERP API
TalorData SERP API