Description: below is the a process to use a Python code to scrape art collectors info from Nifty Gateway. The input link has to be an NFT page (with Global History Tab at the bottom) - Example

  1. Download the Python file

    nifty-scrape.py

    Note: the code requires Selenium and GekoDriver to be downloaded.

  2. Run on the terminal:

e.g. python3 nifty-scrape.py [insert link]

Note: you can insert multiple links separated by one space

  1. A .csv file (called profiles) will be outputted with Collector's name, user name, number of pieces, and social media accounts (if they exists)