Hi. I am trying to scrape information from this URL: Los Angeles, CA Music Events | Eventbrite
Here is the information I want to scrape for each event:
- Name of event
- Date and time of event
- Event organizer name
- Ticket price
As you can see in the image below, there are multiple arrow > buttons for each category of event that look like this:
So for each event category, such as ‘Most popular’, ‘This weekend’, ‘Performances’, ‘Free’, ‘Parties’, or ‘Festivals’, there is one of these arrow scroll buttons. Clicking them allows you to see more events from that category.
However, Bardeen’s click pagination only allows for one target button (I believe).
Is there a workaround way so that I can scrape all of the events on the page by clicking these scroll arrow > buttons for each category of event?