Reddit Historical Archive Scraper - Old Posts by Date — free API client for the Apify platform. No API key setup, thousands of structured results, export to JSON, CSV or Excel.
Project description
Reddit Historical Archive Scraper - Old Posts by Date
Reddit Historical Archive Scraper - Old Posts by Date — a Python client for the Apify Actor. Pull reddit data at scale with no API-key hassle: thousands of clean, structured results you can export to JSON, CSV or Excel.
▶️ Run it on Apify: https://apify.com/logiover/reddit-historical-archive-scraper
Install
pip install reddit-historical-archive-scraper
Usage
from reddit_historical_archive_scraper import scrape
items = scrape({}, token="YOUR_APIFY_TOKEN")
print(len(items), "results")
print(items[0])
Get your free Apify token at https://console.apify.com/account/integrations.
Input
| Field | Type | Description |
|---|---|---|
subreddits |
array | Subreddits |
postIds |
array | Post IDs |
usernames |
array | Usernames |
searchQueries |
array | Post Search Queries |
commentSearchQueries |
array | Comment Search Queries |
startUrls |
array | Reddit URLs (auto-detected) |
sort |
string | Sort |
afterDate |
string | After Date (ISO) |
beforeDate |
string | Before Date (ISO) |
minScore |
integer | Minimum Score |
userContent |
string | User Content Type |
maxItems |
integer | Max Items (Global) |
maxItemsPerTarget |
integer | Max Items Per Target |
requestDelayMs |
integer | Request Delay (ms) |
maxRetries |
integer | Max Retries on 429/5xx/timeout |
All fields optional — run with empty input {} for a broad default result set.
Output
Each result item includes fields such as: subreddit, author, title, score, upvoteRatio, numComments, createdUtc, permalink, url, body, depth, username, linkKarma, commentKarma, totalKarma, verified, isGold, isMod, displayNamePrefixed, subscribers.
Why use this
- ⚡ Thousands of results per run, auto-paginated
- 🔑 No reddit login or reverse-engineering — just call the Actor
- 📦 Export to JSON, CSV, Excel, JSONL, XML
- ☁️ Runs on Apify cloud — schedule it, add webhooks, wire into Make / Zapier / n8n
FAQ
Do I need an API key?
Only a free Apify token (grab one at https://console.apify.com/account/integrations). No reddit login and no scraping setup on your side.
How many results can I get?
Thousands per run. Raise the limit in the input to pull more — the Actor paginates for you.
What export formats are supported?
Results are plain JSON in code; from the Apify dataset you can export CSV, Excel, JSON, JSONL or XML.
Is this an official reddit API?
No. It is an unofficial reddit data client on the Apify platform — a maintained alternative when there is no official or affordable API.
Links
- ▶️ Run the Actor: https://apify.com/logiover/reddit-historical-archive-scraper
- 📚 Docs & examples: https://github.com/logiover/reddit-historical-archive-scraper
- 🧰 More scrapers by logiover: https://apify.com/logiover
MIT © 2026 logiover · Client library for the hosted Apify Actor. Not affiliated with reddit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reddit_historical_archive_scraper-1.0.0.tar.gz.
File metadata
- Download URL: reddit_historical_archive_scraper-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95e72ef4d400769509ab048ef01a7290ceb92b089cb785c135167ece1f3b13f7
|
|
| MD5 |
812281e4d03193ab33cafe9532f62201
|
|
| BLAKE2b-256 |
57b6d9613ef3e7deeca2f8cba64e1493428b03f1ceab6175804c85d9bcafb39d
|
File details
Details for the file reddit_historical_archive_scraper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: reddit_historical_archive_scraper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b05439fa2ccca53e2cc69fff3193dbb826de6bc53e277e220e6a9c22a26cbdd
|
|
| MD5 |
070a4f718726f98f19d8ba5c598bf608
|
|
| BLAKE2b-256 |
703289d55d46740c9bf16372edfb634bd92bb39b77a6c42727ecaf5fc23ae17d
|