
Today we're releasing the Trend Seeker Public API - a RESTful API that gives developers direct access to our database of validated business ideas, market signals, and trend data.
Whether you're building a startup research tool, a newsletter that curates business opportunities, or an internal dashboard for your team - you can now pull real-time data from our pipeline programmatically.
The API exposes the same data that powers trend-seeker.app:
The API is available to everyone, with the same free/pro split as our website:
The simplest way to try it:
curl "https://api.trend-seeker.app/v1/ideas?limit=5"
That returns the top 5 business ideas with basic fields. No authentication needed.
For full access, generate an API key from your account settings and pass it as a Bearer token:
curl "https://api.trend-seeker.app/v1/ideas?limit=10&categories=saas" \
-H "Authorization: Bearer tskr_your_api_key"
Full documentation with response examples, parameter details, and error codes is available at the API docs page.
The API is a standalone Rust service running on our k3s cluster, separate from the main backend. Rate limiting is handled via Redis with a sliding window counter. API keys are SHA-256 hashed at rest - we never store plaintext keys.
The service connects to the same PostgreSQL database as our main app, so data is always up to date. New ideas appear in the API as soon as they're processed by our pipeline.
Some ideas for what you could do with this data:
If you build something interesting with the API, we'd love to hear about it.
Check out the full API documentation to get started, or browse business ideas on the site to see the kind of data available.
Explore validated business ideas backed by real user demand.
Browse Business Ideas