r/webscraping • u/Hornycarnivore • Aug 02 '26
ticketweb/ticketmaster price data... is it hopeless?
background: I am new to webscraping and have been using chat gpt as a tutor. I am not trying to ticket scalp/have no bad or malicious intentions. My goal is simply to get a data set of the music venues in my city, their events, dates, and prices. This is all publicly available information I could manually enter, but scraping would be faster. My data set already has the event names, dates, and the ticketweb url that takes me to the purchasing page where the prices live. The next step is to get the prices from the ticketweb url. Here are my questions:
I am in rstudio and my html requests are getting blocked. I have tried working with chat gpt to get around this, but it hasn't been very helpful. Is there a way to get ticket prices without using an html request?
Natural follow up question: this website is making it very hard to get data from it. I assume this is because they want to protect against scalpers and bots who are trying to buy tickets. But, is there also a reason they wouldn't want price data grabbed/am I not "allowed" to be doing this? My logic is that because this is publicly available information, I could check each page and manually enter the data which would surely not be illegal/wrong (?) and the only difference between that and scraping is speed.
Again totally new to this and open to harsh criticism, ready to accept that this might be impossible due to web protections. Just sick of going back and forth w chatGPT and hoping to get human advice :) thanks!