Web data extraction

Hi all

Actually i tried to get data from research paper website.But i can only extract this data only Paper title,year of publishing,author.Is there any possible to get a paper abstract like keywords only…can you assist me?

Can you post a link to the website?

One way you could do this is first to scrape all of the links for the papers you want, and then with a loop, navigate to: link+“keywords#keywords” , for example RPA: a simple, efficient, and flexible policy for input buffered ATM switches | IEEE Journals & Magazine | IEEE Xplore.

This will reliably take you to the keywords section of each paper, and from there you can use get text to grab all of the keywords and store it as a string. Then just split the string by the commas, and you’ll have an array of all keywords for each paper.

1 Like

thank you cona

I have one more doubt…

you know any best tutorial or guided place in Uipath.?

Do the training of UiPath levels in academy UiPath Academy
And if you have answers this forum is the best place to ask :slight_smile:

I would agree with Nadim, the academy is the best place to start!