Help scraping this site

Hi I cant seem to be able to select the links that take you to the property detail page. The link selector doesnt allow me to select the link, I tried the Element selector and Element Click and none seem to do it.

dubizzle.com.lb/properties/apartments-villas-for-sale/

any advice would be greatly appreciated.
thanks

Hi,

Please see the reference below for listing links:

{"_id":"dubizzle-com","startUrl":["https://www.dubizzle.com.lb/properties/apartments-villas-for-sale/"],"selectors":[{"id":"listing-wrapper","multiple":true,"parentSelectors":["_root"],"selector":"article","type":"SelectorElement"},{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["listing-wrapper"],"selector":"a","type":"SelectorLink"}]}

check this sitemap...

{"_id":"dubizzle-com-lb","startUrl":["https://www.dubizzle.com.lb/properties/apartments-villas-for-sale/?page=[1-5]"],"selectors":[{"id":"element","multiple":true,"parentSelectors":["_root"],"selector":"li[aria-label=\"Listing\"]","type":"SelectorElement"},{"id":"URL","linkType":"linkFromHref","multiple":false,"parentSelectors":["element"],"selector":"article a:first-of-type","type":"SelectorLink"},{"id":"title","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Title\"]","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Price\"]","type":"SelectorText"},{"id":"descr","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Description\"]","type":"SelectorText"},{"id":"beds","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Beds\"]","type":"SelectorText"},{"id":"bath","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Bathrooms\"]","type":"SelectorText"},{"id":"area","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Area\"]","type":"SelectorText"},{"id":"city","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Location\"]","type":"SelectorText"},{"id":"date","multiple":false,"parentSelectors":["element"],"regex":"","selector":"[aria-label=\"Creation date\"]","type":"SelectorText"},{"extractAttribute":"title","id":"agent","multiple":false,"parentSelectors":["element"],"selector":"[aria-label=\"Agency logo\"]","type":"SelectorElementAttribute"}]}

Thank you that worked!

1 Like

Thank you, that worked as well much appreciated