I'd been unable to run OpenseaScraper.offers(slug, resultSize) due to an import issue in offers.js. It's running properly now for me.
Once the above was solved, I added a new function offersByUrl. Much like floorPriceByUrl, this function allows you to grab offers based on a url, rather than a slug. This is helpful when wanting to see the floor price for a particular trait.
I'd been unable to run
OpenseaScraper.offers(slug, resultSize)
due to an import issue inoffers.js
. It's running properly now for me.Once the above was solved, I added a new function
offersByUrl
. Much likefloorPriceByUrl
, this function allows you to grab offers based on a url, rather than a slug. This is helpful when wanting to see the floor price for a particular trait.