Is click pagination for multiple target buttons possible?

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:

Screenshot 2024-02-19 at 3.39.09 PM

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?

Hi @adam2, Welcome to the Bardeen Community!

Good question, in this specific scenario, you’d need to create different list scraper templates per section/category of pagination.

I hope this helps!

Please let me know if you have any questions or need more information.
Thank you,
Jess

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.