HackerRank Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
HackerRank Scraper
Search and scrape HackerRank coding challenges by keyword. Returns challenge title, slug, difficulty, success ratio, solve count, URL, and page number, with support for multi-page results and optional proxy configuration.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
Input
| Field | Type | Default | Notes |
|---|---|---|---|
query | string | array | Search text, e.g. tree, dynamic programming. |
pages | integer | 1 | Number of result pages to fetch (20 challenges per page). |
proxyConfiguration | object | no proxy | Optional; enable only if rate-limited. |
{"query": "array","pages": 1,"proxyConfiguration": { "useApifyProxy": false }}
Output
Each dataset item has exactly the fields the original scraper yields:
{"site": "hackerrank","name": "Arrays - DS","slug": "arrays-ds","difficulty": "Easy","success_ratio": 0.95,"solved": 412345,"url": "https://www.hackerrank.com/challenges/arrays-ds/problem","page": 1}