Neetcode: Get Lesson Article
Neetcode via Parse · education
Retrieve the article content for a specific lesson in a course. Not all lessons have articles; if the requested lesson has no article, the endpoint returns a stale_input error with kind 'input_not_found'. The lesson_name must exactly match a lesson name from get_course_chapters (case-sensitive). 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_lesson_article
- Interface artifact
- sha256:692a0b3b220ed4885247cde609ad5f4f49ddeb43339134a82f3469fca5c52620
- Manifest digest
- sha256:dda66d08bb836576b8af4041c0803c008c30054ad779e972e2e9458267f878fe
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
- lesson_name (string, required): Exact lesson name as returned by get_course_chapters (case-sensitive, e.g. 'RAM', 'Kadane\'s Algorithm').
Example queries
- {"course_id":"dsa-for-beginners","lesson_name":"Introduction"}