
Advanced Product Hunt Scraper
Pricing
$15.00/month + usage

Advanced Product Hunt Scraper
Scrape product hunt "Top Products Launching Today" section. Actor crawls products and extracts information about the product: title, description, categories, images, maker info with contact links and website info with raw text and email. Export scraped datasets in JSON, csv, etc. Run via API.
5.0 (2)
Pricing
$15.00/month + usage
18
Monthly users
71
Runs succeeded
>99%
Response time
24 hours
Last modified
16 days ago
Suggestions
You can improve the functionality with a few little tweaks.
Currently, you are scraping everything. Instead, you can add a couple more parameters.
- Products with more than 100 votes.
- Top 10 products of the day.
- Return only contact details not the entire website content - this makes the dataset bigger.

Hi 👋
Thank you for your valuable feedback! I’ve reviewed your suggestions and implemented the changes to improve the scraping functionality. Below are the updates:
- You can now filter products by the minimum amount of upvotes. Use "filter.minVotes" to set minimum amount of upvotes.
- You can now crawl only top N amount of products. Use "filter.topNProducts" to set the amount of products to crawl.
- If you set "saveWebsiteContent" to false - we'll not save website content to the dataset. We'll only save email.
Here’s the updated configuration for your reference:
{ "scrapeMakers": true, "scrapeWebsite": true, "archiveDate": "2024-05-15", // Date of the day you want to scrape in the format YYYY-MM-DD. If not provided, the scraper will scrape the current day. "filter": { // Filter is optional - if you don't pass it, we'll crawl all products for the following day "minVotes": 100, // Filter products by the minimum amount of upvotes "topNProducts": 10, // Take top N amount of products }, "saveWebsiteContent": true, // Set to true, if you want to set the content of the product's website to websiteRawText. This leads to a much bigger dataset. }
Also, you can check the documentation here: https://apify.com/danpoletaev/product-hunt-scraper#input
Important note: to avoid making breaking changes. By default we scrape all products and save website content to the dataset.
I am closing the issue. Let me know if you'll face any problems. 🙏
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
3 days
Price
$15.00