Stack Overflow Scraper avatar

Stack Overflow Scraper

Under maintenance

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Stack Overflow Scraper

Stack Overflow Scraper

Under maintenance

Scrape questions, answers, tags from Stack Overflow

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Harald

Harald

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

Scrape questions, answers, tags, and metadata from Stack Overflow.

Features

  • Search Mode: Search for questions by keyword
  • Tag Mode: Get top questions for a specific tag
  • Question Mode: Scrape a single question with all its answers

Input

  • mode (required): "search", "tag", or "question"
  • searchQuery: Search term (for search mode)
  • tag: Tag name (for tag mode)
  • questionUrl: Full URL to question (for question mode)
  • maxResults: Maximum number of results (default: 10)

Output

Each item contains:

  • title: Question title
  • votes: Number of votes
  • answersCount: Number of answers
  • views: View count
  • tags: Array of tags
  • url: Question URL
  • hasAcceptedAnswer: Whether question has an accepted answer

For question mode, includes full answer details and accepted answer.