# Product Hunt Data API (https://www.socialcrawl.dev/platforms/producthunt) > Access Product Hunt data through 1 API endpoints. Profiles, posts, comments, search, and more. One unified schema. Free trial. TL;DR: SocialCrawl's Product Hunt API exposes 1 endpoints, 1 credit per call, all returning one unified JSON schema with computed fields such as engagement rate, language and content category. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Launches | GET | `/v1/producthunt/launches` | 1 | List current Product Hunt launches | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/producthunt/launches" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing