Product Hunt Scraper avatar

Product Hunt Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Product Hunt Scraper

Product Hunt Scraper

Product Hunt Scraper that collects product names, ratings, and launch data from producthunt.com, so you can track startups and research competitors without manual work.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Product Hunt Scraper collects product data from producthunt.com. Give it a topic URL and it returns a list of products with names, taglines, ratings, follower counts, and launch dates. Give it a product or post URL, and it returns full details, including the product description, website URL, review count, and latest launch metrics. Accepts multiple URLs in a single run.

Use cases

  • Track startup launches in a specific category (AI tools, developer tools, etc.)
  • Build a product database from Product Hunt topic pages
  • Research competitors by scraping their Product Hunt profiles
  • Monitor review ratings and follower counts over time
  • Aggregate launch data across multiple Product Hunt categories for market research

Input

ParameterTypeDefaultDescription
urlstringSingle Product Hunt URL to scrape
urlsarrayList of Product Hunt URLs to scrape
maxItemsinteger100Maximum number of results to return
requestTimeoutSecsinteger30Per-request timeout in seconds

Supported URL formats

  • Topic page: https://www.producthunt.com/topics/artificial-intelligence
  • Post page: https://www.producthunt.com/posts/chatgpt
  • Product page: https://www.producthunt.com/products/chatgpt

Example input

{
"url": "https://www.producthunt.com/topics/artificial-intelligence",
"maxItems": 50
}

To scrape multiple URLs at once:

{
"urls": [
"https://www.producthunt.com/topics/artificial-intelligence",
"https://www.producthunt.com/topics/developer-tools",
"https://www.producthunt.com/posts/chatgpt"
],
"maxItems": 200
}

Output

Results are stored in the Apify dataset. Fields vary slightly depending on whether the source was a topic page or a product page. Topic pages return lightweight product summaries; product and post pages return full details including description and upvote counts.

{
"productId": "526756",
"productName": "ChatGPT by OpenAI",
"tagline": "Get answers. Find inspiration. Be more productive.",
"productDescription": "An LLM to get instant answers, find creative inspiration, and learn something new.",
"websiteUrl": "https://openai.com/chatgpt",
"productUrl": "https://www.producthunt.com/products/chatgpt",
"logoUrl": "https://ph-files.imgix.net/ab9d1922-1570-42b9-8703-a6176d844a98.png?auto=format",
"reviewsRating": 4.85,
"reviewsCount": 662,
"followersCount": null,
"postsCount": 27,
"categories": ["AI Chatbots", "Productivity"],
"tags": ["ai", "chatbot", "productivity", "web app"],
"isTopProduct": true,
"latestLaunchSlug": "library-in-chatgpt",
"latestLaunchDate": "2026-03-24T00:01:00-07:00",
"latestLaunchUpvotes": 100,
"latestLaunchComments": 2,
"sourceUrl": "https://www.producthunt.com/topics/artificial-intelligence",
"scrapedAt": "2026-04-13T12:00:00.000000+00:00"
}
FieldTypeDescription
productIdstringUnique Product Hunt product ID
productNamestringProduct name
taglinestringShort product tagline
productDescriptionstringFull product description (product and post pages only)
websiteUrlstringProduct's external website URL
productUrlstringProduct Hunt product page URL
logoUrlstringProduct logo image URL
reviewsRatingnumberAverage review rating (0-5 scale)
reviewsCountintegerTotal number of reviews
followersCountintegerNumber of Product Hunt followers
postsCountintegerNumber of launches the product has made
categoriesarrayCategory names
tagsarrayProduct tag strings
isTopProductbooleanWhether Product Hunt marks this as a top product
latestLaunchSlugstringSlug of the most recent launch post
latestLaunchDatestringDate of the most recent launch
latestLaunchUpvotesintegerUpvotes for the latest launch
latestLaunchCommentsintegerComments for the latest launch
sourceUrlstringThe input URL that was scraped
scrapedAtstringISO timestamp when the record was collected

Integrations

Connect Product Hunt Scraper with other apps using Apify integrations. Works with Make, Zapier, Slack, Google Sheets, Airbyte, and more. Use webhooks to trigger downstream actions when results are ready.