🔥fireSummarize AI Summarize any Website Content avatar
🔥fireSummarize AI Summarize any Website Content

Pricing

$15.00 / 1,000 summaries

Go to Store
🔥fireSummarize AI Summarize any Website Content

🔥fireSummarize AI Summarize any Website Content

Developed by

mohamed el hadi msaid

mohamed el hadi msaid

Maintained by Community

fireSummarize is an AI-powered tool that scrapes any website using Crawlee and Puppeteer, extracts and converts content into Markdown, and then summarizes it using a custom prompt — perfect for generating clean, structured insights from any webpage.

5.0 (1)

Pricing

$15.00 / 1,000 summaries

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

🔥 fireSummarize – AI Summarizer for Any Website Content

🧠 Overview

fireSummarize is an AI-powered web content summarizer built using Crawlee and Puppeteer. It scrapes one or more web pages, extracts the content in your preferred format (Markdown, text, or HTML), and sends it through OpenRouter (Gemini 2.5 Flash) to generate high-quality summaries.

Ideal for research, documentation, content analysis, and LLM dataset preparation.


🚀 Features

  • 🌐 Crawl one or more webpages
  • ✍️ Extract visible text, raw HTML, or clean Markdown
  • 🤖 Summarize content using OpenRouter AI models
  • 🔁 Supports pagination and deep crawling via enqueue
  • 🧩 Handles large content with smart chunking
  • 📦 Outputs full metadata and AI summary

🧾 Input Schema

FieldTypeDescription
startUrlsArrayList of URLs to start crawling from.
maxPagesIntegerMaximum number of pages to crawl (default: 5).
proxyConfigObjectApify proxy configuration.
enqueueBooleanWhether to follow links and enqueue new pages (default: true).
getMarkdownBooleanExtract and convert content to Markdown format (default: false).
getTextBooleanExtract only the visible text content (default: true).
getHtmlBooleanExtract the full HTML content of the page (default: false).

📤 Output Example

{
"url": "https://apify.com/resources/nonprofits",
"title": "Apify for nonprofits and NGOs · Apify",
"Summary": "This page announces Apify's discount program for non-profit organizations.\n\n**Key takeaways:**\n- Apify offers a 30% discount on paid plans for qualifying non-profits.\n- Organizations must be verified NGOs or non-profits.\n- The discount lasts 6–12 months with conditions.\n- An application form must be filled to be considered.\n- Apify offers dedicated support to approved organizations.",
"metadata": {
"title": "Apify for nonprofits and NGOs · Apify",
"description": "We believe that online data can help your organization have more impact, so we're offering a substantial discount from our plans to nonprofits and NGOs.",
"language": "en",
"keywords": "web scraper,web crawler,scraping,data extraction,API",
"robots": "index,follow",
"ogTitle": "Apify for nonprofits and NGOs · Apify",
"ogDescription": "We believe that online data can help your organization have more impact...",
"ogUrl": "https://apify.com/resources/nonprofits",
"ogImage": "https://apify.com/og-image?title=Apify+for+nonprofits+and+NGOs",
"sourceURL": "https://apify.com/resources/nonprofits"
},
"markdown": "...", // if getMarkdown is enabled
"textContent": "...", // if getText is enabled
"htmlContent": "..." // if getHtml is enabled
}

💡 Use Cases

  • ✍️ Summarize blog posts and documentation pages automatically
  • 📚 Generate LLM training data with Markdown and AI summaries
  • 📈 Analyze competitors’ product/service pages
  • 📰 Automate news aggregation for newsletters or alerts
  • 📋 Extract key points from Terms of Service, policies, FAQ, etc.

🎁 Bonus: Free n8n Workflow Integration

As a standing note, you can use this n8n workflow with this actor as a free bonus for using this actor:

📬 Contact

Made by Mohamed el hadi Msaid. For feature requests, support, or bug reports, feel free to open an issue or email me.