# Target Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/target/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/target-product-cmn38so4u00v75atkpc5bpubn | ## Description Extract comprehensive product details from Target for enhanced e-commerce listings and market analysis 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/target/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "brand": "Threshold™", "price": { "amount": 5, "currency": "USD" }, "title": "16oz Mother's Day Stoneware Mama Mug - Threshold™", "images": [ { "alt": "Mother's Day Stoneware Mama Mug", "url": "https://target.scene7.com/is/image/Target/GUEST_8486d1b4-69d6-4958-a142-2bb491abc792?wid=325&hei=325&qlt=80&fmt=webp" }, { "alt": "Mother's Day Stoneware Mama Mug - Side View", "url": "https://target.scene7.com/is/image/Target/GUEST_34c4a2df-0c74-4d4f-92b3-b0f8040c2b97?wid=488&hei=488&fmt=pjpeg" } ], "productId": "89162102", "categories": [ "Category: Kitchen & Dining", "Sub-category: Drinkware", "Product Collection: Highlights from Threshold™" ], "description": "Celebrate mom with the 16oz Mother's Day Stoneware Mama Mug from Threshold™. This beautiful stoneware mug features the word 'Mama' embossed in a lovely style, making it a special way to show her how much she means to you. Perfect for her favorite beverages, it's both dishwasher and microwave safe for added convenience.", "availability": "In Stock", "additionalInfo": { "capacity": "16oz", "material": "Stoneware", "microwaveSafe": true, "dishwasherSafe": true }, "customerRatings": { "totalReviews": 153, "averageRating": 4.8 } } ``` ## Documentation ## Overview Extract comprehensive product details from Target for enhanced e-commerce listings and market analysis with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/target/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Target Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Target without maintaining scrapers - Power internal dashboards and workflow automations with live Target data