build n8n pipeline

Заказчик: AI | Опубликовано: 10.01.2026

## Project 1: n8n Workflow – News Aggregation, Transformation & Export (Every 6 Hours) **Project Overview** I need an automated **n8n workflow** that continuously collects news from multiple news websites/APIs, processes the content, and saves it in a clean, readable format. **Requirements** * Fetch news data from **multiple news sources** (websites or APIs – list will be provided) * Run automatically **every 6 hours** * Extract key fields such as: * News title * Summary / short description * Source name * Published date & time * Category / tags (if available) * Clean and transform the data into a **human-readable format** * Save/export the data to: * **Excel (.xlsx)** OR * CSV / Google Sheets / Database (open to suggestions) * Avoid duplicate news entries * Proper error handling and logging in n8n * Documentation on how to maintain or extend the workflow **Deliverables** * Fully functional n8n workflow * Sample output file * Setup & usage documentation --- ## Project 2: n8n Workflow – Job Listings Scraper & Daily Export **Project Overview** I need a second **n8n automation** that scrapes job listings from multiple job portals/websites and stores them daily in a structured format. **Requirements** * Scrape job listings from **multiple job websites** (URLs will be provided) * Run **once daily** * Extract key job details such as: * Job title * Company name * Location * Job type (Full-time, Contract, etc.) * Job description (short or full) * Posted date * Job URL * Handle pagination and dynamic pages if needed * Save the results to: * **Excel (.xlsx)** OR * CSV / Google Sheets / Database * Deduplicate jobs (avoid reposts) * Scalable design so new job sites can be added easily **Deliverables** * Fully automated n8n workflow * Sample output file * Clear documentation --- ## Skills Required * n8n workflow automation * Web scraping (HTML parsing, APIs, pagination) * Data transformation & cleaning * Excel / CSV / Google Sheets integration * Error handling & scheduling