NFT Project Scraper: Real-time Floor Price & Volume Tracker
Pricing
$7.99/month + usage
NFT Project Scraper: Real-time Floor Price & Volume Tracker
Extract real-time NFT project data including floor prices, trading volume, and official links from top NFT marketplaces. Perfect for investors and alpha callers looking for structured JSON/Excel data with built-in proxy support for 24/7 reliability.
Pricing
$7.99/month + usage
Rating
0.0
(0)
Developer
Scrape Pilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🎨 NFT Project Scraper — Floor Prices, Volume & Market Intelligence
Extract real‑time NFT project data from multiple marketplaces and portals.
Get floor prices, 24‑hour volume, price changes, verification status, and more — perfect for investors, analysts, and Web3 dashboards.
🚀 Why This Tool Is a Game‑Changer
- Multi‑Source Monitoring – Scrape floor prices and volumes from any NFT marketplace or analytics site.
- Rich Market Data – Project name, floor price (ETH), 24h volume, price change percentage, verification badge.
- Email Alerts – Optional email notification for price movements or custom alerts.
- Bulk Processing – Scrape dozens of project URLs in a single run.
- Proxy Ready – Uses Apify’s proxy configuration to avoid IP blocks.
- Clean JSON Output – Ready for trading algorithms, portfolios, or dashboards.
📥 Input Schema
The actor accepts a JSON object with the following fields:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
target_urls | array of strings | Yes | – | List of NFT project URLs (e.g., https://opensea.io/collection/boredapeyachtclub). |
notification_email | string | No | – | Email address to send price alerts or summaries (future integration). |
Example Input
{"target_urls": ["https://opensea.io/collection/boredapeyachtclub","https://opensea.io/collection/cryptopunks","https://rarible.com/collection/0xabc/items"],"notification_email": "investor@example.com"}
📤 Output Fields
Each URL returns an NFT project object with the following structure:
| Field | Type | Description |
|---|---|---|
project_name | string | Name of the NFT collection. |
floor_price | string | Current floor price in ETH (e.g., 14.20 ETH). |
volume_24h | string | Trading volume in the last 24 hours (e.g., 850.50 ETH). |
links | string | Original source URL. |
floor_change_24h | string | Percentage change in floor price (e.g., +1.8%). |
verified | boolean | Whether the collection is verified by the marketplace. |
processed_at | string | ISO timestamp when data was extracted. |
Example Output
[{"project_name": "Bored Ape Yacht Club","floor_price": "14.20 ETH","volume_24h": "850.50 ETH","links": "https://opensea.io/collection/boredapeyachtclub","floor_change_24h": "+1.8%","verified": true,"processed_at": "2026-03-30T19:00:00Z"}]
🛠 How to Use on Apify
- Create a task with this actor.
- Provide input – list the NFT project URLs you want to monitor.
- Configure proxies – optionally enable Apify proxy in the input or via the run tab.
- Run – the actor processes each URL and pushes data to the Dataset.
- Export – download results as JSON, CSV, or Excel.
Running via API
curl -X POST "https://api.apify.com/v2/acts/your-username~nft-scraper/runs" \-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR_API_TOKEN" \-d '{"target_urls": ["https://opensea.io/collection/boredapeyachtclub"]}'
💡 Ideal Use Cases
- NFT Investors – Track floor prices and volume across your portfolio.
- Market Analysts – Gather aggregated data for market reports.
- Web3 Dashboards – Power real‑time price feeds in custom dashboards.
- Alert Systems – Combine with email to get notified of price drops.
- Competitive Research – Monitor rival collections’ performance.
🔍 SEO Keywords
NFT scraper, floor price tracker, NFT volume data, OpenSea scraper, Rarible data, NFT analytics, crypto art intelligence, Apify NFT actor, Web3 data extraction, NFT market monitor
⚠️ Notes & Limitations
- Demo / Placeholder Data – The current version uses simulated data for demonstration. A production version would implement actual HTML parsing of NFT marketplace pages or API integration.
- Rate Limits – Marketplaces may restrict request frequency. Use residential proxies and delays.
- Compliance – Respect each marketplace’s
robots.txtand terms of service. - Data Scope – Currently returns one record per URL; future versions will support multiple collections per page.