Superuser: Get Question Comments
Superuser via Parse · developer_tools
Fetch comments on a specific question by its numeric ID. Returns comment text, scores, and owner information. Paginates via integer page parameter. 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_question_comments
- Interface artifact
- sha256:0defd7f9971cae8155c2954c9cea11f68957e4f943a09cf7c199dc22b5b5232e
- Manifest digest
- sha256:e6c7398b01286e9bc0c3c95c76b02be0788c0070287c03b275b92ba4c954d806
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for comments.: Allowed values: creation, votes
- order (string): Result ordering.: Allowed values: asc, desc
- pagesize (integer): Number of items per page (max 100).
- question_id (string, required): Numeric ID of the question (e.g. 1797834).
Example queries
- {"page":"1","sort":"creation","order":"asc","pagesize":"30","question_id":"943585"}