Hi,
i am having data data in string format like below on 100 pages where 1 page consist 30 records,
when i am scrapping data using data scrapping activity , it only gives data for 2-3 pages.
If i change job title or location, it gives nothing.
Ram Sharma
Software Engineer . XYZ Company
madhya pradesh, India
Shyam Sharma
Software Engineer . DEF Company
madhya pradesh, India
Sita Geeta
Software Engineer . IFG Company
madhya pradesh, India
Please suggest how to fix this.
can we use get text activity to fetch all the data from all pages using for each loop.
Try updating selectors to better target your dataâŚfor inconsistent values.
You can also fine tune your selectors using â*â ,â?â, and variables. If you ar changing job title or location you can edit them using âlocal variablesâ in selectors.
I guess you set Max number of Results to 100 because of that Bot is scraping first 100 records only. If you want to scrape the data from all pages then set 0 instead of 100.
I think when you are selecting the second item in data scraping wizard you should choose different value. For example first 2 pages only contain Job location as âGurugramâ and position as âSoftware Engineerâ you are selecting both items on the same page thatâs why its only extracting data that contains âGurugramâ &" Software Engineer".
Now what you could do is while selecting 2nd item press âF2â and scroll down to another page that have different values for these sections.
Afterwards, wizard will show, what values are scrappedâŚcheck if any of the data is missing in pages and reselect if its faulty.
Hi Sagar_Rana,
i am already using this method.
can i use get text activity for scrapping the data in web application and run in loop and write to excel sheet.
Can you provide with sample files and your existing code if itâs convenient? Our UiPath community would be able to better target your issue and also will be glad to help resolve your issue and inform you about the best practices that are implemented.