I'm trying to scrape data for a listing and I want to get the text details inside the listing. but it's not working when I use it. but when I get the links on the pages the scraper digs the data.
Url: http://idx.myrealpage.com/wps/-/_wf~960,noframe~true/mylistings/17896/SearchResults.form?_pg=1
Sitemap:
{"_id":"idx1","startUrl":["http://idx.myrealpage.com/wps/-/_wf~960,noframe~true/mylistings/17896/SearchResults.form?_pg=1&ipp=20"],"selectors":[{"id":"Detailslinks","type":"SelectorElementClick","selector":"img.auto-image","parentSelectors":["_root"],"multiple":true,"delay":0,"clickElementSelector":"img.auto-image","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"img","type":"SelectorImage","selector":"img.listing-main-photo","parentSelectors":["Detailslinks"],"multiple":true,"delay":0},{"id":"price","type":"SelectorText","selector":"dl.listing-price dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"prop-type","type":"SelectorText","selector":"dl.summary-line:nth-of-type(2) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"MLS® Num","type":"SelectorText","selector":"dl.summary-line.mls-num-line dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"bedrooms","type":"SelectorText","selector":"dl.summary-line:nth-of-type(5) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"bathrooms","type":"SelectorText","selector":"dl.summary-line:nth-of-type(5) dd","parentSelectors":["Detailslinks"],"multiple":true,"regex":"","delay":0},{"id":"Year-built","type":"SelectorText","selector":"dl.summary-line:nth-of-type(7) dd","parentSelectors":["Detailslinks"],"multiple":false,"regex":"","delay":0}]}