NFT Project Scraper: Real-time Floor Price & Volume Tracker avatar

NFT Project Scraper: Real-time Floor Price & Volume Tracker

Pricing

$7.99/month + usage

Go to Apify Store
NFT Project Scraper: Real-time Floor Price & Volume Tracker

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

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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:

FieldTypeRequiredDefaultDescription
target_urlsarray of stringsYesList of NFT project URLs (e.g., https://opensea.io/collection/boredapeyachtclub).
notification_emailstringNoEmail 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:

FieldTypeDescription
project_namestringName of the NFT collection.
floor_pricestringCurrent floor price in ETH (e.g., 14.20 ETH).
volume_24hstringTrading volume in the last 24 hours (e.g., 850.50 ETH).
linksstringOriginal source URL.
floor_change_24hstringPercentage change in floor price (e.g., +1.8%).
verifiedbooleanWhether the collection is verified by the marketplace.
processed_atstringISO 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

  1. Create a task with this actor.
  2. Provide input – list the NFT project URLs you want to monitor.
  3. Configure proxies – optionally enable Apify proxy in the input or via the run tab.
  4. Run – the actor processes each URL and pushes data to the Dataset.
  5. 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.txt and terms of service.
  • Data Scope – Currently returns one record per URL; future versions will support multiple collections per page.