Product Hunt Daily Launches Scraper
Product Hunt Daily Launches Scraper — a Python client for the Apify Actor. Pull Product Hunt Daily Launches data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/product-hunt-daily-launches-scraper
Install
pip install product-hunt-daily-launches-scraper
Usage
from product_hunt_daily_launches_scraper import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
mode |
string | Scraping Mode |
date |
string | Date (for daily mode) |
dateFrom |
string | Date From (for dateRange mode) |
dateTo |
string | Date To (for dateRange mode) |
topic |
string | Topic / Category (for topic mode) |
sortBy |
string | Sort Order |
maxPosts |
integer | Max Posts |
enrichDetails |
boolean | Enrich with makers & full description |
enrichLimit |
integer | Enrichment limit (no-key mode) |
scrapeComments |
boolean | Scrape Comments (official API only) |
maxComments |
integer | Max Comments per Post (official API only) |
apiKey |
string | API Key (OPTIONAL — official API mode) |
apiSecret |
string | API Secret (OPTIONAL — official API mode) |
accessToken |
string | Access Token (OPTIONAL — alternative to Key+Secret) |
proxyConfiguration |
object | Proxy Configuration |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: name, tagline, votesCount, commentsCount, dailyRank, launchDate, topicNames, makerNames, url, id, slug, productSlug, description, productUrl, website, launchDayVotes, weeklyRank, monthlyRank, featuredAt, createdAt.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No Product Hunt Daily Launches login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No Product Hunt Daily Launches login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official Product Hunt Daily Launches API?
No. It is an unofficial Product Hunt Daily Launches data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/product-hunt-daily-launches-scraper
- 📚 Docs & examples: https://github.com/logiover/product-hunt-daily-launches-scraper
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with Product Hunt Daily Launches.
Release files for product-hunt-daily-launches-scraper 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| product_hunt_daily_launches_scraper-1.0.0.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| product_hunt_daily_launches_scraper-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / product_hunt_daily_launches_scraper-1.0.0.tar.gz
| Download URL | product_hunt_daily_launches_scraper-1.0.0.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
67da6713254403a678a7f9deb0feedc5020b485f49d18478a6a68cb36d92d30d
|
|
BLAKE2b-256 checksum How to use checksums |
42173dc4f58c2a8c2ac096584435d94df9bde50e9ed58faaf96d0a2ff4a7c55a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / product_hunt_daily_launches_scraper-1.0.0-py3-none-any.whl
| Download URL | product_hunt_daily_launches_scraper-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6a949b03291a32555e2c309d3855a5266eb94fc8a3d4a019c67c37e2bea5ca52
|
|
BLAKE2b-256 checksum How to use checksums |
234e9b9f2fee4a68eb5a70aa4749e22e893042c939b4a0cafc44789e964fc9ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|