Scraping more text

Hi. I'm new and my question might be too simpel. Unfortunately, I haven't found an answer anywhere else.

I'd like to pick the complete "black on white" text from a page like this (from "Lernen Sie die" until "Fachdatenbanken").
With "content=.slub-event-show > p, .slub-event-show li" and "not multiple" I get only the first line. When I put it on Multiple=Yes, I get a new data value for every line in the text, not the whole text in the same element.
(root page is https://www.slub-dresden.de/service/veranstaltungen/)

Url: https://www.slub-dresden.de/service/veranstaltungen/details/veranstaltung/show/24768/

Sitemap:
{id:"slub1"}

Try this:

Type: Text
Selector: div.slub-event-show div.extrabox + p, p ~ ul
Multiple: Yes (checked)

You'll need to account for unsorted lists <ul> used in some pages, e.g. https://www.slub-dresden.de/service/veranstaltungen/details/veranstaltung/show/25538/

1 Like

Hi leemeng
Thanks for your quick response. Unfortunately, that didn't really work.
I 6 result lines e.g. for this event https://www.slub-dresden.de/service/veranstaltungen/details/veranstaltung/show/24768/

Result as xlsx file: https://www.dropbox.com/s/e5ltzogwcydkoh8/Kopie%20von%20Slub.xlsx?dl=0

What do you mean with "You'll need to account for unsorted lists

    used in some pages"? Do I need other commands or might such lists be impossible to scrape?

    Regards,
    derbrauni