Issues with scraper on multiple selectors

Good morning,

I am attempting to run a scraper on a specific section of the following web page: Dreame L20 Ultra robot aspirapolvere | Opinioni e recensione.

The section of interest is outlined below:


Vantaggi

  • Aspirazione Potente: Il sistema di aspirazione Vormax™ offre una potenza di 7.000Pa, garantendo un’aspirazione profonda ed efficace.

  • Sistema di Lavaggio Avanzato: Dotato della tecnologia MopExtend™ per una pulizia dettagliata e DuoScrub™ per una pulizia profonda.

  • Supporto per il Detergente: Permette di aggiungere detergenti, migliorando la qualità della pulizia.

  • LED per Visione Notturna: Migliora la visibilità e l’efficacia della pulizia in condizioni di scarsa illuminazione.


For this part, I have identified the following selectors (there may be errors): #content > div > div.span9.review.intPageSx > div:nth-child(2) > h2:nth-child(26) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(1) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(2) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(3) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(4)

However, when I run the scraper, I am only able to extract the header “VANTAGGI” without the rest of the content. I’m not sure if the problem is related to the ability to select only one selector or if there is an error in my operations.

Additionally, I would like to know if there is a way to automate the scraper on other pages to extract only the “VANTAGGI” and “SVANTAGGI” sections, which might be located on different lines than those specified. Is there a solution to make this process automatic, or will it always extract only the specified lines?

Thank you for your support.

Request #6297 “Issues with scraper on multiple …” was closed and merged into this request. Last comment in request #6297:

Good morning,

I am attempting to run a scraper on a specific section of the following web page: Dreame L20 Ultra robot aspirapolvere | Opinioni e recensione.

The section of interest is outlined below:

Vantaggi

  • Aspirazione Potente: Il sistema di aspirazione Vormax™ offre una potenza di 7.000Pa, garantendo un’aspirazione profonda ed efficace.
  • Sistema di Lavaggio Avanzato: Dotato della tecnologia MopExtend™ per una pulizia dettagliata e DuoScrub™ per una pulizia profonda.
  • Supporto per il Detergente: Permette di aggiungere detergenti, migliorando la qualità della pulizia.
  • LED per Visione Notturna: Migliora la visibilità e l’efficacia della pulizia in condizioni di scarsa illuminazione.

For this part, I have identified the following selectors (there may be errors): #content > div > div.span9.review.intPageSx > div:nth-child(2) > h2:nth-child(26) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(1) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(2) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(3) #content > div > div.span9.review.intPageSx > div:nth-child(2) > ul:nth-child(27) > li:nth-child(4)

However, when I run the scraper, I am only able to extract the header “VANTAGGI” without the rest of the content. I’m not sure if the problem is related to the ability to select only one selector or if there is an error in my operations.

Additionally, I would like to know if there is a way to automate the scraper on other pages to extract only the “VANTAGGI” and “SVANTAGGI” sections, which might be located on different lines than those specified. Is there a solution to make this process automatic, or will it always extract only the specified lines?

Thank you for your support.

[Discourse post]

Hi there,

Generally, selecting necessary texts from such a page should work when configuring a scraper and no selectors should be needed. Have you tried configuring a scraper following this guide https://support.bardeen.ai/hc/en-us/articles/23925200748173-How-to-use-Bardeen-scraper ?

If you’re interested in having our team build a playbook with custom selectors for you, we offer this as part of our Business plan. Just let us know, and we’d be happy to connect you with our Sales Team to discuss details.

Best regards,
Victoria

Customer Support - bardeen.ai
Knowledge Base https://support.bardeen.ai/hc/en-us
Explore | @bardeenai | Bardeen Community