Unbuilt API
Programmatic access to real-time market gap intelligence. Get complaints, opportunity gaps, and trend data via simple REST endpoints, powered by 10,000+ signals scraped hourly.
Base URL: https://us-central1-what2buildnext.cloudfunctions.net/api/api/v1
Quick Start
Get a Free API Key
Enter your email to receive a key instantly. Free tier: 100 requests/day.
x-api-key header on every request.
Rate limit info is returned in X-RateLimit-Limit, X-RateLimit-Remaining,
and X-RateLimit-Reset response headers.
Pricing Tiers
Free
- 100 requests / day
- /dashboard endpoint
- /usage and /account endpoints
- Community support
Pro
- 1,000 requests / day
- All Free endpoints
- /gaps with category filters
- /complaints with category filters
- Email support
Enterprise
- 10,000 requests / day
- All Pro endpoints
- /trends with historical snapshots
- Priority support
Endpoints
Create a free account and receive an API key. Send {"email": "you@example.com"} as JSON body.
Redirects to Stripe Checkout for the selected tier. Optionally pass &email= and &api_key= to link to an existing account.
Returns the full dashboard: complaints, gaps, bets, feed, brief, and metadata. Cached for 5 minutes.
Returns opportunity gaps, optionally filtered by category (e.g., Finance, Health & Fitness).
Returns aggregated complaints, optionally filtered by category.
Returns hourly dashboard snapshots for the last N days (max 30). Shows how gaps and complaints evolve over time.
Returns your API usage for today: request count, daily limit, remaining quota, and per-endpoint breakdown.
Returns your account info (email, tier, status) and a Stripe billing portal link to manage your subscription.