dcts / opensea-scraper

Scrapes nft floor prices and additional information from opensea. Used for https://nftfloorprice.info
MIT License
184 stars 73 forks source link

Reading from Activity page #46

Closed kris-ow closed 2 years ago

kris-ow commented 2 years ago

Would you consider adding a feature of reading from an activity page (sales/listings)? e.g. https://opensea.io/collection/sandbox?tab=activity&search[isSingleCollection]=true&search[eventTypes][0]=AUCTION_CREATED

dcts commented 2 years ago

I think if you need the latest sales data you can get it from Opensea API directly. No scraping needed. Read more here: https://docs.opensea.io/reference/event-object

Bildschirmfoto vom 2022-04-02 02-54-10