Data Scraping from Website

I want to Scrap data from “Companies Latest News and Updates in UAE, Middle East | Photos and Videos - Arabian Business” and If I click on any company, I need to scrap internal data of an Company. Capture

So I want to repeat the same for all the companies in the pages.

Regards,
Yogendra

U can try relative scrapping to scrape the data

I Shaik I want to click on particular company and get the data from that Page…So same has to be done for all the companies in the Page.

hi @yogiunisoft_m

Click on text and use Get Attribute Activity

Thanks
Ashwin S

Hi @yogiunisoft_m,
It is very good task.Really a nice one.I have done the project for that url. It takes the company which starts “A”. The sample will get only 10 companies information.

File : Data Scraping from Website.zip (74.2 KB)

outPut : CompanyListInfo.xlsx (8.1 KB)

Regards
Balamurugan

Thanks, Balamurugan for the response.
I tried to run/understand your case, but could not get success.
Could you please explain more or if possible, please provide me your number so that I can call and discuss with you.

1 Like

Hi @sgupta,
This is my skype id balupad14. I will be available tomorrow after 11.00 A.M (at Portugal time).

Regards
Balamurugan.S

Thanks, brother…

I am adding you to my Skype network, please accept it.

1 Like

Hi @sgupta,
Did you achieve ?

Regards
Balamurugan

Still stuck can we chat for 5 mints after 10 minuets if possible for you

Hi @sgupta,
What is the problem ? Can you share it here ?

Regards
Balamurugan

I am confused why you used find children two times

If possible please come at Skype

It will be a great help

1 Like

Hi @sgupta,

Here i have attached the source Which I have done the RND
File :RnDWebindia123.zip (177.3 KB)

1.The first Find children - finds the each row of the company.
2.The Second Find Children - it find the element inside the row . so that you can able to get the information about the comapny.

Note : The above is only to get the information of company in the page. It should not having the pagination.

Regards
Balamurugan

Thanks for the response.

Today I explored more and got the idea why you using Find Children activities.

Just one doubt, I have, for now is that from where you got the idea for element exist selector(“item1.Selector.ToString + " ").

Kindly confirm.

Regards,

Sunil Gupta

9560465588

www.s2infinitum.com

1 Like

and facing one more issue related with filter in second find children