# OpenSea Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/opensea/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/opensea-search | ## Description Discover comprehensive MoonK NFT data from OpenSea using our API for enhanced insights and analytics. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/opensea/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "assets": [ { "id": 1, "name": "MoonK #1", "owner": "0xOwnerAddress1", "price": "2 ETH", "image_url": "https://path/to/image1.jpg", "last_sale": "1.5 ETH", "description": "A unique MoonK NFT from the MoonK collection" }, { "id": 2, "name": "MoonK #2", "owner": "0xOwnerAddress2", "price": "3 ETH", "image_url": "https://path/to/image2.jpg", "last_sale": "2.5 ETH", "description": "A unique MoonK NFT from the MoonK collection" }, { "id": 3, "name": "MoonK #3", "owner": "0xOwnerAddress3", "price": "5 ETH", "image_url": "https://path/to/image3.jpg", "last_sale": "4 ETH", "description": "A unique MoonK NFT from the MoonK collection" } ], "collection": { "name": "MoonK", "image_url": "https://path/to/collectionimage.jpg", "description": "The MoonK collection is a series of unique digital assets with varying features and attributes.", "floor_price": "1 ETH", "total_supply": 10000, "volume_traded": "2500 ETH" } } ``` ## Documentation ## Overview Discover comprehensive MoonK NFT data from OpenSea using our API for enhanced insights and analytics. ## Quickstart ``` GET https://api.piloterr.com/v2/opensea/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate OpenSea Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Opensea without maintaining scrapers - Power internal dashboards and workflow automations with live Opensea data