/opensea/items/search
Search and list the NFTs in an OpenSea collection, with status, trait and sort filters
Price: 1 credit
💡 AI Hint: Search and list the NFTs inside an OpenSea collection by its slug (e.g. ‘boredapeyachtclub’). Filter by listing status (all, listed or not listed) and by traits (a mapping of trait type to accepted values), and sort by price (low to high / high to low) or rarity (most / least rare). Each item returns its chain, contract address and token id, name and image, rarity rank, last sale, best listing and best offer (in native, token and USD), owner, parent collection and traits.
⚠️ Common errors: 412: Collection not found
Authorizations
API token from the dashboard
Headers
Body
Collection slug to search within (its human-readable alias from the collection URL)
1"boredapeyachtclub"
"pudgypenguins"
Number of items to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Listing status filter
all, listed, not_listed Sort order
price_low_to_high, price_high_to_low, most_rare, least_rare Trait filter mapping a trait type to the accepted values (e.g. {"Background": ["Army Green", "Blue"]})
{ "Background": ["Army Green"] }
Response
Successful Response