Can we scrape the data from social website LinkedIn

can anyone help me on retrieving data from a company page which is fetched from the excel
i.e
1.open browser
a.link [http://linkedin.com]
2.login with credentials
3.type secure text and type into activity -credentials
Using Excel application read excel data and using for each row activity access data.
4.type into -search=e.g… Edmunds
5.select option industry type using Click text activity:e.g Automotive. But it gives an error for the selector.
6.After that goto company profile i.e.About tab
then select the company name
7.then select
see all employee’s on Linkedin
8.opens a new page and select the name and domain
and next
9.i should save the data which i have selected into excel.

this is what my process is can anyone help me out I have tried screen record, web scraping, and many other options suggest me anything or guide me so that I can complete this task

hi, what is the object you are using click text on? usually we dont need this in web apps…

Hi @bcorrea,

Suppose there is a company name “Tcs” and I want to select industry name as " Information technology and services".
How we can do that?..Please assist me.

Thanks in advance.

/type as

Hi @bcorrea,

Suppose there is a company name “Tcs” and I want to select industry name as " Information technology and services". And go to that company page…refere above sample…

How we can do that?..Please assist me.

Thanks in advance.

how do you do that manually? if it is by click that link, then you will use Click activity …

Using click activity to click on industry type it gives an error…their is selector problem…

but if it works when you click it manually, then you will be able to find the right selector for the robot to do the same…

Hii,

But it gives an error for selectors when we automate that search box.

can you give the sample workflow for that?