Product Hunt Daily Launches Scraper — free API client for the Apify platform. No API key setup, thousands of structured results, export to JSON, CSV or Excel.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file product_hunt_daily_launches_scraper-1.0.0.tar.gz.
File metadata
- Download URL: product_hunt_daily_launches_scraper-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67da6713254403a678a7f9deb0feedc5020b485f49d18478a6a68cb36d92d30d
|
|
| MD5 |
0a4fc73f2df6858b31c74f78e1796dd9
|
|
| BLAKE2b-256 |
42173dc4f58c2a8c2ac096584435d94df9bde50e9ed58faaf96d0a2ff4a7c55a
|
File details
Details for the file product_hunt_daily_launches_scraper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: product_hunt_daily_launches_scraper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a949b03291a32555e2c309d3855a5266eb94fc8a3d4a019c67c37e2bea5ca52
|
|
| MD5 |
c87df6e4fc210333305192bdcd3f8c2e
|
|
| BLAKE2b-256 |
234e9b9f2fee4a68eb5a70aa4749e22e893042c939b4a0cafc44789e964fc9ed
|