Hi
I have got data scraping working and can happily bring back a list of books:
https://www.amazon.co.uk/s?k=rpa&i=stripbooks&ref=nb_sb_noss_1
However, if i wanted to click each individual item on this list and bring back lower level data, could that be done through data scraping. For example, each book has a Product Details field on the individual book web page that has number of pages data on…so i would like to bring page number in as a field.
Alternatively, some web items have abbreviated text where you have to click on the title to ‘read more’ of the description. Example:
https://www.jobsite.co.uk/jobs/rpa/in-london?radius=0
Any way of getting to this?
I have looked at tutorials/other posts but cant see anything that suits.
Thanks