Opensea Collection Scraper avatar
Opensea Collection Scraper

Deprecated

Pricing

$30.00/month + usage

Go to Store
Opensea Collection Scraper

Opensea Collection Scraper

Deprecated

Developed by

Dhrumil Bhankhar

Dhrumil Bhankhar

Maintained by Community

Opensea NFT collection scraper for Apify which helps you extract complete list of all assets from given collection.

0.0 (0)

Pricing

$30.00/month + usage

1

Total users

267

Monthly users

1

Last modified

2 years ago

You can access the Opensea Collection Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "startUrls": [
< {
< "url": "https://opensea.io/collection/10ktf-stockroom"
< }
< ],
< "maxItemsPerCollection": 20,
< "extendOutputFunction": "(asset) => {\\n const result = {};\\n // Uncomment to add a asset id to the output\\n // result.id = asset.id;\\n\\n return result;\\n}",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify call dhrumil/opensea-collection-scraper --silent --output-dataset

Opensea Collection Scraper API through CLI

The Apify CLI is the official tool that allows you to use Opensea Collection Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: