Advanced Product Hunt Scraper

Advanced Product Hunt Scraper

by danpoletaev

Stop manually checking Product Hunt every day. This scraper automatically pulls the full list of products launching on Product Hunt's "Top Products La...

16,213 runs
671 users
Try This Actor

Opens on Apify.com

About Advanced Product Hunt Scraper

Stop manually checking Product Hunt every day. This scraper automatically pulls the full list of products launching on Product Hunt's "Top Products Launching Today" page, giving you a structured dataset you can actually work with. I use it to get a clean feed of new products, including the title, description, and categories. It grabs all the images, the maker's profile info with contact links, and the product's website details—including raw page text and any visible email addresses. You get everything you'd get from clicking through each listing, but in a single, organized file. It's perfect for building lead lists, tracking competitor launches, or doing market research without the busywork. Once it runs, you can export the data in JSON, CSV, or other common formats for analysis. You can also schedule it or trigger it via the API to pipe the data directly into your own dashboards or apps. Just set your target URL and run it. It handles the rest, so you can focus on using the data, not collecting it.

What does this actor do?

Advanced Product Hunt Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

What is product hunt scraper tool? It's a tool that allows to extract launches with information from Product Hunt and enhance the results with available contact details such as email addresses and links of the maker. To get the data, just run Product Hunt Crawler and click "Save & Start" button. ## With this scraping tool, you can: - Extract all launches from the "Top Products Launching Today" section. (From that page: https://www.producthunt.com/all) - Extract all launches from the Archive by DAY. E.g.: https://www.producthunt.com/leaderboard/daily/2024/7/25/all - Extract all launches from the Archive by YEAR. E.g.: https://www.producthunt.com/leaderboard/yearly/2025/all - Get text from the launched product's website and email address (if exists) - Extract information about the maker, including available links in his/her profile - Download information in Excel, CSV, JSON, and other formats - Get the YouTube video URL, website URL, and images of the product - Filter the products to crawl by the minimum number of upvotes - Get only top N products, without crawling all products for the following day --- ## Output example Once the scraper collects data for the first event, you'll see an output visualization on Apify platform. The output will look similar to the following example: Example of the output Take a look at JSON to see full output ## What data can be extracted from listing? 📈 Extract main information from product hunt product's launches, such as name, short description, description, amount of upvotes 📩 Extract website url and YouTube url 👨‍🍳 Extract information about the maker including available links in his/her profile ☄️ Extract all listings in "Top Products Launching Today" section 📅️ Extract all listings from the Archive by day 💿 Extract product's website raw text and email address (if exists) ⬇️ Download information in Excel, CSV, JSON, and other formats ## What business data can I extract from Product hunt? With this Product Hunt API, you will be able to extract the following information for all products launching today: | ✍️ Name, description and # upvotes | 📥 Raw text and email from website | |------------------------------------|------------------------------------| | 👨‍🍳 Maker information with links | 🌆 Images | | 💿 Youtube video url | 📱 Categories | ## How much listings can be scraped? Usually, it is about 50-120 listing per day. Scraper starts at that url: https://www.producthunt.com/all and crawls all products in section "Top Products Launching Today". ## Input You can choose whether you want to scrape makers and website information. json { "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. "archiveYear": 2025, // Enter the year if you want to scrape the yearly page. SHOULD BE IN FORMAT: YYYY "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. } ## Output JSON example You can of course export all extracted events to the format of your choice for easy postprocessing. We support JSON, CSV, XML, RSS, HTML Table, JSONL and Excel. Here's an excerpt from the JSON dataset you'd get: json [{ "date": "2024-03-03T07:01:04.257Z", "launchDate": "2024-03-03T07:01:04.257Z", "url": "https://www.producthunt.com/posts/digital-creators-hub", "title": "Digital Creators' Hub - Content hub & idea discovery engine for digital creators | Product Hunt", "name": "Digital Creators' Hub", "shortDescription": "Content hub & idea discovery engine for digital creators", "description": "Easily discover great ideas, shareable content and free resources in pre-curated topics like AI, digital marketing, Notion, web design, SEO, and more!", "categories": [ "Marketing", "Tech", "Search" ], "maker": { "makerHref": "https://www.producthunt.com/@clifftky", "name": "Clifford Tan", "slug": "@clifftky", "title": "Clifford Tan's profile on Product Hunt | Product Hunt", "url": "https://www.producthunt.com/@clifftky", "links": [ "https://clifford.io/", "https://twitter.com/clifftky" ], "aboutText": "👋 I'm a creator of web apps, notion templates and productivity hacks." }, "websiteUrl": "https://dch.clifford.io", "images": [ "https://ph-files.imgix.net/73cc3a49-adc2-4b8f-9111-6ddbc9435cdb.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=368&h=220&fit=max&dpr=3", "https://ph-files.imgix.net/496f4e7d-e870-4974-b7bb-5bee27c066d7.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=368&h=220&fit=max&dpr=3", "https://ph-files.imgix.net/83679466-e98d-4510-b116-f14c5d1b482d.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=368&h=220&fit=max&dpr=3", "https://ph-files.imgix.net/75c75157-96ca-4c91-9c4e-8d9a2b7d71fd.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=368&h=220&fit=max&dpr=3", "https://ph-files.imgix.net/993700bc-fab1-4267-b8ac-613ceff77072.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=368&h=220&fit=max&dpr=3" ], "upvotes": 57, "website": { "title": "Digital Creators' Hub", "url": "https://dch.clifford.io", "email": "hello@clifford.io", "websiteRawText": " Welcome to the hub for Digital CreatorsEasily discover great ideas shareable content and free resources in precurated topics like AI digital marketing Notion web design SEO and moreStart Exploring Why Digital Creators HubAre you an indie hacker content writer web developer Notion creator AI prompt engineer Canva designer eBook creatorStruggling with ideas or content to make your next great product or run your next marketing campaignDCH is here to helpWe curate useful resources from the web and put them into areas of interest for you the creator Web DesignDiscover web design tools and inspiration all in one placeExplore Web DesignAILearn and use AI tools to run your business efficientlyExplore AIMarketingSharing great content and build an audience for your businessExplore MarketingNotionTemplates databases formulas and more This is your spot for NotionExplore Notion Have a great resource to shareDM me to have your resource includedDM CliffMade with by CliffTermsPrivacy DCH 2024" } }] ## Tips - It is better to run/schedule a scraper at 23:00 PST time, because at 00:01 PST starts new day at product hunt. That way you will get most information for the current day. - If you don't need product's website text - set saveWebsiteContent to false. This will lead to a lighter dataset result. ### Note on Scraping Yearly Pages When scraping a yearly page, make sure to set the filter.topNProducts option. By default, the scraper limits the results to 100 products to avoid excessive run times. If you're prepared for a longer scraping process and need more data, you can manually increase filter.topNProducts to any desired number.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Advanced Product Hunt Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
danpoletaev
Pricing
Paid
Total Runs
16,213
Active Users
671
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support