0

I am completely new to web scraping and encountering the following problem. I want to detect changes in some sections of the following section

div id="Catalog-react-component-d7455a80-399a-47af-a25e-52a379218918"

However, the 'd7455a80-399a-47af-a25e-52a37921891' part is constantly changing.

I have tried running a chunk of code that

  1. pulls the site content
  2. gathers the 'new' div id and
  3. uses this to access its sections.

Unfortunately, this is not working.

For further context, my goal is to notify myself when a new Vinted (second-hand clothing website) item (fitting my criteria) is posted using R(studio).

I hope someone can help me!

Ajeet Verma
  • 2,938
  • 3
  • 13
  • 24

0 Answers0