Use Cases
- Automatically store YouTube video statistics in a database for analysis.
- Track performance metrics of videos over time to identify trends.
- Filter out short videos and irrelevant data for accurate reporting.
How It Works
Initiates with a manual trigger to start the workflow. Fetches the latest video publish time from the database. Retrieves videos from YouTube based on specified criteria. Processes video data to filter out shorts and irrelevant entries. Maps the relevant data fields for storage in the database. Inserts the processed data into the Postgres database.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the Postgres database credentials.
- 3Set up YouTube API credentials.
- 4Adjust any necessary query parameters for video retrieval.
- 5Run the workflow to start extracting and storing video data.
Apps Used
YouTube
Postgres
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#data analysis