Stack Exchange Question Stats
Pricing
$1.00 / 1,000 question scrapeds
Stack Exchange Question Stats
Fetch questions, scores, answers, and tag statistics from Stack Overflow or any Stack Exchange site. Uses the official Stack Exchange API v2.3 — no scraping needed.
Pricing
$1.00 / 1,000 question scrapeds
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Fetches questions, scores, answers, and tag statistics from Stack Overflow or any Stack Exchange site via the official Stack Exchange API v2.3 (keyless, ~300 requests/day quota; an optional Stack Apps key raises the limit).
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tag | string | one of tag/keyword | — | Filter questions by tag; comma-separate for multiple tags. |
keyword | string | one of tag/keyword | — | Search questions whose title contains this keyword. |
site | string | no | stackoverflow | Stack Exchange site to query (e.g. superuser, askubuntu). |
maxQuestions | integer | no | 10 | Max questions returned per run (cap 100). |
sort | string | no | activity | activity, votes, creation, or relevance (keyword search only). |
includeTagStats | boolean | no | false | Also push aggregate tag stats (count, synonyms, moderator-only). |
apiKey | string | no | — | Optional Stack Apps API key to raise the rate limit. |
Output
Each dataset item is a question with: type, site, questionId, title,
link, tags, score, viewCount, answerCount, isAnswered,
acceptedAnswerId, creationDate, lastActivityDate, owner
(displayName, reputation, userId, link), and contentLicense.
When includeTagStats is enabled, additional items of type: "tag-stats"
carry tag, count, hasSynonyms, isModeratorOnly, isRequired, and
lastActivityDate.
Usage
{"tag": "python","maxQuestions": 10,"sort": "votes","includeTagStats": true}