# Target Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/target/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/target-search-cmn38soao00vb5atk8han6ija | ## Description Extract rich product details from Target to boost your business strategies with our powerful 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "price": "$12.99", "title": "Thirstystone Stainless Steel 20oz Grid Tumbler with Straw", "rating": "5.0", "imageUrl": "https://target.scene7.com/productimage/GTND1/14086629", "productId": "1", "reviewsCount": "42" }, { "price": "$34.99", "title": "Simply Modern 12oz Mug", "rating": "4.5", "imageUrl": "https://target.scene7.com/productimage/GTND1/16024629", "productId": "2", "reviewsCount": "88" }, { "price": "$14.99", "title": "Star Wars 20oz Mug", "rating": "4.8", "imageUrl": "https://target.scene7.com/productimage/GTND1/13456729", "productId": "3", "reviewsCount": "19" }, { "price": "$9.99", "title": "Marvel Avengers Ceramic 15oz Mug", "rating": "4.7", "imageUrl": "https://target.scene7.com/productimage/GTND1/15012329", "productId": "4", "reviewsCount": "74" } ] } ``` ## Documentation ## Overview Extract rich product details from Target to boost your business strategies with our powerful API. ## Quickstart ``` GET https://api.piloterr.com/v2/target/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Target Search 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