Need basic help with httputils2 (parsing)

alexwekell

Member
Licensed User
Longtime User
I want to start a programming project for making an app version of this website:

https://www.calldibsapp.com/l?address_label=Monterey%2C+CA%2C+US&lat=36.6002&lng=-121.8947

I have no idea how to utilize httputils2 to actually get these values which are created as such:

B4X:
</div>
                <div class="element category_baby category_clothes category_misc width2 height2" data-listing-id="vey6z">
                  <a class="listing_link" data-remote-link="/l/vey6z.json">
                     <img alt="6961_photo_middle_vey6z?1363119251" src="https://s3-us-west-1.amazonaws.com/calldibs.herokuapp.com/app/public/assets/listingphotos/6961_photo_middle_vey6z?1363119251" style="width: 210px; height: 210px;" />  
                     <div class="name">Sweet Sunflower Hat</div>
                     <div class="price">$14</div>
                        <div class="distance">
                           4.7 miles                  
                        </div>

I need to know how to go into these, grab the image, title, price and distance and assign them all to a dynamic list.

Similar to something like this:



What I'm basically asking, is what would be the most relevant resources or tutorials to learning how to do this?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…