Superuser: Search Questions
Superuser via Parse · developer_tools
Search Super User questions using a text query with optional tag filtering. Uses the Stack Exchange advanced search endpoint for relevance-ranked results. 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/search_questions
- Interface artifact
- sha256:88afefff8c46cd04bca7f213656c9a8b1c173b40c33a1a6586dbee1c0f517c36
- Manifest digest
- sha256:7101d827b6a530bc05b6e78315ca8a1753ec82ca51d865c2519706943e835ab9
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for search results.: Allowed values: relevance, votes, creation, activity
- order (string): Result ordering.: Allowed values: asc, desc
- query (string, required): Search query text (e.g. bluetooth, wifi setup, Windows 10 printing).
- 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":"relevance","order":"asc","query":"bluetooth","tagged":"linux","pagesize":"5"}