Different Text on different url

I'm trying to scrape a website that has company information. So some companies have all the information like in the picture.

But another company don't have all the information like in the photo.

And when i try to scrape the data it all over the place, in the email place goes fax, on phone place goes address etc. How can i fix it if there is no email to be empty?

you should appeal to selectors, containing a correspondent title....
for example: div:contains("Telephone")

Hi thank you for the reply, iam a bit new to the whole scraping process. Can you explain a bit more?
Thanks

you can learn some technical info:
CSS Selectors Reference