Product Launch Tracker avatar

Product Launch Tracker

Pricing

$8.00/month + usage

Go to Apify Store
Product Launch Tracker

Product Launch Tracker

Product Launch Tracker Scraper collects recently launched products from News using the Algolia API. It extracts product name, launch date, category, description, website, upvotes, comments, and thumbnail. Outputs structured JSON for startup discovery, trend tracking, and research.

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Data Pilot

Data Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Overview

The Product Launch Tracker is an Apify Actor that tracks and extracts product launch data from Hacker News using the Algolia HN API. Provide a search query and the actor returns structured product launch records including product name, launch date, category, description, upvotes, comments, and thumbnail. Whether you're monitoring competitor product launches, conducting market research, or building a product launch database, this actor delivers accurate product launch data efficiently.

With proxy support and smart category inference, the Product Launch Tracker automatically classifies each product launch into relevant categories like AI, SaaS, DevTools, Finance, and more.


Features

  • Product Launch Search – Searches Hacker News stories for product launches matching your query.
  • Auto Category Detection – Automatically infers product launch category (AI, SaaS, DevTools, Productivity, Finance, Health, Design, Mobile, Web, etc.) from title and description.
  • Thumbnail Generation – Generates favicon thumbnails for each product launch website via Google's favicon service.
  • Pagination Support – Automatically paginates through all available results to meet your max_results target.
  • Proxy Support – Optionally uses Apify residential proxies to avoid IP blocking.
  • Rate-Limit Friendly – Adds a small delay between API requests to respect Hacker News rate limits.
  • Error Handling – Logs errors and continues processing remaining product launch data.
  • Dataset Integration – Automatically pushes all product launch records to your Apify dataset for easy export.

How It Works

  1. Input – Provide a search query and maximum number of results.
  2. API Search – The actor queries the Hacker News Algolia API (search_by_date) for stories matching the query.
  3. Category Inference – Each product launch is automatically classified based on keywords in the title and description.
  4. Thumbnail – A favicon thumbnail URL is generated from the product launch website domain.
  5. Build Output – Structures all data into a clean record and pushes it to the dataset.
  6. Repeat – Paginates through results until max_results is reached.

Input

FieldTypeDefaultDescription
queryString"launch"Search keyword for product launch discovery (e.g., "AI tool launch").
max_resultsInteger20Maximum number of product launch records to return.
proxyConfigurationObject{}Apify proxy configuration (e.g., { "proxyGroups": ["RESIDENTIAL"] }).

Example input:

{
"query": "product launch",
"max_results": 50,
"proxyConfiguration": {
"proxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Output

Each product launch is pushed as a separate dataset record with the following fields:

FieldTypeDescription
product_namestringName/title of the product launch.
companystringCompany name (empty by default — not available via HN API).
launch_datestringProduct launch date (YYYY-MM-DD).
categorystringInferred product launch category (e.g., "AI", "SaaS", "DevTools").
descriptionstringProduct launch description or story text.
websitestringProduct launch website URL.
sourcestringData source (always "Hacker News").
upvotesintegerNumber of upvotes on the product launch story.
commentsintegerNumber of comments on the product launch story.
ph_urlstringDirect link to the Hacker News product launch story.
thumbnailstringFavicon thumbnail URL generated from the product launch website.

Example output:

{
"product_name": "Launch HN: Buildspace – Build and launch your own AI product",
"company": "",
"launch_date": "2024-03-15",
"category": "AI",
"description": "We built a platform to help developers ship AI products faster...",
"website": "https://buildspace.so",
"source": "Hacker News",
"upvotes": 320,
"comments": 87,
"ph_url": "https://news.ycombinator.com/item?id=39876543",
"thumbnail": "https://www.google.com/s2/favicons?domain=buildspace.so&sz=128"
}

Inferred Product Launch Categories

The actor automatically classifies each product launch into one of the following categories based on keywords:

CategoryKeywords Used
AIai, llm, gpt, machine learning, chatbot, assistant
SaaSsaas, subscription, platform
DevToolsdevtool, developer, api, cli, sdk, open source
Productivityproductivity, calendar, notes, todo, workflow
Financefintech, bank, payments, invoice, accounting
Healthhealth, medical, doctor, patient, fitness
Designdesign, figma, ui, ux, prototype
Mobileios, android, app
Webwebsite, web app, browser
Techtech, software, platform
Other(fallback if no keywords match)

Use Cases

  • Product Launch Monitoring – Track new product launches in your industry in real time.
  • Competitor Intelligence – Monitor competitor product launches and feature announcements.
  • Market Research – Analyze product launch trends across categories like AI, SaaS, and DevTools.
  • Investment Research – Discover early-stage product launches gaining traction on Hacker News.
  • Content Aggregation – Aggregate product launch stories for newsletters, blogs, or reports.
  • Data Science – Build product launch datasets for trend analysis and machine learning.

Quick Start

  1. Open on Apify – Visit the actor page and click Try for free.
  2. Set Input – Enter your search keyword in the query field (e.g., "AI launch", "SaaS").
  3. Set Limit – Adjust max_results to control how many product launch records to fetch.
  4. Enable Proxy (Optional) – Configure proxy groups if needed.
  5. Run the Actor – Start the run and monitor progress in the logs.
  6. Download Results – Export the product launch dataset as JSON, CSV, or Excel.

Technical Stack

  • Data SourceHacker News Algolia API (free, public)
  • HTTP Clientrequests with SSL verification via certifi
  • Category Inference – Keyword-based rule engine
  • Thumbnail – Google Favicon API
  • Proxy – Apify Proxy (residential or datacenter)
  • Platform – Apify Actor — serverless, scalable, integrated with Dataset and Key-Value Store

ActorDescription
Amazon Book ScraperScrapes book listings, prices, ratings, and metadata from Amazon book pages.
Goodreads ScraperExtracts book ratings, reviews, and metadata from Goodreads.
Book Metadata ScraperExtracts rich book metadata from the Open Library database.
SEC EDGAR ScraperRetrieves company filings (10-K, 10-Q, 8-K) from SEC EDGAR.
SEC Filings ScraperExtracts SEC filings data for public companies by ticker symbol.
Ultimate Video Info FetcherExtracts rich video metadata from any yt-dlp supported URL.
Amazon Product ScraperDownloads and extracts media content from Amazon product URLs.

Changelog

v1.0.0 – Initial Release

  • Product launch search via Hacker News Algolia API
  • Auto category inference from title and description
  • Favicon thumbnail generation per product launch
  • Pagination support for large result sets
  • Proxy configuration support
  • Rate-limit friendly delays
  • Dataset integration with error handling

Pricing

  • Free for basic usage on Apify (up to certain compute limits).
  • Paid plans available for higher volume, priority support, and longer runs.
  • Proxy credits consumed if residential proxies are enabled.

Support & Feedback

  • Issues & Ideas – Open a ticket on the Apify Actor issue tracker.
  • Documentation – Visit Apify Docs for platform guides.
  • API Notes – This actor uses the public Hacker News Algolia API. Please use responsibly and avoid excessive request rates.

Disclaimer: This actor accesses publicly available data from the Hacker News API. Please ensure your usage complies with Hacker News and Algolia's terms of service. This actor is intended for research and informational purposes only.