I am trying to data scrape a page but all the names are not scraped so I have to make 2 separate data scrape functions in order for my automation to get all the information that I want.
If anyone could help me with how to make it into a single data scrape, that would be very appreciated!
Here is the URL: https://footista-labo.jp/users
Example:
The first picture only scrapes the names with a marker next to them
I will edit it and see the result.
Could you please give me an explanation though on how you managed to solve the problem of getting all the text/fixing the selectors? I tried playing around with the selectors but could not find an easy way to grab all the names
I might have been unclear with what kind of result I wanted to have.
I would like to get both the name and the URL of each player extracted to an Excel workbook in columns 1 and 2 (just write range).
I am also getting an error from the lines you sent me.
Extract Structured Data ‘DIV contents’: ‘“’ is an unexpected token. The expected token is ‘"’ or ‘’'. Line 1, position 23.
Sorry for the late reply but your solution works as intended, thank you so much!
May I ask how you solved the problem/managed to fix the selectors so they grab all the names rather than the ones with/without the markings?
It would help to know if another problem like that occurs in the future!