AI Newsletter Generator is an Apify Actor that automatically curates and generates professional AI and Data Analytics newsletters using Tavily Search and LLM-powered content creation.
🚀 AI Newsletter Generator is an Apify Actor that automatically curates and generates professional AI and Data Analytics newsletters using Tavily Search and LLM-powered content creation.
It leverages:
✔ AI News Aggregation – Fetches the latest news on AI topics.
✔ Structured Summarization – Extracts key insights from news articles.
✔ Professional Newsletter Writing – Generates a clear and engaging newsletter.
✔ Refinement & Engagement Enhancement – Makes content concise and lively.
✔ Markdown Reports – Auto-saved to Apify Key-Value Store.
1️⃣ Search for AI News – Uses Tavily Search API to find relevant articles.
2️⃣ Summarize Key Insights – Extracts main takeaways from articles.
3️⃣ Generate Newsletter – Uses an LLM to write a well-structured newsletter.
4️⃣ Refine & Enhance – Improves clarity and makes it engaging.
5️⃣ Save & Store – Saves the final report in Markdown format.
1git clone https://github.com/yourusername/ai-newsletter.git 2cd ai-newsletter
1python -m venv .venv 2source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
Create a .env
file and add your API keys:
OPENAI_API_KEY=your-openai-key
apify run --input-file=input.json
📜 Example input.json
1{ 2 "topic": "Latest AI Breakthroughs in 2025" 3}
1ai-newsletter/ 2│── src/ 3│ ├── main.py # Apify Actor entry point 4│ ├── tools.py # Tavily search & summarization tools 5│ ├── prompts.py # LLM prompt templates 6│ ├── models.py # Pydantic data models 7│ ├── newsletter.md # Generated newsletter 8│── .venv/ # Virtual environment (optional) 9│── requirements.txt # Python dependencies 10│── README.md # Project documentation 11│── input.json # Example input format 12│── .env # API keys (gitignore this file)
AI continues to revolutionize industries with breakthroughs in GPT-5, AI-powered healthcare, and autonomous robotics.
GPT-5 is set to redefine AI with improved reasoning, efficiency, and multimodal capabilities. (Source)
AI models are now diagnosing diseases more accurately than doctors in early trials. (Source)
Tesla and Waymo report record autonomous miles driven with AI-powered navigation. (Source)
📌 Generated by AI Newsletter Generator. Stay informed!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!