OpenSea research
Inspect public OpenSea marketplace data as normalized JSON: collections, items, traits, listings, offers, sales activity, categories, chains, and creator profiles.
When to use this skill
- Search or browse NFT collections and items.
- Inspect collection stats, traits, best deals, or related collections.
- Compare sales, listings, offers, and marketplace activity.
- Resolve accepted chain/category values before making a filtered request.
- Research a collection or creator's public marketplace footprint.
Setup
- Get a Crawlora API key at crawlora.net.
- Set
CRAWLORA_API_KEYin the environment before running the helper. - The helper reads
CRAWLORA_API_KEYfrom the environment and sends requests tohttps://api.crawlora.net/api/v1.
How it works
Start with /opensea/categories and /opensea/chains when a filter needs a
closed value set. Use collection/item search and detail endpoints next, then
the collection/item activity, listings, offers, sales, and trait endpoints for
market analysis. Keep cursors returned by paginated activity/listing calls.
Full endpoint list: reference/endpoints.md.
Example
scripts/crawlora.sh /opensea/collections slugs="example-collection" | jq '.'
scripts/crawlora.sh /opensea/collection/example-collection | jq '.'
scripts/crawlora.sh /opensea/collection/example-collection/activity | jq '.'