Unknown div attribute (needed for web scraping)

Viewed 24

I'm trying to access the information in a div whose code is:

<div data-v-afa58544="" class="pa-0 col col-4">
          0.29
        </div>

In this case I'm trying to access to that '0.29' through web scraping (with Python), but I feel confused on what that data-v-afa58544 means. What kind of attribute is that? What is the best approach here?

0 Answers
Related