# Kroger Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/kroger/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/kroger-product | ## Description Extract detailed product information from Kroger with our API. Access prices, reviews, and more for better decision-making. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Banana Boat Sport SPF 50 Sunscreen Lotion", "size": "6 oz", "brand": "Banana Boat", "price": "$8.99", "rating": "4.8", "warnings": [ "For external use only", "Do not use on damaged or broken skin", "When using this product, keep out of eyes. Rinse with water to remove.", "Stop use and ask a doctor if rash occurs.", "Keep out of reach of children. If product is swallowed, get medical help or contact a Poison Control Center right away." ], "image_url": "https://www.kroger.com/product/images/xlarge/front/0007965604972", "directions": "Apply liberally 15 minutes before sun exposure. Reapply after 80 minutes of swimming or sweating, immediately after towel drying, at least every 2 hours.", "product_id": "0007965604972", "description": "Banana Boat Sport Ultra Sunscreen Lotion, SPF 50, Advanced protection for active lifestyles.", "ingredients": [ "Avobenzone (3.0%)", "Homosalate (10.0%)", "Octisalate (5.0%)", "Octocrylene (8.0%)" ], "reviews_count": "276" } ``` ## Documentation ## Overview Extract detailed product information from Kroger with our API. Access prices, reviews, and more for better decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/kroger/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Kroger Product 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