# Kroger Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/kroger/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/kroger-search | ## Description Unlock Kroger product data to enhance market analysis, pricing strategies, and e-commerce integration. ## 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/kroger/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "banane", "results": [ { "name": "Kroger Bananas", "unit": "lb", "price": "0.49", "image_url": "https://www.kroger.com/product/images/large/front/0001111046685", "product_id": "0001111046685", "availability": "in_stock" }, { "name": "Simple Truth Organic Bananas", "unit": "lb", "price": "0.60", "image_url": "https://www.kroger.com/product/images/large/front/0001111047024", "product_id": "0001111047024", "availability": "in_stock" }, { "name": "Chiquita Bananas", "unit": "lb", "price": "0.59", "image_url": "https://www.kroger.com/product/images/large/front/0004133310133", "product_id": "0004133310133", "availability": "in_stock" } ] } ``` ## Documentation ## Overview Unlock Kroger product data to enhance market analysis, pricing strategies, and e-commerce integration. ## Quickstart ``` GET https://api.piloterr.com/v2/kroger/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Kroger Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Kroger without maintaining scrapers - Power internal dashboards and workflow automations with live Kroger data