n8n node for using the Instaparser API to extract article content, parse PDFs, and generate AI-powered summaries.
Follow the installation guide in the n8n community nodes documentation.
- Article
- Parse an article from a URL (returns title, author, body, and metadata)
- PDF
- Parse a PDF from a URL
- Parse an uploaded PDF file
- Summary
- Generate an AI-powered summary of an article from a URL
All parsing operations support HTML, plain text, and Markdown output formats.
You need an Instaparser API key to use this node.
- Go to instaparser.com and sign up for an account.
- Navigate to your account dashboard to find your API key.
- In n8n, create a new Instaparser API credential and paste your API key.
Tested with n8n v1.60.0 and later.