Search engines will generally show a brief description of one of the most relevant sections of a search result. For example, in the image below:
As you can see, the description gets cut off due to space constraints. Is there any way that I could see more of that portion of the text without going to the site? And, ideally, is there a programmatic way to do so, such that I can view more of a particular one of these descriptions after scraping a search engine result page?
I am most familiar with Python, so a solution in this language, with Beautiful Soup, for example, would be best, but if it is better to use other languages like Javascript to do so, I am open to answers using other languages as well.

