Magic Eden Solana NFT Collection & Floor Price Scraper
Pricing
from $12.48 / 1,000 collection market intelligence results
Magic Eden Solana NFT Collection & Floor Price Scraper
Solana NFT market intelligence from Magic Eden: floor price, volume, listed counts, collection metadata and socials, plus optional live listings and an AI market summary. Batch by symbol or search. Keyless, HTTP-only.
Pricing
from $12.48 / 1,000 collection market intelligence results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Magic Eden Solana NFT Collection & Floor Price Scraper
Turn any list of Magic Eden collection symbols (or a search query) into clean, structured Solana NFT market intelligence: floor price, trading volume, listed counts, average sale price, collection metadata and socials, plus optional live listings and an AI market summary. Built for NFT traders, analysts, and market researchers who need current floor and liquidity data in one call.
Here is one real result, with the core fields the actor returns for a collection:
{"recordType": "collection","symbol": "mad_lads","name": "Mad Lads","description": null,"image": null,"website": null,"twitter": null,"discord": null,"categories": [],"floorPriceSol": 7.24999,"floorPriceLamports": "7249990000","listedCount": 239,"avgPrice24hrSol": 7.431479,"volumeAllSol": null,"volume7dSol": 485.654377,"metadataAvailable": false,"aiMarketSummary": {"summary": "The Mad Lads collection is currently experiencing a stable floor price of 7.25 SOL, with a 24-hour average sale price slightly higher at 7.43 SOL, indicating consistent buyer interest. With 239 listings, there is notable selling pressure that could impact future price movements.","sentiment": "neutral","tags": ["Mad Lads", "NFT", "market analysis"]},"observedAt": "2026-08-16T16:40:00.000Z","error": null}
Give it one symbol or hundreds. Every collection returns one row with lamport values decoded into clean SOL numbers (and the raw lamports kept for precision), so you can filter, rank, and chart floor prices and volume immediately. This complements the scrapers.lat Solana Wallet Intelligence scraper for a complete Solana market-and-holder view.
Note on metadata: Magic Eden aggressively rate-limits its keyless collection metadata route, so socials and description (
metadataAvailable) are returned on a best-effort basis. The core market stats (floor, volume, listed count, average price) and live listings are always returned, and the collection name and image are backfilled from listing data when the metadata route is unavailable.
Input
| Field | Type | Description |
|---|---|---|
symbols | array | Magic Eden collection symbols (the slug in the collection URL, for example mad_lads, okay_bears). |
symbol | string | A single collection symbol. Use symbols for multiple. |
search | string | Optional. Discover collections whose name or symbol contains this text (matched against the Magic Eden collection list). |
includeListings | boolean | Emit one row per active listing per collection (paid add-on, off by default). |
maxListings | integer | Cap listings emitted per collection (default 20). |
withAiSummary | boolean | Add an AI market-health and sentiment note per collection (paid add-on, off by default). |
maxCollections | integer | Maximum collections per run. Free Apify accounts are capped at 10 per run. |
proxyConfiguration | object | Proxy settings. Defaults to Apify Residential for reliable, un-throttled results. |
Output
| Field | Description |
|---|---|
symbol | Magic Eden collection symbol (slug). |
name | Collection display name. |
description, image, website, twitter, discord, categories | Collection metadata and socials (best-effort; see note above). |
floorPriceSol / floorPriceLamports | Current floor price in SOL and raw lamports. |
listedCount | NFTs currently listed for sale. |
avgPrice24hrSol | Average sale price over the last 24 hours, in SOL. |
volumeAllSol / volume7dSol | All-time and 7-day trading volume, in SOL. |
metadataAvailable | Whether the metadata/socials route was reachable this run. |
aiMarketSummary | Optional AI market note {summary, sentiment, tags} when the AI add-on is on. |
observedAt | When the record was collected (ISO). |
error | Error message for unknown or invalid symbols (never billed). |
Listing rows (when includeListings is on) add: tokenMint, tokenAddress, listingPda, priceSol, priceLamports, seller, rarityRank.
Use cases
- Track Solana NFT floor prices and volume across many collections for trading and portfolio dashboards.
- Build NFT market analytics: floor trends, liquidity, listing pressure, and 24h average price.
- Monitor floor and listed counts to time entries and exits on Magic Eden collections.
- Pull live listings with rarity ranks to snipe under-floor or rare NFTs.
- Research and compare Solana NFT collections by name via search.
- Feed structured NFT market data into alerting bots, spreadsheets, and BI tools.
- Generate quick AI market-health and sentiment summaries for buyer-facing reports.
Billing
This actor uses pay-per-event pricing and never charges on failure (unknown or invalid symbols return an unbilled error row):
- Collection market intelligence result ($0.012): charged once per collection record returned.
- Live listings add-on ($0.008): charged once per collection whose active listings were successfully fetched, only when
includeListingsis on and the fetch returns listings. - AI market summary add-on ($0.012): charged once per collection, only when the AI add-on is on and a usable summary is produced.
Both add-ons are disabled for free Apify accounts, and free accounts are capped at 10 collections per run.
