I want to scrap the data from the above image which is from linkedin… I used relative scraping… if the company name changes then I’m getting selector error … so how we can change the dynamic selectors part to scrap the data if the company name change occurs… i want to scrap the data i.e. website, industry, company size… till specialties…
You can use GetText Activity if you want to scrape some portion in the website and if you wan to make it dynamic just check the selector if you found out in the selector that need to dynamic just put the astirisk and it will work.