Scrapes and aggregates top news stories based on a given search query. It uses AI to extract the core topic from the query, fetch relevant articles, and compile a well-structured newsletter summarizing the most important stories.
The AI News Aggregator is an Apify Actor that scrapes and aggregates top news stories based on a given search query. It uses AI to extract the core topic from the query, fetch relevant articles, and compile a well-structured newsletter summarizing the most important stories.
The actor expects the following input JSON:
1{ 2 "OPENAI_API_KEY": "", //optional 3 "newsRequest": "What's going on with the USA tariffs?" 4}
HTML Newsletter
The HTML content can be directly copied into an email message body to have a perfectly structed newsletter ready to send.
1{ 2 "topic": "What's going on with the USA tariffs?", 3 "articles": [ 4 { 5 "title": "Trump vows to take back 'stolen' wealth as tariffs on steel and aluminum imports go into effect", 6 "source": "AP News", 7 "link": "https://apnews.com/article/e5a6295577275045db3484b71c979bfb?utm_source=openai", 8 "summary": "On March 12, 2025, President Trump announced new tariffs of 25% on all steel and aluminum imports as part of his economic strategy." 9 }, 10 ... 11 ] 12}
The HTML output is a fully formatted newsletter ready for email distribution.
1### Running on Apify 21. Deploy the actor to Apify. 32. Provide input via Apify’s web UI or API. 43. Retrieve results via Apify’s dataset API. 5 6## Use Cases 7- **Daily News Digests**: Automate newsletter creation for specific industries or interests. 8- **Market Research**: Track trends in technology, finance, or politics. 9- **Content Aggregation**: Generate curated content for blogs or social media.
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!