# OpenSea Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/opensea/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/opensea-product | ## Description Extract detailed NFT data from OpenSea effortlessly and stay ahead in the NFT market with our API. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "id": "2Jt1iVc9SqjMPV2n74vZvwtZ8VsUhUbmbtwPv7ZFvuxm", "name": "Example NFT Name", "owner": { "id": "owner-id-456", "name": "Owner Name", "verified": false, "profile_image": "https://opensea.io/link-to-owner-profile-image" }, "price": { "amount": "10.5", "currency": "ETH" }, "creator": { "id": "creator-id-123", "name": "Creator Name", "verified": true, "profile_image": "https://opensea.io/link-to-creator-profile-image" }, "image_url": "https://opensea.io/link-to-nft-image", "last_sale": { "date": "2023-07-15T12:34:56Z", "price": "9.0", "currency": "ETH" }, "permalink": "https://opensea.io/fr/assets/solana/2Jt1iVc9SqjMPV2n74vZvwtZ8VsUhUbmbtwPv7ZFvuxm", "attributes": [ { "value": "Purple", "trait_type": "Background" }, { "value": "Blue", "trait_type": "Eyes" }, { "value": "Space Suit", "trait_type": "Outfit" } ], "collection": { "id": "collection-id-789", "name": "Collection Name", "verified": true, "image_url": "https://opensea.io/link-to-collection-image", "description": "Description of the collection.", "banner_image_url": "https://opensea.io/link-to-collection-banner-image" }, "description": "This is an example description for the NFT." } ``` ## Documentation ## Overview Extract detailed NFT data from OpenSea effortlessly and stay ahead in the NFT market with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/opensea/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate OpenSea Product 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