Scrapers.lat logo scrapers.lat
開発ツール

Stack Overflow Questions Scraper - Scores, Tags & Answers

Scrape Stack Overflow and Stack Exchange questions by keyword with score, view count, answer count, tags, owner and links. Export to JSON, CSV or Excel.

20 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
stackexchange-scraper.json 200 OK
{
  "questionId": 55840294,
  "title": "How to fix missing dependency warning when usi…",
  "link": "https://stackoverflow.com/questions/55840294/h…",
  "score": 890,
  "viewCount": 1254425,
  "answerCount": 26,
  "isAnswered": true,
  "hasAcceptedAnswer": true,
  "tags": ["reactjs","react-hooks","eslint","create-re…
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
Question IdTitleLinkScoreView CountAnswer CountIs AnsweredHas Accepted AnswerTagsOwnerOwner ReputationOwner LinkCreation DateLast Activity Date
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

Question IdTitleLinkScore
55840294How to fix missing dependency war…https://stackoverflow.com/questio…890
53120972How to call loading function with…https://stackoverflow.com/questio…594
53332321React Hook Warnings for async fun…https://stackoverflow.com/questio…593
GET /stackexchange-scraper
{
  "questionId": 55840294,
  "title": "How to fix missing dependency warning when usi…",
  "link": "https://stackoverflow.com/questions/55840294/h…",
  "score": 890,
  "viewCount": 1254425,
  "answerCount": 26,
  "isAnswered": true,
  "hasAcceptedAnswer": true,
  "tags": ["reactjs","react-hooks","eslint","create-re…
}

よくある質問

Can I search sites other than Stack Overflow?

Yes. Set the site field to any Stack Exchange site such as `serverfault`, `superuser` or `askubuntu`.

Can I sort by votes or by newest?

Yes. Choose votes, recent activity, newest or relevance.

Which fields are numeric?

Score, view count, answer count and owner reputation are parsed as numbers so you can sort and filter directly.

How fresh is the data?

Scores and view counts are read live at run time, so each record reflects the moment of the run (see observedAt).

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。