Product Hunt Daily Launch Scraper
Pricing
Pay per usage
Go to Apify Store
Product Hunt Daily Launch Scraper
Scrape daily launched products from Product Hunt with clean, normalized output for marketing, lead generation, competitor tracking, and startup discovery.
This actor scrapes daily launched products from Product Hunt with clean, normalized output perfect for marketing, lead generation, competitor tracking, and startup discovery.
Key Features
- Daily Launch Scraping: Get today's, yesterday's, or any custom date's Product Hunt launches
- Smart Filtering: Filter by categories, keywords, minimum upvotes, and more
- Deduplication: Automatic duplicate detection and incremental monitoring
- Maker Information: Optional extraction of maker profiles and social links
- Webhook Integration: Real-time notifications for new launches
- Clean Output: Normalized, structured data ready for analysis
Input Schema
The actor accepts the following input parameters:
mode: "today" (default), "yesterday", or "date"date: ISO date when mode="date"categories: Array of categories to filter byexcludeKeywords: Array of keywords to excludeminUpvotes: Minimum upvotes threshold (default: 0)maxProducts: Maximum products to scrape (default: 100)maxPages: Maximum pages to fetch (default: 5)outputMode: "products" or "products_with_makers" (default: "products")notifyOnlyNew: Only webhook new products (default: true)webhookUrl: URL for webhook notificationswebhookSecret: Secret for webhook authenticationuseProxy: Use Apify proxy (default: false)maxConcurrency: Concurrent requests (default: 5)requestRetries: Retry failed requests (default: 3)timeoutSecs: Request timeout in seconds (default: 30)
Output Schema
Each product record includes:
source: "product_hunt"productId: Unique Product Hunt identifiername: Product nametagline: Product taglineproductUrl: Product Hunt URLwebsiteUrl: External website URLlaunchDate: ISO date of launchupvotes: Number of upvotescommentsCount: Number of commentsrank: Position in daily rankingscrapedAt: Timestamp when scrapedhash: MD5 hash for deduplicationdescription: Full product descriptioncategories: Product categories arraytopics: Product topics arraythumbnailUrl: Product thumbnail imageisAI: Boolean flag for AI productspricingType: "free", "freemium", "paid", or "unknown"makers: Array of maker objectsraw: Raw response data
Usage Examples
Today's launches
{"mode": "today","maxProducts": 50}
AI launches with traction
{"mode": "today","categories": ["AI"],"minUpvotes": 50}
Daily monitor with webhook
{"mode": "today","notifyOnlyNew": true,"webhookUrl": "https://yourapp.com/ph-hook"}