Codewars Scraper
Pricing
from $3.00 / 1,000 results
Codewars Scraper
Scrape Codewars kata (coding challenges) by rank, language, and sort order via the official public API. No auth required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Scrape Codewars � Codewars kata.
Features
- Browse and search Codewars data
- Filter by kata by rank, language, sort
- Output:
kataId, name, rank, totalCompleted, totalAttempts, languages, kataUrl - No API key required
- Daily test runs for reliability
Input
| Parameter | Type | Description |
|---|---|---|
mode | select | What to fetch |
maxItems | integer | Maximum records to return (default: 50) |
Example input:
{"mode": "kata","maxItems": 10}
Output
Each record contains: kataId, name, rank, totalCompleted, totalAttempts, languages, kataUrl
Example record:
{"recordType": "record","scrapedAt": "2024-01-15T10:30:00+00:00"}
FAQ
Is this free to use? Yes � this actor uses only public APIs and requires no authentication.
How often is data updated? Data is fetched live on every run from Codewars.
What is the daily test run? This actor runs automatically every day to verify it still works correctly.
Data Source
Data is sourced from Codewars public API/website.