Robot i have developed is unable to scrape the (100 profiles) data from Linkedin,
but it is scraping 5 profiles data (not even number of profiles in a full page),
i don’t have any idea about what could be causing this,
neither giving error nor giving full result.
Even i have said yes for multiple page scraping it is unable to go to next page and it is not giving error also.And i have given 100 for max number of results.
See in the below image it didn’t select all people after jyotsna Sinha.
I have run into a similar problem when using web scraping on LinkedIn. I have figured out the root issue, but unfortunately no solution yet.
It has to do with the selector for the extract structured data. LinkedIn uses a parentid with en “ember” number. This number changes with each reload of the page.
It appears the scraping only works when the ember number is correct, if you replace the number “3511” with a * it doesn’t work.
@anjanikumar1802
Try changing your selector for the extract structured data, to something higher up in the ui explorer tree.
I was able to solve this in my case by changing it to: