开发者工具
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.
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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
Question IdTitleLinkScoreView CountAnswer CountIs AnsweredHas Accepted AnswerTagsOwnerOwner ReputationOwner LinkCreation DateLast Activity Date
示例输出
一条真实的示例记录,正是你收到的结构。
| Question Id | Title | Link | Score |
|---|---|---|---|
| 55840294 | How to fix missing dependency war… | https://stackoverflow.com/questio… | 890 |
| 53120972 | How to call loading function with… | https://stackoverflow.com/questio… | 594 |
| 53332321 | React 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).