Tweakers Forum Scraper
Pricing
from $1.00 / 1,000 posts
Tweakers Forum Scraper
Scrapes Tweakers.net forum threads into structured JSON. Each post includes poster info, timestamp, page number, and content converted to Markdown. Configure with a thread ID from the URL and an optional date filter for incremental runs.
Pricing
from $1.00 / 1,000 posts
Rating
0.0
(0)
Developer
Algorythmz
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Tweakers Scraper
An Apify actor that crawls Tweakers.net forum threads and outputs structured post data for AI-powered analysis (sentiment analysis, topic modeling, customer feedback).
tweakers-apify
Scrapy spider packaged as a Docker container for the Apify platform.
Stack: Python, Scrapy, Apify SDK, Docker
Entry point: main.py
Spider: tweakers_forum_scraper/spiders/forum_spider.py
Requirements
- Python 3.11+
- Dependencies managed via
pyproject.toml(install withpip install -e .)