NeuronFeed Public API
Read-only JSON endpoints for the same data that powers neuronfeed.com. Free to use, no key required. Please credit NeuronFeed if you build something with it.
Rate limits
60 requests per minute per IP. Exceeding the limit returns 429 with a Retry-After header.
Each response includes X-RateLimit-Limit and X-RateLimit-Remaining headers.
GET /api/v1/startups
Paginated list of published startups.
Query params
limit— 1..100 (default 20)offset— 0+ (default 0)category— category slug, e.g.ai-writingcountry— ISO-2 code, e.g.USpricing—free | freemium | paid | enterprise | open-sourcesort—score(default),funding,recent
Example
curl https://neuronfeed.com/api/v1/startups?category=ai-writing&limit=5 GET /api/v1/startups/:slug
Full startup profile — funding rounds, categories, tags, active deals.
curl https://neuronfeed.com/api/v1/startups/openai GET /api/v1/deals
Active deals across the directory.
Query params
limit— 1..100 (default 50)offset— 0+active—1(default) or0to include expired
curl https://neuronfeed.com/api/v1/deals?limit=10 Need more?
Webhooks, bulk exports, GraphQL, and write access are on the roadmap. Email us if you have a use case.