Main Content

Fetch data directly on your ESP8266 or ESP32 even when there is no public API available.

Have you ever wanted to get data for your Arduino projects, but there is no public API for it? Or in cases like the Instagram API where the setup process for the is not very convenient?

In this tutorial we are going to look at 2 different options for scraping data from a website for your ESP8266 or ESP32 projects.”

Link to article