Hackerrank: Get Challenges
Hackerrank via Parse · developer_tools
Get challenges with their score data including max_score, difficulty rating, success_ratio, total submissions, and solved count. Can be filtered by track or return all challenges. Results are paginated with offset/limit. Each challenge includes track metadata, skill level, preview text, and tags. Extract challenge scores, difficulty ratings, success ratios, and track-level ranking data from HackerRank's public practice platform. Fulfilled by Parse from hackerrank.com.
- developer-tools
- education
- hackerrank
- hackerrank-com
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b59ecdc9-59f5-4d6b-b890-daba4a62f7c0/get_challenges
- Interface artifact
- sha256:7268580ad5c88bc7d552d6463781ebc231a0c02151ac38dca374862ae6bc8cb2
- Manifest digest
- sha256:96aee655e52673acd563d4e95feb02352a0c1ff8381b80592f7138d01ce6e2d9
Request fields
- limit (integer): Number of challenges to return per page (max observed: 100).
- track (string): Track slug to filter challenges. When omitted, returns all challenges across all tracks.: Allowed values: algorithms, data-structures, mathematics, sql, databases, regex, security, distributed-systems, tutorials, c, cpp, java, python, ruby, shell, fp, ai, react, general-programming
- offset (integer): Pagination offset (number of items to skip).
Example queries
- {"limit":"5","track":"algorithms","offset":"0"}