Search code examples
rpauipathuipath-studio

Data Scraping RPA - UiPath


I'm trying to scrape data in UiPath Studio, but not the regular single/multiple page data scraping. I want to scrape the data of every single element.

E.g: If I search Iphone on Amazon it will give tons of records. What I want is to enter in each record and scrape the data (including the images), then return to the main search page and enter on the second record and do the same thing and finally save all the info in a .csv file. Is that possible?


Solution

  • Of course this is possible but it will be a bit complex process you have to use record > web Recording > Copy > CopyText or ScrapeData... and you need to know more about the selectors

    take a look at https://academy.uipath.com

    • developer training - Level 1 - Foundation Training
    • Lesson 4 - Recording
    • Lesson 5 - Advanced UI Interaction
    • Lesson 6 - Selectors - there is a video of a similar case