VOOZH about

URL: https://apify.com/dami_studio/stackexchange-scraper

โ‡ฑ Stack Exchange Scraper - Stack Overflow & Network ยท Apify


๐Ÿ‘ Stack Overflow / Stack Exchange Scraper avatar

Stack Overflow / Stack Exchange Scraper

Pricing

from $2.00 / 1,000 question returneds

Go to Apify Store

Stack Overflow / Stack Exchange Scraper

Searches Stack Overflow and Stack Exchange sites (Server Fault, Super User, Ask Ubuntu, MathOverflow, Software Engineering) by keyword and/or tags and returns structured questions: title, score, answer count, views, tags, author, date, and the questi

Pricing

from $2.00 / 1,000 question returneds

Rating

5.0

(1)

Developer

๐Ÿ‘ Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

Search Stack Overflow โ€” or any of the big Stack Exchange sites (Server Fault, Super User, Ask Ubuntu, MathOverflow, Software Engineering) โ€” by keyword and/or tags, and get back clean, structured questions. No API key, no login, no anti-bot.

It talks to the public api.stackexchange.com API directly, so results are fast and reliable. It paginates for you, dedupes by question id, and returns the question body as plain text (HTML stripped).

What you get per question

questionId, title, url, score, answerCount, viewCount, isAnswered, tags, ownerName, ownerReputation, createdAt (ISO), and body (the question text, HTML stripped).

Input

FieldNotes
queryKeywords (title + body). Optional if you give tags.
sitestackoverflow, serverfault, superuser, askubuntu, mathoverflow, softwareengineering.
tagsComma-separated, e.g. javascript,promise. A question must carry all of them.
sortByvotes (default), relevance, creation, activity.
maxItemsHow many questions to collect (paginates the API in pages of 100).

You must provide a query or at least one tag.

Output

One dataset row per question. Empty searches return a single diagnostic row and are not charged.

Example

{"query":"async await","site":"stackoverflow","tags":"javascript","sortBy":"votes","maxItems":50}

Notes

The unauthenticated Stack Exchange API allows ~300 requests/day per IP. The actor respects the API's backoff directive (sleeps when asked) and stops cleanly when the daily quota is exhausted, returning a clear diagnostic instead of failing silently. For very large jobs, split by tag, keyword, or site.

You might also like

Stack Exchange Questions Search Scraper

parseforge/stackexchange-questions-scraper

Search questions across Stack Overflow, Server Fault, Super User, Mathematics, Cross Validated, Ask Ubuntu and 170+ other Stack Exchange sites. Returns title, full body, tags, score, view count, answer count, accepted answer, asker info, dates and direct URL. Filter by tag, score, sort or site.

Stack Overflow Scraper โ€” Stack Exchange Questions

devilscrapes/stackexchange-questions-scraper

Search and scrape questions across Stack Overflow and every Stack Exchange site โ€” by tag, search query, or user โ€” title, body, tags, score, views, answers, accepted answer, asker, timestamps โ€” export to a JSON or CSV dataset. Built on the Stack Exchange v2.3 API.

Stack Overflow Scraper - Questions & Users

fascinating_lentil/stack-overflow-scraper

Scrape Stack Overflow questions and users via the official Stack Exchange API. Get titles, scores, answers, views, tags, bodies, and user profiles. Works across all Stack Exchange sites.

๐Ÿ‘ User avatar

Md Jakaria Mirza

2

Stack Exchange Questions Scraper

gio21/stackexchange-questions-scraper

Scrape questions from any Stack Exchange site (Stack Overflow, Server Fault, Math.SE, Ask Ubuntu, etc.) by tag, intitle search, or sort (votes/activity/newest/hot). Returns title, score, answer count, views, owner, tags, link, dates. Pay per question returned.

Stack Exchange Scraper

crawlerbros/stack-exchange-scraper

Scrape questions, answers, users, and tags from Stack Overflow and 170+ Stack Exchange communities. HTTP-only via the public Stack Exchange API. No login, no proxy.

Stack Overflow Scraper

pear_fight/stackoverflow-scraper

Scrape questions, answers, tags from Stack Overflow

Stack Overflow

jupri/stackexchange