| --- |
| license: cc-by-4.0 |
| pretty_name: "Stack Exchange Questions Scraper" |
| tags: [other, web-scraping, apify, developer-tools, automation, scraper] |
| size_categories: |
| - n<1K |
| --- |
| |
| # Stack Exchange Questions Scraper |
|
|
| Scrape questions from Stack Overflow and any Stack Exchange site by tag: title, tags, score, views, answers, author and dates. Monitor questions about your product, tech or competitors on a schedule. |
|
|
| ## What the actor scrapes |
|
|
| # ❓ Stack Exchange Questions Scraper — Stack Overflow Q&A Data by Tag to JSON & CSV Scrape **questions from Stack Overflow and any [Stack Exchange](https://stackexchange.com) site** using the official Stack Exchange API. This Stack Overflow scraper pulls questions by tag — with title, score, view count, answer count, author, reputation and dates — fully paginated, with **no login, no API key and no blocking**. Export Stack Exchange Q&A data to JSON, CSV or Excel. Built for **scheduled, recurring |
| |
| ## Who this is for |
| |
| This sample is useful for anyone working in **other, developer tools, automation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. |
|
|
| ## Source |
|
|
| **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/stack-exchange-questions-scraper](https://apify.com/logiover/stack-exchange-questions-scraper) |
|
|
| ## Fields |
|
|
| - **`questionId`** — identifier |
| - **`title`** — item or page title |
| - **`link`** — field captured by the actor |
| - **`tags`** — associated tags |
| - **`author`** — author or creator handle |
| - **`authorReputation`** — field captured by the actor |
| - **`score`** — engagement / popularity score |
| - **`viewCount`** — numeric count |
| - **`answerCount`** — numeric count |
| - **`isAnswered`** — boolean flag |
| - **`hasAcceptedAnswer`** — boolean flag |
| - **`createdAt`** — creation timestamp |
| - **`lastActivityAt`** — timestamp |
| - **`scrapedAt`** — timestamp the row was scraped |
|
|
| ## Sample preview |
|
|
| ```json |
| [ |
| { |
| "questionId": 79941418, |
| "title": "FFmpeg/React video editor renders successfully but ignores object recolor and color grading", |
| "link": "https://stackoverflow.com/questions/79941418/ffmpeg-react-video-editor-renders-successfully-but-ignores-object-recolor-and-co", |
| "tags": [ |
| "javascript", |
| "python", |
| "node.js", |
| "artificial-intelligence" |
| ], |
| "author": "Dwayne Wayne", |
| "authorReputation": 1, |
| "score": 0, |
| "viewCount": 9, |
| "answerCount": 0, |
| "isAnswered": false, |
| "hasAcceptedAnswer": false, |
| "createdAt": "2026-05-14T20:22:19.000Z", |
| "lastActivityAt": "2026-05-14T20:22:19.000Z", |
| "scrapedAt": "2026-05-14T20:35:50.973Z" |
| }, |
| { |
| "questionId": 77667175, |
| "title": "How to add features from earlier stages of Neural Network to latter stages of Neural Network?", |
| "link": "https://stackoverflow.com/questions/77667175/how-to-add-features-from-earlier-stages-of-neural-network-to-latter-stages-of-ne", |
| "tags": [ |
| "python", |
| "machine-learning", |
| "neural-network", |
| "tf.keras" |
| ], |
| "author": "Jovan Krunic", |
| "authorReputation": 9, |
| "score": 0, |
| "viewCount": 21, |
| "answerCount": 0, |
| "isAnswered": false, |
| "hasAcceptedAnswer": false, |
| "createdAt": "2023-12-15T15:10:29.000Z", |
| "lastActivityAt": "2026-05-14T20:13:25.000Z", |
| "scrapedAt": "2026-05-14T20:35:51.058Z" |
| } |
| ] |
| ``` |
|
|
| ## Snapshot stats |
|
|
| - Row count in this sample: **50** |
| - Data quality flag at capture time: `EXISTING_USED` |
|
|
| ## License & Attribution |
|
|
| Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/stack-exchange-questions-scraper](https://apify.com/logiover/stack-exchange-questions-scraper). |
|
|
| The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content. |
|
|