Advanced Product Hunt Scraper avatar
Advanced Product Hunt Scraper

Pricing

$15.00/month + usage

Go to Store
Advanced Product Hunt Scraper

Advanced Product Hunt Scraper

Developed by

Danil Poletaev

Danil Poletaev

Maintained by Community

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

26

Total users

430

Monthly users

73

Runs succeeded

>99%

Issues response

16 hours

Last modified

21 days ago

Scrape Makers

scrapeMakersbooleanOptional

Set to true, if you want to get information about maker of the product

Default value of this property is true

Scrape Website Data

scrapeWebsitebooleanOptional

Set to true, if you want to get product's email and/or content of the product's website

Default value of this property is true

Enter the date if you want to scrape the the archive page. SHOULD BE IN FORMAT: YYYY-MM-DD

archiveDatestringOptional

If the date is given, we scrape following url https://www.producthunt.com/leaderboard/daily/YYYY/MM/DD/all

Enter the year if you want to scrape the yearly page. SHOULD BE IN FORMAT: YYYY

archiveYearintegerOptional

If the year is given, we scrape following url https://www.producthunt.com/leaderboard/yearly/YYYY/all. Also set filter.topNProducts, otherwise we limit it to 100 products.

Enter the week number if you want to scrape the weekly page. SHOULD BE IN FORMAT: 1-52

archiveWeekintegerOptional

If the archiveWeek is given, we scrape following url https://www.producthunt.com/leaderboard/weekly/XX/all. Also set filter.topNProducts, otherwise it runs without limit.

Filter

filterobjectOptional

Used to specify whether we should filter products or not. This is optional and without filling filter you'll fetch all of the listings for the following day.

Save Product's website content

saveWebsiteContentbooleanOptional

Set to true, if you want to set the content of the website to websiteRawText

Default value of this property is true