An utility library to scrape data from Instagram hassle-free
Go to the website »
View Docs
·
Report Bug
·
Request Feature
The scope of this library is to allow users fetch data from Instagram in Python effortlessly.
It relies on the (publicly) exposed REST APIs from the company EnsembleData.
To use this library you only need Python 2 or 3
-
Get a free API token registering on the EnsembleData website
-
Clone the repo
git clone https://github.com/EnsembleData/Instagram-Scraper
-
Open an example and insert your token for the variable TOKEN
-
Run the example
python src/example.py
Or have a look at a Jupyter Notebook example