Oil meter, can we get data from web page?

Hi, I have an oil meter that send data to the company thru WiFi. They dont have any API so the only way to see the data is to log to their web page, put in username password then it display a web page with the info. My question is, can we fetch that info with HA?

Thanks.

Yes use the Scrape Sensor.

ok thanks.
Do you have experience with the scrape sensor?
Here is the data from the web page and I would like to get the Current level value. But I dont know what Select to put in.

> div class="body-flex">
    <div class="app_body_content">
        <div class="tank-sensor-filter">
            <span class="title">Tank:</span>
                            <span>My Tank 843645</span>
                    </div>
        <div class="tank-info">
            <div id="id_placeholder" val="3706"></div>
            <div class="tank-details">
                <div class="detail">
                    <span class="detail-title">Current Level:</span>
                    <span class="detail-value">194.80</span>
                </div>
                <div class="detail">
                    <span class="detail-title">Last read:</span>
                    <span class="detail-value">2019-02-26 10:25:40</span>
                </div>
                <div class="detail">
                    <span class="detail-title">Battery health:</span>
                    <span class="detail-value">Excellent</span>

Also, if the URL that check the username and password is not the same as the one displaying the data, is that ok? I load a web page, enter username/password then it is redirected to another page.

After activating the debug log it seem that it does not connect with the username and password.