Stack Exchange Question Stats avatar

Stack Exchange Question Stats

Pricing

$1.00 / 1,000 question scrapeds

Go to Apify Store
Stack Exchange Question Stats

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

Bruno Finger

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
tagstringone of tag/keywordFilter questions by tag; comma-separate for multiple tags.
keywordstringone of tag/keywordSearch questions whose title contains this keyword.
sitestringnostackoverflowStack Exchange site to query (e.g. superuser, askubuntu).
maxQuestionsintegerno10Max questions returned per run (cap 100).
sortstringnoactivityactivity, votes, creation, or relevance (keyword search only).
includeTagStatsbooleannofalseAlso push aggregate tag stats (count, synonyms, moderator-only).
apiKeystringnoOptional 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
}