Automate tracking daily Product Hunt launches, resolve official website redirects, and log structured product data directly into Google Sheets using this powerful n8n workflow.
Download this n8n workflow template and start using it instantly.
Market Researchers: Users needing daily competitive intelligence on new tech products.
Product Managers: Professionals tracking industry trends and competitor launches.
Automation Enthusiasts: Individuals looking for sophisticated examples of parallel data processing and merging within an n8n workflow.
Data Aggregators: Anyone needing a reliable n8n templates solution for API data ingestion and spreadsheet logging.
Keeping track of new products launched on Product Hunt daily is crucial for market analysis, but manually visiting and cleaning the destination links can be time-consuming. This specialized n8n workflow solves this by automatically running every morning using an n8n trigger.
It queries the Product Hunt API for today's launches, processes the resulting list in parallel to extract core details and resolve the website's final redirect URL, ensuring you capture the product's true landing page rather than a tracking link. The consolidated, clean data is then saved directly into a Google Sheet. This makes the entire process hands-off and provides a reliable, structured dataset for further analysis, showcasing the efficiency of a well-designed n8n node sequence.
This comprehensive n8n workflow operates through seven distinct stages:
website URL. Critically, it is configured not to follow redirects, allowing the n8n workflow to capture the final destination URL from the response headers (location). This is the key technical insight of this n8n template.Merge Data) synchronizes the two parallel paths. It merges the core product details with the resolved website URL, and uses custom code to strip Product Hunt referral tags (?ref=producthunt) from the final URL, ensuring clean data.To deploy this powerful n8n workflow, follow these steps:
YOURPRODUCTHUNTAPIKEY with your actual bearer token. Daily Trigger (n8n trigger):
Function: Starts the n8n workflow daily at the configured time.
Key Configuration: Uses a Schedule Trigger set to run once per day.
Set Date1 (Set n8n node):
Function: Generates today's date in YYYY-MM-DD format using a Javascript expression, necessary for the Product Hunt API filter.
Fetches today’s Product Hunt posts via API. (HTTP Request n8n node):
Function: Executes the Product Hunt GraphQL query to fetch launches between 00:00:00Z and 23:59:59Z of the current date.
Key Configuration: Uses the POST method and requires a Bearer token authorization header.
Extracts Product Info (Code n8n node):
Function: Parses the verbose JSON output from the GraphQL API, extracting and flattening the core product attributes (name, tagline, description, website).
Resolve Website Redirection (HTTP Request n8n node):
Function: Resolves the final destination URL.
Key Configuration: Follow Redirect is set to false and Full Response is enabled, allowing the n8n node to capture the redirect location from the response headers.
Merge Data (Function n8n node):
Function: Custom code that combines the product description data (from 'Data 1') and the resolved URL data (from 'Data 2') into a single output item, simultaneously cleaning the URLs.
Appends all details (Google Sheets n8n node):
Function: Writes the final, merged, and cleaned product launch data into the specified Google Sheet.
Key Configuration: Operation set to Append Or Update to log new entries daily.
Automate daily PG&E energy cost tracking using an n8n workflow. This n8n template logs in, scrapes usage data with Airtop, and sends detailed email reports automatically using the Gmail n8n node.

Use this comprehensive n8n workflow to track daily mood entries via webhook, store data securely in n8n Data Tables, and generate detailed weekly and monthly health reports analyzed by GPT-4o, delivered automatically via Gmail.

Automate daily brand monitoring from Hacker News using an n8n workflow. Analyze sentiment, topic, and urgency with the GPT-4o-mini model and summarize results to Slack. Get instant brand insights.

Use this robust n8n workflow to automatically pull keyword lists from Google Sheets, check daily SERP rankings via the DataForSEO API, and log the historical data for continuous SEO monitoring.

Use this specialized n8n workflow to track new demo bookings scheduled in Google Calendar. Automatically hash PII data and send 'Schedule' conversion events to the Meta Conversions API for improved ad attribution.









































