TanStack

TanStack + SerpApi Partnership

by Tanner Linsley on Feb 24, 2026.

TanStack + SerpApi

Sometimes the data your app needs is out on the web. A research tool might need search results, a dashboard might track where a page appears, or an agent might need sources it can return to a user.

SerpApi is supporting TanStack as a partner and provides a way to retrieve those results as structured JSON. It handles the search engine requests and parsing, including location-specific searches, so your application can work with fields instead of maintaining its own HTML scraper.

In a TanStack Start app, that request belongs in server code. Keep the API key there, call SerpApi, and return the results your interface needs. From there you can build a results page, add filters, or make search available as a tool for an AI workflow.

The JavaScript integration guide is a good starting point. For tools that connect through MCP, there's also an MCP integration.

Thanks to SerpApi for helping support the open-source work behind TanStack!