# Lowe's Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/lowes/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/lowes-search | ## Description Extract Lowe's product data for real-time analysis, pricing trends, and enhanced business intelligence. ## 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/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "link": "https://www.lowes.com/pd/Whirlpool-53-Decibel-Top-Control-24-in-Built-In-Dishwasher/1000", "name": "Whirlpool® 53-Decibel Top Control 24-in Built-In Dishwasher (Fingerprint Resistant Stainless Steel)", "price": "$549.00", "rating": 4.5, "imageUrl": "https://images.lowes.com/.../whirlpool-dishwasher.jpg", "productId": "1000", "reviewCount": 321, "availability": "In Stock" }, { "link": "https://www.lowes.com/pd/Bosch-44-Decibel-Top-Control-24-in-Built-In-Dishwasher/1001", "name": "Bosch 44-Decibel Top Control 24-in Built-In Dishwasher (Stainless Steel)", "price": "$899.00", "rating": 4.7, "imageUrl": "https://images.lowes.com/.../bosch-dishwasher.jpg", "productId": "1001", "reviewCount": 489, "availability": "Low Stock" }, { "link": "https://www.lowes.com/pd/Samsung-55-Decibel-Front-Control-24-in-Built-In-Dishwasher/1002", "name": "Samsung 55-Decibel Front Control 24-in Built-In Dishwasher (Stainless Steel)", "price": "$679.00", "rating": 4.2, "imageUrl": "https://images.lowes.com/.../samsung-dishwasher.jpg", "productId": "1002", "reviewCount": 152, "availability": "Out of Stock" } ], "pagination": { "totalPages": 5, "currentPage": 1, "resultsPerPage": 24 }, "totalResults": 123 } ``` ## Documentation ## Overview Extract Lowe's product data for real-time analysis, pricing trends, and enhanced business intelligence. ## Quickstart ``` GET https://api.piloterr.com/v2/lowes/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Lowe's Search 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