Stack Overflow & Stack Exchange Scraper
Pricing
Pay per event
Stack Overflow & Stack Exchange Scraper
Scrape questions from Stack Overflow and any Stack Exchange site by tag or full-text search: title, tags, score, views, answer count, accepted answer, author, dates, link and full question body. Fast clean HTTP via the Stack Exchange API; optional key for higher quota.
Pricing
Pay per event
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape questions from Stack Overflow and any Stack Exchange site via the official API. Clean HTTP, no key required (optional key raises quota).
Input
{ "site": "stackoverflow", "tags": ["python"], "sortBy": "votes", "minScore": 50, "maxItems": 500 }
- site — stackoverflow, serverfault, superuser, askubuntu, math, stats, unix, ...
- tags — filter by tags.
- query — full-text search (optional).
- sortBy — votes / relevance / activity / creation / hot.
- apiKey — optional Stack Apps key for higher quota.
Output
questionId, title, tags, score, viewCount, answerCount, isAnswered, acceptedAnswerId, ownerName, ownerReputation, ownerLink, creationDate, lastActivityDate, link, body.
Data from the public Stack Exchange API.