Note.com Article Scraper
This workflow searches and extracts articles from note.com based on a specified keyword, outputting structured data (JSON) or formatted text.
Details
Created on: September 20, 2025
Last modified: September 20, 2025
Tags
Web Scraping
Data Extraction
API Integration
Text Processing
Description
This workflow is designed to search for articles on note.com using a specified keyword. It begins by calling the unofficial API of note.com to retrieve a list of articles. The URLs from these articles are extracted and processed in an iteration loop. Each URL is scraped to obtain the full content of the webpage, which is then cleansed by removing unnecessary headers and footers. The article's metadata, including title, author, and URL, are combined with the main content to form JSON objects. Depending on user preference set at the start node, the final output can be either a JSON array or a human-readable Markdown string. This makes it suitable for both API integration and direct data presentation.
Flow Preview
This is a preview, to use it in Dify, click on the install button.