I am scraping data from a crowdfunding music based website. for research purposes. I am specifically trying to get data for the projects under the 'Rock' genre on the website, however when I get the source code using my web crawler, it is different from what I can see if I "view-source" on my browser when analyzing the website, and the data I need is nowhere to be found.
I've inspected the website and have tried to determine the source of the data with no success. Is this a common problem when scraping websites?
The web crawler I am using is written in VBA and has already been used to scrape data from other websites, this is the first time I encounter something like this.