Stack Overflow & Stack Exchange Scraper
Pricing
from $1.00 / 1,000 question scrapeds
Stack Overflow & Stack Exchange Scraper
Search questions across Stack Overflow and 25+ Stack Exchange sites; export title, tags, score, answers, views, author, dates, link and optional top answers via the official Stack Exchange API. No scraping, no key. Pay per question.
Pricing
from $1.00 / 1,000 question scrapeds
Rating
0.0
(0)
Developer
Pedro Resende
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Stack Overflow & Stack Exchange Scraper searches questions across 25+ Stack Exchange communities (Stack Overflow, Super User, Server Fault, Ask Ubuntu, Unix, Mathematics, Cross Validated, and more) and returns rich, structured records — title, tags, score, answer/view counts, author, dates, link, and optional nested top answers — via the official Stack Exchange API. No scraping, no anti-bot, no key required. Pay only per question.
What this scraper does
- Search questions by free text (
intitle:supported) and/or tags across any of 25+ Stack Exchange sites. - Filter by minimum score, minimum answer count, answered/unanswered status, and creation date range.
- Sort by relevance, votes, activity, or newest.
- Export title, tags, score, view count, answer count, author name + reputation, creation date, and link per question.
- Optionally nest the top 3 answers (with body text) inside each question record.
- Great for developer research, tech-trend analysis, recruiting, LLM/RAG datasets, and Q&A mining.
Input
| Field | Description |
|---|---|
query | Free-text search (supports intitle:). |
tagged | Filter by one or more tags (OR-combined). |
site | Stack Exchange community (default stackoverflow). |
maxResults | Max questions (1–100). |
sort | relevance, votes, activity, or creation. |
minScore / minAnswers | Minimum score / answer count. |
answered | any, answered, or unanswered. |
fromDate / toDate | Creation date range (YYYY-MM-DD). |
includeAnswers | Nest top 3 answers per question (default false). |
apiKey | Optional Stack Exchange API key (raises quota to 10k/day). |
Output
Each dataset item includes question_id, title, tags[], score, view_count, answer_count, is_answered, accepted_answer_id, owner_name, owner_reputation, creation_date, last_activity_date, link, site, answers[] (optional) and scrapedAt.
Pricing
Pay per event: billed once per question returned. An aborted run only pays for what it delivered. No monthly rental.
Note: this Actor uses the official Stack Exchange API (api.stackexchange.com) — no scraping of the web UI. Public data is served under CC BY-SA.