Artnet.com scraper built in Python – exporting artist data (country of origin and active years) from artnet as csv and pickle files.
This is a scraper built in Python. The script creates a list of all artists (including design/furniture companies) that have had works offered for sale (mainly auctions/galleries), as recorded by artnet. It creates a DataFrame for all artists recorded on artnet (approximately 400k), further splitting data into the artist’s country of origin and active years.
git clone https://github.com/kevinbennet/artnet-artist-scraper.git
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
cd artnet-artist-scraper
pip install -r requirements.txt
To run scrape:
python artnet_scraper.py
This will create both a csv and pickle file in the fork directory.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.