I would like to create a simple C++ program that extracts data from a website and then manipulates that data. For example, typing in a stock name in the C++ program and receiving the current price from Yahoo Finance. Would a backend framework be needed to perform this task and if so, would it be better to use a JavaScript framework since there are far more resources online about JS frameworks? Thank you in advance for answering this question and please break it down so a beginner like myself can understand and apply it to similar scenarios.