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
- pulls the site content
- gathers the 'new' div id and
- 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!