If you want to automatically scrape a website in a few lines of Python code, try autoscraper.
With autoscraper, you can extract elements with certain patterns by simply providing the text with that pattern.
For a more precise selection of elements to extract, use Beautiful Soup.