# Lowes Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lowes/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lowes-product | ## Description Extract detailed product information from Lowes.com with our API for enhanced decision-making and market analysis. ## 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/lowes/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "price": "599.00", "rating": "4.5", "reviews": [ { "title": "Great dishwasher", "author": "John Doe", "rating": "5", "comment": "This dishwasher is quiet and efficient. Very pleased with the purchase." }, { "title": "Good value", "author": "Jane Smith", "rating": "4", "comment": "Works well but the installation was a bit tricky." }, { "title": "Average performance", "author": "Sam Green", "rating": "3", "comment": "Not as quiet as I expected, but still does a decent job." } ], "features": [ "Adjustable Upper Rack", "Sensor Wash", "Stainless Steel Tub", "Delay Start", "Heated Dry" ], "product_id": "5000001257", "availability": "In Stock", "product_name": "Whirlpool 47-Decibel Top Control 24-in Built-In Dishwasher (Fingerprint Resistant Metallic Steel) ENERGY STAR", "shipping_info": { "pickup": "Available at select stores", "delivery": "Standard delivery within 3-5 business days" }, "specifications": { "brand": "Whirlpool", "color": "Fingerprint Resistant Metallic Steel", "dimensions": { "depth": "24.5 inches", "width": "23.875 inches", "height": "33.5 inches" }, "energy_star": "yes", "noise_level": "47 decibels", "control_type": "Top control" } } ``` ## Documentation ## Overview Extract detailed product information from Lowes.com with our API for enhanced decision-making and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/lowes/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Lowes Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Lowes without maintaining scrapers - Power internal dashboards and workflow automations with live Lowes data