Hi good people of Web Scraper forum. I need to scrap data from a real estate website. One of the page is real estate website. I want to scrape for a given house/flat the available amenities whose icon is not disabled (Present in the link). I have been trying out but can not figure it out. Please guide. Thanks in advance.
Sitemap:
{"_id":"delhi-rent","startUrl":["https://www.makaan.com/delhi-residential-property/rent-property-in-delhi-city?page=3"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.typelink","multiple":true,"delay":0},{"id":"type","type":"SelectorText","parentSelectors":["links"],"selector":"h1.type-wrap span.type","multiple":false,"regex":"","delay":0},{"id":"locality","type":"SelectorText","parentSelectors":["links"],"selector":"span.ib.loc-name","multiple":false,"regex":"","delay":0},{"id":"area","type":"SelectorText","parentSelectors":["links"],"selector":"h1.type-wrap span.size","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["links"],"selector":"div.price-wrap span.price","multiple":false,"regex":"","delay":0},{"id":"balconies","type":"SelectorText","parentSelectors":["links"],"selector":"tr.listitem:contains('Balconies') td.val","multiple":false,"regex":"","delay":0},{"id":"neworresale","type":"SelectorText","parentSelectors":["links"],"selector":"tr.listitem:contains('New/Resale') td.val","multiple":false,"regex":"","delay":0},{"id":"additionalrooms","type":"SelectorText","parentSelectors":["links"],"selector":"tr.listitem:contains('Additional Rooms') td.val","multiple":false,"regex":"","delay":0},{"id":"carpetarea","type":"SelectorText","parentSelectors":["links"],"selector":"tr.listitem:contains('Carpet area') td.val","multiple":false,"regex":"","delay":0},{"id":"lift","type":"SelectorElement","parentSelectors":["links"],"selector":"div.amenities-wrap div.listitem:nth-of-type(1)","multiple":false,"delay":0}]}