I'm trying to get the following information via Google Sheets from the page as an example here.
I have to retrieve these two items circled in red as in the attached screenshot of scrape data interest.
I've tried this, but it does not work (in A1 there is the link, and B1 the formula):
=IMPORTXML(A1;"/html/body/div[1]/div[2]/div[1]/span[1])
=IMPORTXML(A1;"/html/body/div[1]/div[3]/table/tbody/tr[1]/td[3])
Is there anyone who can please help me?