Neetcode: Get Course Chapters
Neetcode via Parse · education
Retrieve the full chapter/section structure of a course including all lessons. Returns the course display name, course_id, optional base code URL, and an array of sections each containing lessons with metadata (video IDs, suggested problems, custom problem slugs, lesson length in minutes, free-access flag). Access NeetCode problem lists (Blind 75, NeetCode 150, NeetCode 250, Core Skills, All), problem details with solutions, course chapters, and lesson articles. Fulfilled by Parse from neetcode.io.
- developer-tools
- education
- neetcode
- neetcode-io
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fe2f54eb-de40-436d-871b-707d154427d4/get_course_chapters
- Interface artifact
- sha256:1b6fc7afde7446e4489ad636b6629be1e159006e1ea2374ac72cd4590b6d5e9a
- Manifest digest
- sha256:a5d3a8437fd34d6aca56bb17a0c210a4307d65f9ba66f6e39cc82c3522623092
Request fields
- course_id (string, required): Course identifier. Accepted values: 'dsa-for-beginners', 'advanced-algorithms', 'system-design-interview', 'system-design-for-beginners', 'full-stack-development'.: Allowed values: dsa-for-beginners, advanced-algorithms, system-design-interview, system-design-for-beginners, full-stack-development
Example queries
- {"course_id":"dsa-for-beginners"}