Anyone know how to get webscraper.io chrome extension to include each listing card URL in the data scrape? Its literally including every listing card element besides the a href.
Something like this:
{"_id":"edmunds-test","startUrl":["https://www.edmunds.com/inventory/srp.html?inventorytype=new&make=genesis%2Chyundai%2Ckia&radius=200&sort=price%3Aasc"],"selectors":[{"elementLimit":0,"id":"card_elements","multiple":true,"parentSelectors":["_root"],"scroll":false,"selector":"ul > li.col-md-6","type":"SelectorElement"},{"id":"model","multiple":false,"multipleType":"singleColumn","parentSelectors":["card_elements"],"regex":"","selector":"a div.size-16","type":"SelectorText","version":2},{"id":"price","multiple":false,"multipleType":"singleColumn","parentSelectors":["card_elements"],"regex":"","selector":"div.price-label-dealer > span","type":"SelectorText","version":2},{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["card_elements"],"selector":"a.clickable-card-link","type":"SelectorLink","version":2}]}