Scrape ANY Data from ANY website in Home Assistant - TUTORIAL
Published at : 23 Dec 2025
Sometimes there's no integration for the specific data that you want to show in Home Assistant. Next to the default scrape integration in Home Assistant, there is a HACS integration that allows you to scrape websites and load data from those websites into custom sensors. In this Home Assistant tutorial, I show you as an example how to scrape the current energy prices from your energy provider's website and the top three box-office movies from the IMDB site and how to show them on a dashboard in Home Assistant. Let's do this!
00:00:00 Introduction 00:00:51 Example 1: Energy Prices 00:00:59 Example 2: Top Box Office Movies 00:02:12 Install Multiscrape 00:03:05 Install a text editor 00:03:41 Prepare the files to create our scrapers 00:04:26 Explain how Scrapers work 00:06:09 Create the scrapers for energy prices 00:10:06 Test the Energy price scrapers 00:11:31 Scrape the Top 3 Box Office Movies list. 00:12:50 Scrape the title of the movie 00:13:04 Scrape the other values of the Movie 00:14:32 Test the Top Box Office Sensors