resultat = strtok(data, "</span>");
This will find a token that ends at '<', '/', 's', 'p', 'a', or 'n', whichever occurs first. Is that what you want? Seems unlikely.
Add some more Serial.print statements. What is in data when the function is called? Perhaps the function is not being called just once for the whole reply.