Hello guys,
I wanted to share this API with you. You can use it to develop applications around codeforces problems. This is how it works. You give it the problem ID. It returns back the problem description in JSON format. The description includes {title, time_limit, memory_limit, statement, input_specification, output_specification, sample_tests, note}.
Your contributions, suggestions and edits are welcome.
You can find the GitHub repo here. https://github.com/kerolloz/codeforces-problem-scrapper-api








its not working bro can u give it a look plss , i need it urgently
wont work now
is there any alternate way u know of
I did a similar project. U can just call the api and fetch the problem list. or if u need certain datasets check kaggle
i need actual problem description ill see some another way thanks broo
Did u find any alternative
yeah i was able to scrap the problem statement and all its test cases
Can you tell me how and wt did you do??(In dire need of help)
i used puppeteer to scrap it if u need the script i can share but it was made like 1.5 years ago not sure will it work again or now but u can try i think it should work
code for the script below
https://github.com/TusharSachdeva29/codeforces-scrapper/commit/80193f15a25a39efdd7c07a3505f6a88e6c834b8#diff-13876b4beb64b9f156474dc78f9c923952a7ca210d4507b6b3135bbe244f8a60R1-R104