AI News Scraper avatar

AI News Scraper

Pricing

$15.00/month + usage

Go to Apify Store
AI News Scraper

AI News Scraper

Most Comprehensive AI News Scraper - scrape news about AI from all over the internet. Get full news contents, summaries, images, and more. Last Update: Mar 22, 2026

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

buseta

buseta

Maintained by Community

Actor stats

1

Bookmarked

9

Total users

1

Monthly active users

2 days ago

Last modified

Share

What does AI News Scraper do?

AI News Scraper is the internet's most comprehensive AI news aggregator. It pulls full-text articles in real time from 21 of the most authoritative AI and tech news sources on the web — delivering titles, full content, author, source, publication date, images, and estimated read time in one unified dataset. Whether you need an hourly pulse on breaking AI developments or a multi-week research archive, this actor has you covered.

All 21 sources are scraped simultaneously with automatic deduplication, so you get a clean, unified feed in under 2 minutes.

Recommended users: AI enthusiasts, AI content creators, AI researchers, AI developers, newsletter publishers, news aggregator builders, and anyone who needs to stay on top of the AI space without manually browsing dozens of websites.

Sources

AI News Scraper collects articles from the following 21 sources:

SourceCoverage
TechCrunchStartup funding, product launches, industry moves
VentureBeatEnterprise AI, generative AI, business applications
WiredIn-depth tech journalism, AI policy, culture
AI News (artificialintelligence-news.com)Dedicated AI trade news, enterprise AI
Silicon AngleCloud, data, and AI infrastructure news
EngadgetConsumer tech, gadgets, and AI products
ZDNetBusiness tech, AI tools, and industry analysis
AI Business (aibusiness.com)Enterprise AI, machine learning, strategy
AdweekAI in marketing, advertising, and media
Yahoo Tech AIAggregated from Reuters, Bloomberg, LA Times, AP, Motley Fool, and more
TechXploreMachine learning and AI research news
The DecoderDedicated AI news — models, research, industry (5–8 articles/day)
MarkTechPostAI/ML research papers and technical deep-dives
FuturismAI, science, and future technology
The RegisterEnterprise IT and AI infrastructure reporting
GizmodoConsumer AI, tech gadgets, and culture
The GuardianAI policy, regulation, business impact (major newspaper)
Ars TechnicaDeep technical AI journalism, model releases, research
InfoQAI/ML engineering, applied AI, developer-focused
The Next WebEuropean AI startups, policy, and global perspective
AI-TechParkAI press releases, product launches, partnerships (high volume)

Why should I scrape AI news?

In the rapidly evolving world of AI, information is paramount. By scraping AI news programmatically, you ensure timely access to crucial developments — new model releases, funding rounds, regulatory changes, and research breakthroughs — without manually browsing dozens of websites. This data is also widely used for AI model training, sentiment analysis, competitive intelligence, and building AI-powered news products.

How much will it cost to scrape AI news?

This actor uses pay-per-event pricing — you pay for each article returned, not for compute time. Each article includes the full text, metadata, and image — scraped from 21 different sources and deduplicated for you.

$0.01 per article.

Date RangeTypical articlesEstimated cost
Last 1 hour5–15~$0.05–$0.15
Last 4 hours15–40~$0.15–$0.40
Last 12 hours50–120~$0.50–$1.20
Last 7 days200–350~$2.00–$3.50
Last 14 days300–500~$3.00–$5.00

Use the max_news input to cap the number of articles and control spend. Enabling residential proxies adds a small additional cost per request.

This actor only collects publicly available editorial content — no private user data, login-gated content, or personal information is scraped. We believe responsible use of this actor complies with standard web scraping ethics. That said, you should be aware that scraped content may be subject to copyright. Always review the terms of service of the individual sources and consult your legal team if you intend to republish or redistribute content. You can also read the Apify blog post on the legality of web scraping.

Input

FieldTypeDescriptionDefault
dateselectTime range of articles to fetchlast7days
keywordstringFilter articles by keyword in title (e.g. "OpenAI", "AI agent")(none)
max_newsintegerMaximum number of articles to return100
proxy_configobjectProxy configuration — residential proxies recommendeduseApifyProxy: false

Date range options:

ValueDescription
last_1_hourLast 1 hour — breaking news pulse
last_4_hoursLast 4 hours — session check-in (typically 15–40 articles)
last_12_hoursLast 12 hours — morning briefing (typically 50–120 articles)
todaySince midnight UTC today
last2daysLast 2 days
last3daysLast 3 days
last5daysLast 5 days
last7daysLast 7 days (default) — typically 200–350 articles
last14daysLast 14 days — typically 300–500 articles

Example input:

{
"date": "last_12_hours",
"keyword": "AI agent",
"max_news": 50
}

Output

Each article in the dataset contains the following fields:

FieldDescription
urlDirect link to the article
titleArticle headline
sourcePublication name (e.g. TechCrunch, Wired)
source_linkHomepage of the publication
subjectTopic/category tag (if available)
writerAuthor name (if available)
contentFull article text
imageFeatured image URL
dateHuman-readable publication date
date_formattedUTC datetime string for sorting and filtering
read_minutesEstimated reading time in minutes

Example output:

{
"url": "https://techcrunch.com/2026/03/24/openai-launches-new-reasoning-model/",
"title": "OpenAI launches new reasoning model targeting enterprise customers",
"source": "TechCrunch",
"source_link": "https://techcrunch.com",
"subject": "Artificial Intelligence",
"writer": "Kyle Wiggers",
"content": "OpenAI on Tuesday announced...",
"image": "https://techcrunch.com/wp-content/uploads/2026/03/openai-hero.jpg",
"date": "March 24, 2026",
"date_formatted": "2026-03-24 14:30:00",
"read_minutes": 4
}