VOOZH about

URL: https://apify.com/fortuitous_pirate/news-archive-scraper

⇱ News Archive Scraper Β· Apify


Pricing

from $10.00 / 1,000 result items

Go to Apify Store

News Archive Scraper

News Archive Aggregator. Structured data export for lead generation, enrichment, and competitive research.

Pricing

from $10.00 / 1,000 result items

Rating

0.0

(0)

Developer

πŸ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

a month ago

Last modified

Share

News Archive Aggregator

Overview

Aggregates news articles from multiple free APIs: GNews (100/day), NewsData. io (200/day), and HackerNews (unlimited). Supports keyword search, date filtering, and deduplication.

Features

  • Search by keywords to find specific results
  • Filter results by category or type
  • Export data in JSON, CSV, or Excel formats
  • Control output volume with configurable result limits

Use Cases

  • Track - Track entertainment listings and reviews
  • Build - Build media databases for content analysis
  • Monitor - Monitor entertainment industry trends and ratings
  • Aggregate - Aggregate entertainment data for recommendation engines

Input Parameters

ParameterTypeDescriptionDefault
keywordsarrayKeywords to search for in news articles. Leave empty to get latest news.[]
sourcesarrayWhich APIs to fetch news from["hackernews"]
dateFromstringStart date for news articles (YYYY-MM-DD format)
dateTostringEnd date for news articles (YYYY-MM-DD format)
languagestringLanguage code for articles (e.g., en, es, fr, de)en
categorystringNews category filter``
maxItemsintegerMaximum number of articles to return (after deduplication)100
includeContentbooleanAttempt to include full article content when availabletrue

Output Example

Each result contains structured data like this:

{
"title":"Sample Entertainment Result",
"rating":4.5,
"genre":"Drama",
"releaseDate":"2025-01-15",
"description":"Detailed description of the item...",
"cast":[
"Actor 1",
"Actor 2"
],
"url":"https://example.com/item/12345"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the News Archive Aggregator actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl-X POST "https://api.apify.com/v2/acts/fortuitous_pirate~news-archive-scraper/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/news-archive-scraper").call(
run_input={"maxItems":10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect News Archive Aggregator with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration

You might also like

Internet Archive Items Scraper - archive.org Search by Query

gio21/archive-org-items-scraper

Search Internet Archive (archive.org) items: books, movies, audio, software, images, web archives, data. Returns title, creator, date, description, downloads, identifier, URLs. Free, no key. For research, content discovery, digital preservation.

Internet Archive Search Scraper

crawlerbros/internet-archive-search-scraper

Searches and retrieves items from the Internet Archive (archive.org) - 44M+ books, videos, audio, software, and web archives. Free, no API key required.

πŸ”₯ Google News Search Scraper

powerai/google-news-search-scraper

Search Google News and export structured metadata with optional article enrichment.

Product Hunt Archive List Scraper

scrapeverse/product-hunt-archive-list-scraper

Easily extract structured data from Product Hunt Launch Archive listing for any given date.

Ultimate News API

glitch_404/Ultimate-News-Scraper

Scrape up to 10000 news articles from over 4500 news sources in less than 20 minutes, news from over 20 categories, e.g., Crypto news, World News, Latest News, Celebrities, and a lot more. You can find news on websites such as Fox News, BBC News, CNN, and Cryptocurrency-Related News Sources.

255

1.0

Ultimate News Scraper - Rise of the Phoenix

thescrapelab/Apify-The-Rise-of-the-Phoenix

Search a news archive by country, website, and publication date. Estimate result counts, fetch paginated historical articles, and export clean news datasets without running a live scrape.

3

5.0