I am trying to scrape event listings, broken into date, time, band and URL/location. Is there something that im misunderstanding regarding Bardeen and XPath? When i plug the following XPath into Developer Console, it returns 11 elements, but in Bardeen Scraper, it repeats the same Date/Time element:
//div[contains(@class, ‘sqs-html-content’)]/p/text()[normalize-space()]
I don’t believe Bardeen’s scraper recognizes all XPath selectors just yet. But also searching this XPath doesn’t return anything in the Dev Tools of this page:
However, I was able to return the result you are looking for below: