Skip to main content

Track daily Product Hunt launches with website verification in Google Sheets

Workflow preview

Workflow preview
100%
Track daily Product Hunt launches with website verification in Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow helps you stay updated with daily launches on Product Hunt. It automatically fetches product details (name, tagline, description, and website), checks if the website redirects to anot...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.function, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ifeoluwa Ajetomobi.

Original n8n.io source

1.1 Workflow description

Title
Track daily Product Hunt launches with website verification in Google Sheets
Workflow name
Track daily Product Hunt launches with website verification in Google Sheets

This workflow helps you stay updated with daily launches on Product Hunt. It automatically fetches product details (name, tagline, description, and website), checks if the website redirects to another URL, and logs the final information into a Google Sheet.

Perfect for indie hackers, product managers, content curators, and anyone tracking daily launches.

How It Works

  1. Schedule Trigger – Runs the workflow daily.
  2. Set Date – Captures today’s date in ISO format for filtering Product Hunt posts.
  3. HTTP Request (Product Hunt API) – Retrieves Product Hunt posts for the day using GraphQL.
  4. Extract Product Info (Code Node) – Parses the response to pull key details:
    • Name
    • Tagline
    • Description
    • Website URL
  5. HTTP Request (URL Check) – Follows each website URL to detect if it redirects.
  6. Merge Data – Combines product info with the final destination URL.
  7. Google Sheets Node – Appends all processed product info to your sheet.

Pre-conditions

  • A valid Product Hunt API token
  • A Google account with access to Google Sheets
  • A Google Sheet already created with the correct columns (see below)
  • Connected Google Sheets and HTTP credentials in n8n

Google Sheets Setup

Your spreadsheet should include the following columns (in order):

  • Name
  • Tagline
  • Description
  • Original URL
  • Final URL (after redirect)

Ensure your Google Sheets node uses the correct Spreadsheet ID and Sheet Name.

Setup Instructions

  1. Product Hunt API Auth:
    Replace {{YOUR_PRODUCT_HUNT_API_KEY}} in the HTTP Request headers:

    {
      "Authorization": "Bearer {{YOUR_PRODUCT_HUNT_API_KEY}}"
    }
    
  2. Google Sheets Node:

    • Connect your Google account.
    • Insert your Spreadsheet ID in the settings.
    • Specify the sheet name (e.g., Daily Launches).
    • Use the “Append” operation and map the 5 data fields accordingly.

Notes

  • Only fetches the first 10 posts for the day (can be extended).
  • Consider adding Slack, Discord, or Email nodes to notify you of new entries.
  • Useful for building launch databases, research, or content inspiration.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Daily Trigger1

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1

Block 2 - Set Date1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 3 - Sticky Note16

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note17

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Fetches today’s Product Hunt posts via API.

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Extracts Product Info

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Resolve Website Redirection

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 1

Block 8 - Data 2 (website url)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 9 - Data 1 (product info)

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 10 - Merge Data

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 11 - Appends all details

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 12 - Sticky Note18

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Track daily Product Hunt launches with website verification in Google Sheets
Complexity intermediate
Nodes 12
Categories Market Research
Author Ifeoluwa Ajetomobi
Published 17 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3588/3588.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Track daily Product Hunt launches with website verification in Google Sheets do?

This workflow helps you stay updated with daily launches on Product Hunt. It automatically fetches product details (name, tagline, description, and website), checks if the website redirects to anot...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.