I am trying to capture the sale price of all homes listed from a website into a extract table.
I see some of the Sale prices are not getting capture, while others are getting captured and listed in the extract table.
Any suggestions, why certain price values are not getting captured and what could be a work around solution?
When you say some values are not getting captured, does it some cell valuemissing from different rows or you are unable to see any data from certain rows completely?
In UiPath, missing sale prices may be due to dynamic loading, different HTML structures, pagination, anti-scraping measures, or missing data. Use “Wait for Ready” or “Wait Attribute” for dynamic content. Use “Find Children” or “Get Attribute” for varying HTML structures. Handle pagination with a loop and “Next” button click.
Its a page on Zillow.com which I open in in-cognito, I am filtering on a City, for sale and type is Home.
I want to extract a data table for the price of each house and address. Price and address of a few of the houses are getting selected ( refer screenshot) whereas others are not.( circled in red)
Able to extract all the data when i try,
use table extraction
1.1st time select price and add the column if you want in table extraction activity
2.click on select Data to extract
3.and select address
4.scroll down until the page end
5.then you can see all data highlighted whatever you selected to extract
6.enable extract data from multiple page
7.indicate next button
8.click on save and close
When you select the value select the inner most square that gets highlighted…
As per screenshot looks like there is some styling or css difference for few prices…so if you indicate the similar type of item Generally the innermost div or span will be same
This is happening due to the properties are loading dynamically as we scroll down.
Use Mouse scroll to scroll to the end of the page and then use Extract Table Data.