Skip to content

Build with Ferguson Product Search API

A GET request to our endpoint /api/getter/?platform="build_search" will allow you to scrape search results from Build.com's search engine in real-time.

Example

Here's an example showcasing how you can scrape search results from Build.com for the keyword of your choice. For our example, we have chosen the keyword, "Pedestal Bathroom Sinks".

1
curl 'https://data.unwrangle.com/api/getter/?platform=build_search&search=Pedestal+Bathroom+Sinks&api_key=API_KEY'

Query Parameters

As you can see in the example above, our endpoint needs the following query parameters:

Search Query

search

Required

Parameter defines the search query you want to search. You can use anything that a user may use in a regular search while shopping on Build.com.

page

Optional

Parameter defines the page number for which you want the results. Default value is 1.

Other Required Parameters

platform

Required

Parameter specifies the scraping engine you wish to invoke. In this case, the value should be build_search.

api_key

Required

Your account's token—which can be obtained by signing up here.

Note

Be sure to replace any whitespace in the search keywords with a plus + sign. So, if you're looking to scrape search results for the keyword "Pedestal Bathroom Sinks", please set the value of the query parameter search to "Pedestal+Bathroom+Sinks".

Results

The response will include up to 24 product results for every query. Our scraper grabs the following attributes for every product in Build.com's search results:

Attributes Returned Data Type Information Represented
id int Retailer ID of product listing
name string Name of product listing
brand string Brand name of product
model_no string Model number of product
url string URL of product listing
rating float Average rating of product
total_ratings int Total number of ratings received by product
is_configurable boolean Indicates if product has configurable options
price float Price of product (or lowest price if configurable)
price_min float Lowest price of product (if configurable)
price_max float Highest price of product (if configurable)
currency string Currency of product price
images array Array of image URLs for product
variants array Array of variant options for configurable products
features array Array of product features
collection object Collection the product belongs to
is_quick_ship boolean Indicates if product is eligible for quick shipping
shipping_info string Shipping information for the product

Response Example

Here's the response you can expect to receive for the request showcased above:

{
    "success": true,
    "search": "Pedestal Bathroom Sinks",
    "page": 1,
    "total_results": 479,
    "no_of_pages": 20,
    "result_count": 24,
    "results": [
        {
            "name": "Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes",
            "brand": "Kohler",
            "id": 165219,
            "model_no": "K-2362-8",
            "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165219",
            "rating": 5,
            "total_ratings": 4,
            "is_configurable": false,
            "price": 405.82,
            "price_min": 312.15,
            "price_max": 461.86,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-96.jpg"
            ],
            "variants": [
                {
                    "id": 165219,
                    "name": "Biscuit",
                    "model_no": "K-2362-8-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165219",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 405.82,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-96.jpg",
                    "in_stock": true,
                    "inventory_quantity": 3
                },
                {
                    "id": 165220,
                    "name": "Black",
                    "model_no": "K-2362-8-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165220",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 461.86,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-7.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165232,
                    "name": "White",
                    "model_no": "K-2362-8-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165232",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 312.15,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-0.jpg",
                    "in_stock": true,
                    "inventory_quantity": 71
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "22.75"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "18.875"
                }
            ],
            "collection": {
                "name": "Cimarron",
                "url": "https://www.build.com/collection/Kohler/Cimarron"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Ravenna Pedestal Bathroom Sink with Pedestal, Single Faucet Hole, 24-1/4\" Length and Overflow",
            "brand": "American Standard",
            "id": 3295,
            "model_no": "0268.100",
            "url": "https://www.build.com/american-standard-0268-100/s10823?uid=3295",
            "rating": 4.77,
            "total_ratings": 35,
            "is_configurable": false,
            "price": 234,
            "price_min": 234,
            "price_max": 234,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/0268.100.jpg"
            ],
            "variants": [
                {
                    "id": 3295,
                    "name": "White",
                    "model_no": "268100.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0268-100/s10823?uid=3295",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 234,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/0268.100.jpg",
                    "in_stock": true,
                    "inventory_quantity": 73
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "1"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.5"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Oval"
                },
                {
                    "name": "Width",
                    "value": "20"
                }
            ],
            "collection": {
                "name": "Ravenna",
                "url": "https://www.build.com/collection/American%20Standard/Ravenna"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Veer 21\" Pedestal Bathroom Sink with Three Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 2242316,
            "model_no": "K-5247-4",
            "url": "https://www.build.com/kohler-k-5247-4/s881832?uid=2242316",
            "rating": 4.2,
            "total_ratings": 5,
            "is_configurable": true,
            "price": 125.11,
            "price_min": 125.11,
            "price_max": 125.11,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-5247-4-0-2914.jpg"
            ],
            "variants": [
                {
                    "id": 2242316,
                    "name": "White",
                    "model_no": "K-5247-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-5247-4/s881832?uid=2242316",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 125.11,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-5247-4-0-2914.jpg",
                    "in_stock": true,
                    "inventory_quantity": 39
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "21"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "18.25"
                }
            ],
            "collection": {
                "name": "Veer",
                "url": "https://www.build.com/collection/Kohler/Veer"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping"
        },
        {
            "name": "Veer 24\" Pedestal Bathroom Sink with Three Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 2242345,
            "model_no": "K-5248-4",
            "url": "https://www.build.com/kohler-k-5248-4/s881834?uid=2242345",
            "rating": 5,
            "total_ratings": 1,
            "is_configurable": true,
            "price": 101.97,
            "price_min": 101.97,
            "price_max": 101.97,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-5248-4-0-2941.jpg"
            ],
            "variants": [
                {
                    "id": 2242345,
                    "name": "White",
                    "model_no": "K-5248-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-5248-4/s881834?uid=2242345",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 101.97,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-5248-4-0-2941.jpg",
                    "in_stock": true,
                    "inventory_quantity": 48
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "18.25"
                }
            ],
            "collection": {
                "name": "Veer",
                "url": "https://www.build.com/collection/Kohler/Veer"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping"
        },
        {
            "name": "Memoirs Fireclay Pedestal Bathroom Sink - Less Pedestal and Legs",
            "brand": "Kohler",
            "id": 3485153,
            "model_no": "K-29999-1",
            "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3485153",
            "rating": 4.62,
            "total_ratings": 26,
            "is_configurable": false,
            "price": 292.57,
            "price_min": 292.57,
            "price_max": 482.43,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-0.jpg"
            ],
            "variants": [
                {
                    "id": 3486585,
                    "name": "Biscuit",
                    "model_no": "K-29999-1-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3486585",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 419.47,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-96.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3486625,
                    "name": "Black Black",
                    "model_no": "K-29999-1-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3486625",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 482.43,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-7.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3486589,
                    "name": "Dune",
                    "model_no": "K-29999-1-NY",
                    "swatch_color": "EFDBBC",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3486589",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 419.47,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-ny.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3486590,
                    "name": "Ice Grey",
                    "model_no": "K-29999-1-95",
                    "swatch_color": "f8f9fa",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3486590",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 419.47,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-95.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3486594,
                    "name": "Thunder Grey",
                    "model_no": "K-29999-1-58",
                    "swatch_color": "5D5956",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3486594",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 482.43,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-58.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3485153,
                    "name": "White",
                    "model_no": "K-29999-1-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3485153",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 292.57,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-29999-1-0.jpg",
                    "in_stock": true,
                    "inventory_quantity": 39
                }
            ],
            "features": [
                {
                    "name": "Installation Type",
                    "value": "Vessel, Pedestal"
                }
            ],
            "collection": {
                "name": "Memoirs",
                "url": "https://www.build.com/collection/Kohler/Memoirs"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Dartmouth 24-1/4\" Pedestal Bathroom Sink with 3 Faucet Holes Drilled and Overflow - Less Pedestal",
            "brand": "TOTO",
            "id": 1156171,
            "model_no": "LT642.4",
            "url": "https://www.build.com/toto-lt642-4/s594869?uid=1156171",
            "rating": 4,
            "total_ratings": 1,
            "is_configurable": false,
            "price": 246.94,
            "price_min": 246.94,
            "price_max": 246.94,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/toto-lt642-401-291.jpg"
            ],
            "variants": [
                {
                    "id": 1156171,
                    "name": "Cotton",
                    "model_no": "LT642.4#01",
                    "swatch_color": "DDDAD5",
                    "url": "https://www.build.com/toto-lt642-4/s594869?uid=1156171",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 246.94,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/toto-lt642-401-291.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.25"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Oval"
                },
                {
                    "name": "Width",
                    "value": "18.25"
                }
            ],
            "collection": {
                "name": "Dartmouth",
                "url": "https://www.build.com/collection/TOTO/Dartmouth"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Promenade 24\" Pedestal Bathroom Sink with 3 Faucet Holes Drilled and Overflow - Pedestal Included",
            "brand": "TOTO",
            "id": 180940,
            "model_no": "LPT532.8N",
            "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180940",
            "rating": 5,
            "total_ratings": 1,
            "is_configurable": false,
            "price": 478.06,
            "price_min": 410.73,
            "price_max": 659.22,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg"
            ],
            "variants": [
                {
                    "id": 180940,
                    "name": "Bone",
                    "model_no": "LPT532.8N#03",
                    "swatch_color": "DDD4BB",
                    "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180940",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 478.06,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 180941,
                    "name": "Colonial White",
                    "model_no": "LPT532.8N#11",
                    "swatch_color": "FFF5E3",
                    "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180941",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 410.73,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 180942,
                    "name": "Cotton",
                    "model_no": "LPT532.8N#01",
                    "swatch_color": "DDDAD5",
                    "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180942",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 442.4,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg",
                    "in_stock": true,
                    "inventory_quantity": 15
                },
                {
                    "id": 180943,
                    "name": "Ebony",
                    "model_no": "LPT532.8N#51",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180943",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 659.22,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 180945,
                    "name": "Sedona Beige",
                    "model_no": "LPT532.8N#12",
                    "swatch_color": "f2f0e4",
                    "url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180945",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 425.31,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/toto/LPT532.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "19.25"
                }
            ],
            "collection": {
                "name": "Promenade",
                "url": "https://www.build.com/collection/TOTO/Promenade"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Cimarron pedestal lavatory with 4\" centers",
            "brand": "Kohler",
            "id": 165216,
            "model_no": "k-2362-4",
            "url": "https://www.build.com/kohler-k-2362-4/s561575?uid=165216",
            "rating": 5,
            "total_ratings": 3,
            "is_configurable": false,
            "price": 312.15,
            "price_min": 312.15,
            "price_max": 461.86,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-4-0.jpg"
            ],
            "variants": [
                {
                    "id": 222095,
                    "name": "Biscuit",
                    "model_no": "k-2362-4-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2362-4/s561575?uid=222095",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 405.82,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-4-96.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222096,
                    "name": "Black",
                    "model_no": "k-2362-4-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2362-4/s561575?uid=222096",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 461.86,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-4-7.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165216,
                    "name": "White",
                    "model_no": "k-2362-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2362-4/s561575?uid=165216",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 312.15,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-4-0.jpg",
                    "in_stock": true,
                    "inventory_quantity": 79
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "22.75"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "18.875"
                }
            ],
            "collection": {
                "name": "Cimarron",
                "url": "https://www.build.com/collection/Kohler/Cimarron"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Key West 24\" Vitreous China Pedestal Sink with Porcelain Base and 3 Faucet Holes at 8\" Centers",
            "brand": "Signature Hardware",
            "id": 4027907,
            "model_no": "948643",
            "url": "https://www.build.com/signature-hardware-948643/s1707309?uid=4027907",
            "rating": 5,
            "total_ratings": 2,
            "is_configurable": false,
            "price": 319,
            "price_min": 319,
            "price_max": 319,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/signaturehardware/signature-hardware-447985-8134424.jpg"
            ],
            "variants": [
                {
                    "id": 4027907,
                    "name": "White",
                    "model_no": "447985",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/signature-hardware-948643/s1707309?uid=4027907",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 319,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/signaturehardware/signature-hardware-447985-8134424.jpg",
                    "in_stock": true,
                    "inventory_quantity": 749
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.375"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "19.375"
                }
            ],
            "collection": {
                "name": "Key West",
                "url": "https://www.build.com/collection/Signature%20Hardware/Key%20West"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Ravenna Pedestal Bathroom Sink with Pedestal, 24-1/2\" Length and Overflow",
            "brand": "American Standard",
            "id": 3303,
            "model_no": "0268.400",
            "url": "https://www.build.com/american-standard-0268-400/s12711?uid=3303",
            "rating": 4.78,
            "total_ratings": 36,
            "is_configurable": false,
            "price": 234,
            "price_min": 234,
            "price_max": 234,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_400_020_154.jpg"
            ],
            "variants": [
                {
                    "id": 3303,
                    "name": "White",
                    "model_no": "268400.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0268-400/s12711?uid=3303",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 234,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_400_020_154.jpg",
                    "in_stock": true,
                    "inventory_quantity": 133
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.5"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Oval"
                },
                {
                    "name": "Width",
                    "value": "20"
                }
            ],
            "collection": {
                "name": "Ravenna",
                "url": "https://www.build.com/collection/American%20Standard/Ravenna"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Ravenna Pedestal Bathroom Sink with Pedestal, Single Faucet Hole, 24-1/4\" Length and Overflow",
            "brand": "American Standard",
            "id": 3299,
            "model_no": "0268.144",
            "url": "https://www.build.com/american-standard-0268-144/s12710?uid=3299",
            "rating": 5,
            "total_ratings": 5,
            "is_configurable": true,
            "price": 284.7,
            "price_min": 284.7,
            "price_max": 284.7,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_144_020_150.jpg"
            ],
            "variants": [
                {
                    "id": 3299,
                    "name": "White",
                    "model_no": "268144.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0268-144/s12710?uid=3299",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 284.7,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_144_020_150.jpg",
                    "in_stock": true,
                    "inventory_quantity": 73
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "1"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.25"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Oval"
                },
                {
                    "name": "Width",
                    "value": "20"
                }
            ],
            "collection": {
                "name": "Ravenna",
                "url": "https://www.build.com/collection/American%20Standard/Ravenna"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Cornice Pedestal Bathroom Sink with Pedestal, Single Faucet Hole, 15-1/2\" Length and Overflow",
            "brand": "American Standard",
            "id": 1800724,
            "model_no": "0611.100",
            "url": "https://www.build.com/american-standard-0611-100/s30101?uid=1800724",
            "rating": 3.5,
            "total_ratings": 2,
            "is_configurable": false,
            "price": 302.93,
            "price_min": 302.93,
            "price_max": 302.93,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0611_100_020_406.jpg"
            ],
            "variants": [
                {
                    "id": 1800724,
                    "name": "White",
                    "model_no": "611100.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0611-100/s30101?uid=1800724",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 302.93,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0611_100_020_406.jpg",
                    "in_stock": true,
                    "inventory_quantity": 159
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "1"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "18.5"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Specialty, Oval"
                },
                {
                    "name": "Width",
                    "value": "18.5"
                }
            ],
            "collection": {
                "name": "Cornice",
                "url": "https://www.build.com/collection/American%20Standard/Cornice"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Ravenna Pedestal Bathroom Sink with Pedestal, 24-1/4\" Length and Overflow",
            "brand": "American Standard",
            "id": 3315,
            "model_no": "0268.888",
            "url": "https://www.build.com/american-standard-0268-888/s10592?uid=3315",
            "rating": 5,
            "total_ratings": 5,
            "is_configurable": false,
            "price": 284.7,
            "price_min": 284.7,
            "price_max": 284.7,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_888_020_165.jpg"
            ],
            "variants": [
                {
                    "id": 3315,
                    "name": "White",
                    "model_no": "268888.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0268-888/s10592?uid=3315",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 284.7,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0268_888_020_165.jpg",
                    "in_stock": true,
                    "inventory_quantity": 21
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.25"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Specialty"
                },
                {
                    "name": "Width",
                    "value": "20"
                }
            ],
            "collection": {
                "name": "Ravenna",
                "url": "https://www.build.com/collection/American%20Standard/Ravenna"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Portsmouth Pedestal Bathroom Sink with Pedestal, 24-3/8\" Length and Overflow",
            "brand": "American Standard",
            "id": 395889,
            "model_no": "0555.801",
            "url": "https://www.build.com/american-standard-0555-801/s25099?uid=395889",
            "rating": 4.33,
            "total_ratings": 3,
            "is_configurable": false,
            "price": 277.55,
            "price_min": 277.55,
            "price_max": 277.55,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0555_801_020_390.jpg"
            ],
            "variants": [
                {
                    "id": 395889,
                    "name": "White",
                    "model_no": "555801.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0555-801/s25099?uid=395889",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 277.55,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0555_801_020_390.jpg",
                    "in_stock": true,
                    "inventory_quantity": 18
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.375"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular, Oval"
                },
                {
                    "name": "Width",
                    "value": "19.5"
                }
            ],
            "collection": {
                "name": "Portsmouth",
                "url": "https://www.build.com/collection/American%20Standard/Portsmouth"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Cornice Pedestal Bathroom Sink with Pedestal, 4\" Centers, 15-1/2\" Length and Overflow",
            "brand": "American Standard",
            "id": 1800725,
            "model_no": "0611.400",
            "url": "https://www.build.com/american-standard-0611-400/s23748?uid=1800725",
            "rating": 3.5,
            "total_ratings": 2,
            "is_configurable": false,
            "price": 302.93,
            "price_min": 302.93,
            "price_max": 302.93,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0611_400_020_407.jpg"
            ],
            "variants": [
                {
                    "id": 1800725,
                    "name": "White",
                    "model_no": "611400.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0611-400/s23748?uid=1800725",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 302.93,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0611_400_020_407.jpg",
                    "in_stock": true,
                    "inventory_quantity": 159
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "18.5"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Specialty, Oval"
                },
                {
                    "name": "Width",
                    "value": "18.5"
                }
            ],
            "collection": {
                "name": "Cornice",
                "url": "https://www.build.com/collection/American%20Standard/Cornice"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Retrospect Pedestal Bathroom Sink with Pedestal, 27\" Length and Overflow",
            "brand": "American Standard",
            "id": 239376,
            "model_no": "0282.800",
            "url": "https://www.build.com/american-standard-0282-800/s10949?uid=239376",
            "rating": 3.27,
            "total_ratings": 15,
            "is_configurable": false,
            "price": 390.65,
            "price_min": 390.65,
            "price_max": 390.65,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0282_800_020_168.jpg"
            ],
            "variants": [
                {
                    "id": 239376,
                    "name": "White",
                    "model_no": "282800.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0282-800/s10949?uid=239376",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 390.65,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0282_800_020_168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 144
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "27"
                },
                {
                    "name": "Material",
                    "value": "Fireclay"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular, Oval"
                },
                {
                    "name": "Width",
                    "value": "19.75"
                }
            ],
            "collection": {
                "name": "Retrospect",
                "url": "https://www.build.com/collection/American%20Standard/Retrospect"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Veil Pedestal Bathroom Sink with Overflow",
            "brand": "Kohler",
            "id": 3374433,
            "model_no": "K-20701",
            "url": "https://www.build.com/kohler-k-20701/s1434822?uid=3374433",
            "rating": 0,
            "total_ratings": 0,
            "is_configurable": false,
            "price": 1281.37,
            "price_min": 1281.37,
            "price_max": 1915.53,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-20701-0.jpg"
            ],
            "variants": [
                {
                    "id": 3374434,
                    "name": "Biscuit",
                    "model_no": "K-20701-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-20701/s1434822?uid=3374434",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 1665.67,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-20701-96.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3374436,
                    "name": "Black Black",
                    "model_no": "K-20701-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-20701/s1434822?uid=3374436",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 1915.53,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-20701-7.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 3374433,
                    "name": "White",
                    "model_no": "K-20701-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-20701/s1434822?uid=3374433",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 1281.37,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-20701-0.jpg",
                    "in_stock": true,
                    "inventory_quantity": 2
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "0"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "16"
                },
                {
                    "name": "Material",
                    "value": "Fireclay"
                },
                {
                    "name": "Sink Shape",
                    "value": "Circular"
                },
                {
                    "name": "Width",
                    "value": "16"
                }
            ],
            "collection": {
                "name": "Veil",
                "url": "https://www.build.com/collection/Kohler/Veil"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Portsmouth Pedestal Bathroom Sink with Pedestal, 24-3/8\" Length and Overflow",
            "brand": "American Standard",
            "id": 395888,
            "model_no": "0555.401",
            "url": "https://www.build.com/american-standard-0555-401/s25362?uid=395888",
            "rating": 4.5,
            "total_ratings": 2,
            "is_configurable": false,
            "price": 274.77,
            "price_min": 274.77,
            "price_max": 274.77,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0555_401_020_388.jpg"
            ],
            "variants": [
                {
                    "id": 395888,
                    "name": "White",
                    "model_no": "555401.02",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/american-standard-0555-401/s25362?uid=395888",
                    "is_quick_ship": false,
                    "shipping_info": "",
                    "has_free_shipping": false,
                    "price": 274.77,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/americanstandard/american_standard_0555_401_020_388.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.375"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular, Oval"
                },
                {
                    "name": "Width",
                    "value": "19.5"
                }
            ],
            "collection": {
                "name": "Portsmouth",
                "url": "https://www.build.com/collection/American%20Standard/Portsmouth"
            },
            "is_quick_ship": false,
            "shipping_info": ""
        },
        {
            "name": "Archer 24\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 165175,
            "model_no": "K-2358-8",
            "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=165175",
            "rating": 4.97,
            "total_ratings": 38,
            "is_configurable": true,
            "price": 170.88,
            "price_min": 170.88,
            "price_max": 281.81,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-0-2257.jpg"
            ],
            "variants": [
                {
                    "id": 222071,
                    "name": "Biscuit",
                    "model_no": "K-2358-8-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=222071",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-96-2262.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165165,
                    "name": "Black",
                    "model_no": "K-2358-8-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=165165",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 1741699,
                    "name": "Dune",
                    "model_no": "K-2358-8-NY",
                    "swatch_color": "EFDBBC",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=1741699",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-ny-2265.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165167,
                    "name": "Ice Grey",
                    "model_no": "K-2358-8-95",
                    "swatch_color": "f8f9fa",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=165167",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-95-2261.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165174,
                    "name": "Thunder Grey",
                    "model_no": "K-2358-8-58",
                    "swatch_color": "5D5956",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=165174",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-58-2260.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165175,
                    "name": "White",
                    "model_no": "K-2358-8-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2358-8/s560243?uid=165175",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 170.88,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-8-0-2257.jpg",
                    "in_stock": true,
                    "inventory_quantity": 247
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "20.5"
                }
            ],
            "collection": {
                "name": "Archer",
                "url": "https://www.build.com/collection/Kohler/Archer"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Devonshire 24\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 221442,
            "model_no": "K-2287-8",
            "url": "https://www.build.com/kohler-k-2287-8/s561537?uid=221442",
            "rating": 4.83,
            "total_ratings": 23,
            "is_configurable": true,
            "price": 280.08,
            "price_min": 195.33,
            "price_max": 322.12,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-8-96-1857.jpg"
            ],
            "variants": [
                {
                    "id": 221442,
                    "name": "Biscuit",
                    "model_no": "K-2287-8-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2287-8/s561537?uid=221442",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 280.08,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-8-96-1857.jpg",
                    "in_stock": true,
                    "inventory_quantity": 4
                },
                {
                    "id": 221443,
                    "name": "Black",
                    "model_no": "K-2287-8-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2287-8/s561537?uid=221443",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 322.12,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-8-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 164370,
                    "name": "White",
                    "model_no": "K-2287-8-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2287-8/s561537?uid=164370",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 195.33,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-8-0-1852.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.13"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular, Oval"
                },
                {
                    "name": "Width",
                    "value": "19.75"
                }
            ],
            "collection": {
                "name": "Devonshire",
                "url": "https://www.build.com/collection/Kohler/Devonshire"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Devonshire 24\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 164364,
            "model_no": "K-2287-4",
            "url": "https://www.build.com/kohler-k-2287-4/s560400?uid=164364",
            "rating": 5,
            "total_ratings": 14,
            "is_configurable": true,
            "price": 195.33,
            "price_min": 195.33,
            "price_max": 322.13,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-4-0-1843.jpg"
            ],
            "variants": [
                {
                    "id": 221436,
                    "name": "Biscuit",
                    "model_no": "K-2287-4-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2287-4/s560400?uid=221436",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 280.08,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-4-96-1848.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 221437,
                    "name": "Black",
                    "model_no": "K-2287-4-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2287-4/s560400?uid=221437",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 322.13,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-4-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 164364,
                    "name": "White",
                    "model_no": "K-2287-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2287-4/s560400?uid=164364",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 195.33,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2287-4-0-1843.jpg",
                    "in_stock": true,
                    "inventory_quantity": 5
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24.13"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular, Oval"
                },
                {
                    "name": "Width",
                    "value": "19.75"
                }
            ],
            "collection": {
                "name": "Devonshire",
                "url": "https://www.build.com/collection/Kohler/Devonshire"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Archer 24\" Pedestal Bathroom Sink with 1 Hole Drilled and Overflow",
            "brand": "Kohler",
            "id": 165159,
            "model_no": "K-2358-1",
            "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=165159",
            "rating": 5,
            "total_ratings": 14,
            "is_configurable": true,
            "price": 180,
            "price_min": 180,
            "price_max": 281.81,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-0-2239.jpg"
            ],
            "variants": [
                {
                    "id": 222052,
                    "name": "Biscuit",
                    "model_no": "K-2358-1-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=222052",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-96-2244.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222053,
                    "name": "Black",
                    "model_no": "K-2358-1-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=222053",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 1741697,
                    "name": "Dune",
                    "model_no": "K-2358-1-NY",
                    "swatch_color": "EFDBBC",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=1741697",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-ny-2247.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222055,
                    "name": "Ice Grey",
                    "model_no": "K-2358-1-95",
                    "swatch_color": "f8f9fa",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=222055",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-95-2243.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165158,
                    "name": "Thunder Grey",
                    "model_no": "K-2358-1-58",
                    "swatch_color": "5D5956",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=165158",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-58-2242.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165159,
                    "name": "White",
                    "model_no": "K-2358-1-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2358-1/s560242?uid=165159",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 180,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-1-0-2239.jpg",
                    "in_stock": true,
                    "inventory_quantity": 264
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "1"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "20.5"
                }
            ],
            "collection": {
                "name": "Archer",
                "url": "https://www.build.com/collection/Kohler/Archer"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Cimarron 21\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 165251,
            "model_no": "K-2363-4",
            "url": "https://www.build.com/kohler-k-2363-4/s560605?uid=165251",
            "rating": 4.87,
            "total_ratings": 15,
            "is_configurable": true,
            "price": 156.07,
            "price_min": 156.07,
            "price_max": 233.25,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2363-4-0-2276.jpg"
            ],
            "variants": [
                {
                    "id": 222112,
                    "name": "Biscuit",
                    "model_no": "K-2363-4-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2363-4/s560605?uid=222112",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 202.91,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2363-4-96-2279.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222113,
                    "name": "Black",
                    "model_no": "K-2363-4-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2363-4/s560605?uid=222113",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 233.25,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2363-4-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165251,
                    "name": "White",
                    "model_no": "K-2363-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2363-4/s560605?uid=165251",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 156.07,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2363-4-0-2276.jpg",
                    "in_stock": true,
                    "inventory_quantity": 79
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "22.75"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "18.88"
                }
            ],
            "collection": {
                "name": "Cimarron",
                "url": "https://www.build.com/collection/Kohler/Cimarron"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        },
        {
            "name": "Archer 24\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
            "brand": "Kohler",
            "id": 222068,
            "model_no": "K-2358-4",
            "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=222068",
            "rating": 4.88,
            "total_ratings": 8,
            "is_configurable": true,
            "price": 170.88,
            "price_min": 170.88,
            "price_max": 281.81,
            "currency": "USD",
            "images": [
                "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-0-2248.jpg"
            ],
            "variants": [
                {
                    "id": 165162,
                    "name": "Biscuit",
                    "model_no": "K-2358-4-96",
                    "swatch_color": "ded6cc",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=165162",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-96-2253.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 165163,
                    "name": "Black",
                    "model_no": "K-2358-4-7",
                    "swatch_color": "000000",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=165163",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-7-1365168.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 1741698,
                    "name": "Dune",
                    "model_no": "K-2358-4-NY",
                    "swatch_color": "EFDBBC",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=1741698",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-ny-2256.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222060,
                    "name": "Ice Grey",
                    "model_no": "K-2358-4-95",
                    "swatch_color": "f8f9fa",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=222060",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 245.02,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-95-2252.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222067,
                    "name": "Thunder Grey",
                    "model_no": "K-2358-4-58",
                    "swatch_color": "5D5956",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=222067",
                    "is_quick_ship": false,
                    "shipping_info": "FREE Shipping",
                    "has_free_shipping": true,
                    "price": 281.81,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-58-2251.jpg",
                    "in_stock": true,
                    "inventory_quantity": 0
                },
                {
                    "id": 222068,
                    "name": "White",
                    "model_no": "K-2358-4-0",
                    "swatch_color": "ffffff",
                    "url": "https://www.build.com/kohler-k-2358-4/s560602?uid=222068",
                    "is_quick_ship": true,
                    "shipping_info": "FREE 2-Day Shipping",
                    "has_free_shipping": true,
                    "price": 170.88,
                    "image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2358-4-0-2248.jpg",
                    "in_stock": true,
                    "inventory_quantity": 129
                }
            ],
            "features": [
                {
                    "name": "Faucet Holes",
                    "value": "3"
                },
                {
                    "name": "Installation Type",
                    "value": "Pedestal"
                },
                {
                    "name": "Length",
                    "value": "24"
                },
                {
                    "name": "Material",
                    "value": "Vitreous China"
                },
                {
                    "name": "Sink Shape",
                    "value": "Rectangular"
                },
                {
                    "name": "Width",
                    "value": "20.5"
                }
            ],
            "collection": {
                "name": "Archer",
                "url": "https://www.build.com/collection/Kohler/Archer"
            },
            "is_quick_ship": true,
            "shipping_info": "FREE 2-Day Shipping for Select Finishes"
        }
    ],
    "meta_data": {},
    "remaining_credits": 685990
}

Request Cost

Each request to this endpoint costs 1 credit per result returned and a minimum of 10 credits per request.

Support

If you want to add a parameter to our response, or have any question or feedback, please write to us at support@unwrangle.com