Stack Overflow Questions Tracker avatar

Stack Overflow Questions Tracker

Pricing

Pay per usage

Go to Apify Store
Stack Overflow Questions Tracker

Stack Overflow Questions Tracker

Track Stack Overflow questions by tag, keyword, or user. Returns question title, score, view count, answer count, accepted answer, tags, author, and creation date. Filter by date range, minimum score, or answered status. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Stack Overflow Questions Tracker searches Stack Overflow questions by tag, keyword, or both — returning score, view count, answer count, accepted answer status, author reputation, and timestamps for up to 500 questions per run. Free Stack Exchange public API (no auth required, or supply a key for 10,000 req/day). $0.001/question.

The Stack Exchange API is reliable and free, but navigating pagination, tag intersection, and date filtering takes hours to implement. This actor handles it in one click.


Why use Stack Overflow Questions Tracker?

  1. Technology adoption research — Track question volume for a specific technology over time (e.g. python;pandas questions per month). Rising question frequency = growing developer adoption, even before Google Trends registers the trend.
  2. Developer content intelligence — Find the highest-voted unanswered questions in your domain. These are your content marketing targets — write a blog post or documentation page that answers them.
  3. Library comparison — Compare question volumes for competing libraries (react;typescript vs vue;typescript) to gauge relative developer mindshare.
  4. Q&A monitoring for your own tech — Schedule daily runs on your library's tag to monitor question quality, response rates, and community health over time.
  5. Recruiting signals — High question volume on niche topics (ZK proofs, Rust async, EVM assembly) reveals where engineering talent concentrations are forming before job market data catches up.

How to use

  1. Open the actor on Apify Store and click Try for free.
  2. Set tags (semicolon-separated) and/or keyword — at least one is required.
  3. Set minScore to filter out low-quality questions; answeredOnly: true to get only answered ones.
  4. Set fromDate / toDate for time-range filtering.
  5. Click Start. Returns one dataset record per question, sorted by vote count.

Input

ParameterTypeDefaultDescription
tagsstringSemicolon-separated tags, e.g. python;pandas;dataframe
keywordstringFull-text search across titles and bodies
minScoreinteger0Minimum question score (upvotes minus downvotes)
answeredOnlybooleanfalseReturn only questions with at least one answer
maxResultsinteger100Maximum questions to return (1–500)
fromDatestringStart date in ISO 8601 format: 2024-01-01
toDatestringEnd date in ISO 8601 format: 2024-12-31
apiKeystringStack Exchange API key for 10,000 req/day (optional)

At least one of tags or keyword is required.


Output

{
"question_id": 11227809,
"title": "How do I check if a list is empty?",
"url": "https://stackoverflow.com/questions/11227809/...",
"score": 3721,
"view_count": 2854312,
"answer_count": 29,
"is_answered": true,
"has_accepted_answer": true,
"tags": ["python", "list"],
"author": "Ray",
"author_reputation": 12345,
"creation_date": "2012-06-28T02:13:17+00:00",
"last_activity_date": "2024-03-15T10:22:00+00:00",
"fetched_at": "2024-09-01T08:00:00+00:00"
}

Cost estimation

$0.001 per question returned.

ResultsCost
100 questions$0.10
500 questions$0.50
Daily 100-question monitor × 30 days$3.00/month

FAQ

Can I get questions with a specific accepted answer? Filter by answeredOnly: true and minScore to get high-quality resolved questions. The has_accepted_answer field in output lets you filter further downstream.

What's the difference between tags and keyword? tags filters by Stack Overflow's structured tag taxonomy (very precise — python;pandas finds Python + Pandas questions specifically). keyword does full-text search across title and body. Combining both returns tag results merged with keyword results, deduplicated by question_id.

How many requests can I make without an API key? 300 requests/day per IP. Each page fetches up to 100 questions, so you can retrieve ~30,000 questions/day without a key. For larger volumes, register a free API key at stackapps.com for 10,000 req/day.

Are deleted or closed questions included? No — the Stack Exchange API only returns questions visible to unauthenticated users. Deleted questions and spam-removed content are excluded.


  • PyPI Downloads Tracker — Download stats to correlate with Stack Overflow question volume for the same Python libraries
  • GitHub Repo Stats Tracker — GitHub stars/forks to complement Stack Overflow mindshare data
  • AI Model Tracker — AI library pricing to pair with developer adoption signals from Stack Overflow

Feedback

If this actor powers your developer research, a review helps others find it: Leave a review on Apify Store