Reading Data From Web and Storing In Excel

I want to read Data From a Website name https://www.fakenamegenerator.com/ and read each first, last name and address phone number of 10 random persons to excel how can i do that ?

Hi
Welcome to uipath community
I saw the web
May I know how this data will extracted manually
@Pavan_Reddy_Cheedu

Hi @Pavan_Reddy_Cheedu,
Build a datatable with required columns like first name, last name, address, phone etc…

Open the website using open web browser activity
Get required values using get text Activity and add those values to datatable using add data row Activity
Repeat until you reach the required number of data

After that, write the datatable to an excel using write range.

1 Like

Thank You Bro

1 Like

i didn’t get you question bro