Access weekly Series A predictions for Product Hunt launches.
External API requests require an API key passed via the x-api-key header. To request a key, email benchmark@vela.partners.
Returns scored and filtered featured Product Hunt launches, ranked by predicted Series A probability. Only launches verified as not having raised Series A are included.
| Parameter | Type | Description |
|---|---|---|
| days | int | Look back N days from now. Default: 7 |
| week | string | Monday date in YYYY-MM-DD format. Returns Mon-Sun of that week. |
| Field | Description |
|---|---|
| id | Product Hunt post ID |
| name | Product name |
| slug | PH URL slug |
| tagline | One-line product description |
| votes_count | Total upvotes on launch day |
| comments_count | Total comments |
| daily_rank | Rank on Product Hunt for that day (null if unranked) |
| weekly_rank | Rank for the week |
| topics | Pipe-separated category tags |
| score | Model probability of Series A within 18 months (0-1) |
| above_baseline | Whether score exceeds the 0.78% base rate |
| funding_status | not_funded (verified via Gemini + Google Search) |
| created_at | Launch timestamp (ISO 8601) |
| website_domain | Resolved company domain |
No hard rate limits currently enforced. Please be reasonable -- the data updates once per week. Usage is tracked per API key.
Predictions are generated by the PHBench champion model (Top-3 ensemble) trained on 67,292 featured Product Hunt launches from 2019-2025, with 528 verified Series A outcomes from Crunchbase. The model uses 68 engineered features from public launch signals. On held-out test data, it achieves 4.7x lift over random. See the paper for details.