zhiwei-w-luo / nfts-api-scraper

Scripts using opensea and 0xreservoir API's to retrieve the most accurate information possible about nfts collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nfts-api-scraper

Scripts using opensea and 0xreservoir API's to retrieve the most accurate information possible about nfts collections.

This script mixes the Opensea and 0xReservoir endpoints in order to collect supply and price floor data for nfts collections. It allows not to worry about bot protections as it uses public APIs only and therefore allows better performances than the puppeteer version.

Run it yourself:

1: Clone the repo

2: Install dependencies: npm install

3: Run the desired script: node script_name

4: Find your new file in /data

API's available data:

image

About

Scripts using opensea and 0xreservoir API's to retrieve the most accurate information possible about nfts collections


Languages

Language:JavaScript 100.0%