Product Hunt
Extract data from Product Hunt
Extract data from Product Hunt.
Base URL: /v1/producthunt/...
Getting Started
2. Fetch their content
curl "https://www.socialcrawl.dev/v1/producthunt/launches" \
-H "x-api-key: YOUR_API_KEY"3. Read computed fields
When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics. Where an endpoint supports them, list rows also carry judged labels (computed.labels, computed.relevance) by default at no extra credits; see Labels.
Endpoints
1 endpoint available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| List current Product Hunt launches | /v1/producthunt/launches | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
