Opensea Categories Spider avatar

Opensea Categories Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Opensea Categories Spider

Opensea Categories Spider

Extract comprehensive NFT data from OpenSea collections, including metadata, attributes, rarity, and pricing. Ideal for traders, researchers, and developers seeking reliable insights for analysis and automation. Features robust scraping, JSON output, and scalable performance.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Description

Extract comprehensive NFT data from OpenSea collections, including metadata, attributes, rarity, and pricing. Ideal for traders, researchers, and developers seeking reliable insights for analysis and automation. Features robust scraping, JSON output, and scalable performance.


Opensea Categories Spider

The Opensea Categories Spider is a powerful Apify Actor designed to extract detailed NFT data from OpenSea collections. It efficiently scrapes asset information, including metadata, attributes, rarity, and pricing details, enabling users to gather comprehensive insights into digital collectibles. This tool is ideal for researchers, traders, and developers seeking reliable data for analysis and automation.

Features

  • Comprehensive Data Extraction: Retrieves key NFT details such as token ID, name, image URL, contract address, chain, owner, rarity rank, creation date, and best offers in USD.
  • Attribute Parsing: Captures detailed trait attributes for each NFT, including trait types and values, essential for rarity analysis.
  • High Reliability: Built with robust error handling to ensure consistent data scraping from OpenSea, minimizing failures.
  • Scalable Performance: Handles multiple URLs efficiently, supporting batch processing for large collections.
  • JSON Output: Delivers structured, machine-readable data perfect for integration with databases or analytics tools.
  • Real-Time Insights: Extracts current best offers and ownership data for up-to-date market intelligence.
  • Easy Configuration: Simple input setup with URL lists, requiring no advanced technical skills.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayNoA list of OpenSea collection URLs to scrape. Each URL must be a valid HTTP/HTTPS link pointing to a collection page. At least one URL is required for the actor to run.["https://opensea.io/collection/hypurr-hyperevm"]

Example Usage

To run the actor, provide the input parameters in JSON format. Here's an example input:

{
"Urls": [
"https://opensea.io/collection/hypurr-hyperevm"
]
}

The actor will output a JSON array of NFT objects. Example output:

[
{
"id": "11f2c56ef72a39a2bb7a77c9668c81bb",
"token_id": "3759",
"name": "Hypurr #3759",
"image": "https://i2c.seadn.io/hyperevm/0x9125e2d6827a00b0f8330d6ef7bef07730bac685/196a1b093eade55dad2ac84f02b14a/78196a1b093eade55dad2ac84f02b14a.png",
"contract": "0x9125e2d6827a00b0f8330d6ef7bef07730bac685",
"chain": "hyperevm",
"owner": "0x62f8a1e42843edce1907af86e7624a6361b66d9f",
"rarity_rank": 4127,
"rarity_category": "NONE",
"created_at": "2025-09-28T14:34:00.000Z",
"best_offer_usd": 14628.124,
"attributes": [
{
"traitType": "Accessories",
"value": "Teddy Bear Purr",
"__typename": "StaticItemAttributeType"
}
],
"actor_id": "TEoHcgFkjdeACZPme",
"run_id": "C5ibpjfMaFSXQgMGd"
}
]

Use Cases

  • Market Research: Analyze trends in NFT collections by extracting rarity and pricing data for investment decisions.
  • Competitive Intelligence: Monitor rival collections' assets and attributes to benchmark performance.
  • Price Monitoring: Track best offers and ownership changes for real-time valuation updates.
  • Content Aggregation: Build databases of NFT metadata for galleries, blogs, or marketplaces.
  • Academic Research: Study NFT ecosystems, including trait distributions and market dynamics.
  • Business Automation: Automate data feeds for dashboards or alerts on new listings.

Installation and Usage

  1. Search for "Opensea Categories Spider" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The output is a JSON array of objects, each representing an NFT from the specified collections. Key fields include:

  • id: Unique identifier for the NFT.
  • token_id: The token's ID within the collection.
  • name: NFT title.
  • image: URL to the NFT image.
  • contract: Smart contract address.
  • chain: Blockchain network (e.g., "hyperevm").
  • owner: Current owner's wallet address.
  • rarity_rank: Numerical rarity score.
  • rarity_category: Rarity classification (e.g., "NONE").
  • created_at: ISO timestamp of creation.
  • best_offer_usd: Best offer price in USD.
  • attributes: Array of trait objects with traitType, value, and __typename.
  • actor_id and run_id: Metadata from the Apify run.

Data is extracted directly from OpenSea pages, ensuring accuracy but subject to site changes.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!