Stack Overflow & Stack Exchange Scraper avatar

Stack Overflow & Stack Exchange Scraper

Pricing

Pay per event

Go to Apify Store
Stack Overflow & Stack Exchange Scraper

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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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.