Jump to content
UBot Underground

Exbrowser Data Scraping Issue


Recommended Posts

There is 1 problem; I am sracping zillow site that mentioned below element but debugger is not showing result like ubot studio. All the data is messed up in 1 line also there is also html script showing between the data. Please help me out if anyone can check it.



plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "disable-infobars"))
plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.zillow.com/homes/")
plugin command("ExBrowser.dll", "ExBrowser Wait For Dom Ready", 30)
plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "<placeholder=\"Address, Neighborhood, or ZIP\">", "Appear", 30)
plugin command("ExBrowser.dll", "ExBrowser Type Text2", "<placeholder=\"Address, Neighborhood, or ZIP\">", "Yes", "1375 LILLYHILL DR, NEEDLES, CA 92363", 0, 0)
wait(1)
plugin command("ExBrowser.dll", "ExBrowser Click", "<class=\"zsg-searchbox-content zsg-search-button\">")
plugin command("ExBrowser.dll", "ExBrowser Wait For Dom Ready", 30)
comment("The expression for beds, baths and sqft")
set(#beds,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@class=z-moreless-content hdp-fact-moreless-content]"),"Global")

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...