Hi -
Sorry but I don't work for Webscraper.io. I just help out on the forum from time to time but I'm not that advanced.
All you need to do is add text selectors for the information you want.
Try this, it's not 100% because some pages are formatted differently and I'm using Regex to select the info you want.
{"_id":"forum-pagination-not-working-eventbrite","startUrl":["https://www.eventbrite.com/d/united-states/african-american/?page=1&end_date=2020-01-31&start_date=2019-01-01"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["pagination"],"selector":"div.eds-media-card-content__primary-content a.eds-media-card-content__action-link","multiple":false,"delay":0},{"id":"Long Description","type":"SelectorText","parentSelectors":["links"],"selector":"div.listing-info__body div.g-group div.g-cell.g-cell-1-1","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.search-event-card-wrapper","multiple":true,"delay":0,"clickElementSelector":"a:contains(\"Next\")","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Address","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details div.event-details__data > p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"State","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details div.event-details__data > p:contains(\",\")","multiple":false,"regex":"([A-Z]{2})","delay":0},{"id":"Zipcode","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details div.event-details__data > p:contains(\",\")","multiple":false,"regex":"(\\d{5})$","delay":0},{"id":"City","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details div.event-details__data > p:contains(\",\")","multiple":false,"regex":"^(.+?),","delay":0},{"id":"Location Name","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details div.event-details__data > p:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"Start Date","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details time.clrfix p","multiple":false,"regex":"([^–]+)","delay":0},{"id":"Start Time ","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details time.clrfix p:nth-of-type(2)","multiple":false,"regex":"([^–]+)","delay":0},{"id":"End TIme","type":"SelectorText","parentSelectors":["links"],"selector":"div.g-group div.event-details time.clrfix p:nth-of-type(2)","multiple":false,"regex":"([^–]+$)","delay":0}]}