Installation

You can install finscraper and its dependencies from PyPi with:

pip install finscraper

To enjoy all the spiders of the library, install Google Chrome, which is used for rendering Javascript on some websites.

Note

Under the hood, finscraper uses Scrapy for web scraping, and Selenium together with Chrome and ChromeDriver for Javascript rendering. finscraper tries to find and download a suitable driver for your operating system automatically, but in case of issues, you may do this manually as well.

In case of issues, please check the installation details of the core dependencies: