Superuser: Get Questions
Superuser via Parse · developer_tools
Fetch a paginated list of questions from Super User with optional tag filtering and sorting. Returns questions with full body HTML. Paginates via integer page parameter; has_more indicates additional pages. Each question includes owner info, tags, scores, and timestamps as Unix epoch integers. Access questions, answers, comments, and hot network questions from Super User (superuser.com) using the Stack Exchange API. Fulfilled by Parse from superuser.com.
- developer-tools
- education
- parse
- platform-key
- reviews-ratings
- superuser
- superuser-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/74566749-b32c-4dfc-a5d7-aec25f0d0027/get_questions
- Interface artifact
- sha256:9031e283ce8d9069372ced3f6bef5ff213264b2ba680caed64ba7505647ab16b
- Manifest digest
- sha256:68b28bbea0469567e41350f54cc30571b4d674c4956a319c9ef3e4e026f07c27
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for questions.: Allowed values: activity, votes, creation, hot, week, month
- order (string): Result ordering.: Allowed values: asc, desc
- tagged (string): Filter by tag name (e.g. windows-10, linux, networking).
- pagesize (integer): Number of items per page (max 100).
Example queries
- {"page":"1","sort":"activity","order":"asc","tagged":"windows-10","pagesize":"5"}