OpenSea Collections Floor Scraper
Pricing
from $7.50 / 1,000 results
OpenSea Collections Floor Scraper
Track NFT collections on OpenSea across Ethereum, Polygon, Solana, Base, Arbitrum, and more with slug, name, floor_price, volume_24h, sales_24h, owners, total_supply, and chain. Sort by market cap or volume. Useful for NFT analytics, floor monitoring, and collection ranking.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

🌊 OpenSea Collections Floor Scraper
🚀 Export OpenSea NFT collections in seconds, including slug, name, floor price, 24h volume, sales, owners, total supply, and chain, straight from the public api.opensea.io v2 endpoint.
🕒 Last updated: 2026-05-29 · 📊 12 fields per record · 10 chains supported · Real-time NFT floors
The OpenSea Collections Floor Scraper turns the OpenSea v2 collections endpoint into a clean dataset. It uses a real Chrome TLS fingerprint (impit) and walks the cursor-paginated feed across Ethereum, Polygon, Solana, Arbitrum, Optimism, Base, Zora, Avalanche, BSC, and Klaytn.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| 📊 NFT analysts | Track floor prices across chains |
| 💱 Quant teams | NFT-fi signal pipelines |
| 🏢 NFT marketplaces | Competitive intelligence |
| 🤖 ML researchers | Train NFT valuation models |
| 📰 Crypto journalists | NFT trend stories |
| 👩💻 Developers | Mirror OpenSea catalog |
📋 What the OpenSea Collections Floor Scraper does
- Calls
https://api.opensea.io/api/v2/collectionswith chain & order_by. - Uses impit (real Chrome TLS fingerprint) to bypass Cloudflare bot checks.
- Walks pagination until
maxItems. - Exports as CSV, Excel, JSON, JSONL, XML, RSS, or HTML.
💡 Why it matters: OpenSea is the largest NFT marketplace. The v2 API is rich but gated behind Cloudflare; this actor handles fingerprinting and pagination.
🎬 Full Demo
🚧 Coming soon.
⚙️ Input
| Field | Type | Required | Description |
|---|---|---|---|
maxItems | integer | No | Free 10, paid up to 1M. |
chain | enum | No | 10 supported chains. |
orderBy | enum | No | market_cap, 7d/1d volume, owners, created. |
Example 1:
{ "chain": "ethereum", "orderBy": "market_cap", "maxItems": 50 }
Example 2:
{ "chain": "base", "orderBy": "one_day_volume" }
⚠️ Good to Know: OpenSea v2 is Cloudflare-protected. This actor uses a real Chrome TLS fingerprint. A free OpenSea key raises your rate limit.
📊 Output
| Field | Type | Description |
|---|---|---|
🖼️ imageUrl | string | Collection image. |
🔖 slug | string | OpenSea slug. |
📛 name | string | Collection name. |
🔗 url | string | OpenSea page. |
⛓️ chain | string | Chain. |
💲 floor_price | number | Floor in native currency. |
📦 volume_24h | number | 24h trade volume. |
🔁 sales_24h | number | 24h sales count. |
👥 owners | number | Unique owners. |
🧮 total_supply | number | Total supply. |
🕒 scrapedAt | string | When fetched. |
❌ error | string | Error if upstream failed. |
Sample record:
{"imageUrl": "https://i.seadn.io/.../boredapeyachtclub.png","slug": "boredapeyachtclub","name": "Bored Ape Yacht Club","url": "https://opensea.io/collection/boredapeyachtclub","chain": "ethereum","floor_price": 12.5,"volume_24h": 124.5,"sales_24h": 18,"owners": 5392,"total_supply": 10000,"scrapedAt": "2026-05-29T13:00:00.000Z","error": null}
✨ Why choose this Actor
| 🛡️ | Real Chrome TLS fingerprint (impit). | | ⛓️ | 10 chains supported. | | 🔢 | Numeric casting. | | 🛟 | Errors surfaced cleanly. | | 🔌 | Chain & sort filters. | | 💾 | CSV / Excel / JSON / XML / RSS / HTML. |
📈 How it compares to alternatives
| Approach | Setup | Cloudflare bypass? | Pagination? | Errors? |
|---|---|---|---|---|
| Raw fetch | hours | ❌ | manual | ❌ |
| Python script | hours | manual | partial | partial |
| This Actor | 5 sec | ✅ | ✅ | ✅ |
🚀 How to use
- Click Try for free.
- Pick a chain & sort.
- Click Start.
💼 Business use cases
📊 NFT analytics. Cross-chain floor leaderboards.
💼 Quant signals. NFT-fi feature engineering.
📰 Newsroom. Verify NFT volume figures.
🤖 ML. Train valuation models.
🔌 Automating OpenSea Collections Floor Scraper
- Make / Zapier to Airtable / Slack.
- Cron schedule native Apify.
- Webhooks on completion.
- Pipe to BigQuery / Snowflake / Postgres.
🌟 Beyond business use cases
🎓 Education. Web3 class material.
🧪 Personal research. Track your favourite collections.
🤝 Open data. NFT dashboards.
🧰 Prototyping. Quick feed.
🤖 Ask an AI assistant about this scraper
Drop this README into ChatGPT or Claude.
❓ Frequently Asked Questions
❓ API key? No setup needed. The operator pre-configures upstream access for paid runs.
❓ Cloudflare? Bypassed via impit Chrome TLS.
❓ Chains? 10 supported.
❓ Cast? Yes.
❓ Errors? Clean {error} record.
❓ Schedule? Yes.
❓ Scraping or API? Public API.
❓ Schema stable? Yes.
❓ Formats? CSV, Excel, JSON, JSONL, XML, RSS, HTML.
❓ Coverage? Full OpenSea catalog.
🔌 Integrate with any app
Apify integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, REST/webhook.
🔗 Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Hyperliquid Perp Funding Scraper | Hyperliquid perps. |
| ParseForge GMX Arbitrum Stats Scraper | GMX stats. |
| ParseForge Drift Protocol Markets Scraper | Drift perps. |
| ParseForge Alpha Vantage Public Scraper | Stocks, FX, crypto. |
💡 Pro Tip: browse the complete ParseForge collection for 900+ scrapers.
Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.