Skip to content

Build with Ferguson Product Data API

A GET request to our /api/getter/?platform="build_detail" endpoint allows you to scrape product data for any product listing URL on Build.com in real-time.

Example

Here's an example showcasing how you can scrape product data for any product on Build.com using its URL. For this example, we use the URL of this product.

1
curl 'https://data.unwrangle.com/api/getter/?platform=build_detail&url=https%3A%2F%2Fwww.build.com%2Fkohler-k-2362-8%2Fs560423&api_key=API_KEY'

Query Parameters

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

Product URL

url

Required

Product listing's URL on Build.com. Remove unnecessary query parameters and encode the URL.

Other Required Parameters

platform

Required

Specifies the scraping engine you wish to invoke. In this case, the value should be build_detail.

api_key

Required

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

Note

The value of the query parameter url must be URL or percent encoded. If you're using Python, this can be done with the function urlencode.

Results

The response will include the following attributes for the product:

Attributes Returned Data Type Information Represented
id int Build.com ID of product listing
name string Name of product listing
url string URL of product listing
brand string Brand name of product
brand_url string URL of brand page on Build.com
model_number string Model number of product
categories array Array of categories the product belongs to
base_category string Base category of product
business_category string Business category of product
images array Array of image URLs for product
videos array Array of video URLs for product (if any)
has_free_installation boolean Indicates if product has free installation
has_recommended_options boolean Indicates if product has recommended options
is_configurable boolean Indicates if product has configurable options
has_accessories boolean Indicates if product has accessories
shipping_fee float Shipping fee for the product
currency string Currency of product price
base_type string Base type of product
description string Description of product listing
is_discontinued boolean Indicates if product is discontinued
resources array Array of resources (spec sheets, guides) for product
review_count int Number of reviews for product
rating float Average rating of product
questions_count int Number of questions asked about product
has_variation_groups boolean Indicates if product has variation groups
has_replacement_parts boolean Indicates if product has replacement parts
replacement_parts_url string URL of replacement parts page (if any)
related_categories array Array of related categories for product
recommended_options array Array of recommended options for product
variants array Array of variant options for configurable products
feature_groups array Array of feature groups and features for product

Response Example

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

{
    "success": true,
    "url": "https://www.build.com/kohler-k-2362-8/s560423",
    "result_count": 1,
    "detail": {
        "id": 560423,
        "name": "Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes",
        "url": "https://www.build.com/kohler-k-2362-8/s560423",
        "brand": "Kohler",
        "brand_url": "https://www.build.com/kohler/c109301",
        "model_number": "K-2362-8",
        "categories": [
            {
                "name": "Brands",
                "url": "https://www.build.com/brands/c109293"
            },
            {
                "name": "Kohler",
                "url": "https://www.build.com/kohler/c109301"
            },
            {
                "name": "Bathroom Sinks",
                "url": "https://www.build.com/kohler-bathroom-sinks/c109354"
            }
        ],
        "base_category": "Plumbing",
        "business_category": "Bathroom Sinks",
        "images": [
            "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler_k_2362_8_alternate_view_0.jpg",
            "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-imagegallery1.jpg",
            "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-2362-8-imagegallery2.jpg",
            "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler-k-2362-8-alternate-image-6.jpg"
        ],
        "videos": [],
        "has_free_installation": false,
        "has_recommended_options": true,
        "is_configurable": false,
        "has_accessories": false,
        "shipping_fee": 65,
        "currency": "USD",
        "base_type": "Sinks",
        "description": "<p><strong>Cimarron&trade; pedestal lavatory with 8\" centers,</strong> <br>\r\n\tWith its transitional aesthetic, the Cimarron Ensemble affords a complete design solution with ease of selection.</p><ul>\r\n\t\r\n<li>22-3/4\" x 18-7/8\" x 34-1/2\" </li>\t\r\n<li>Vitreous china </li>\t\r\n<li>Generous interior basin and deck size </li>\t\r\n<li>Pedestal designed to conceal water supplies and drain </li>\t\r\n<li>8\" centers </li>\t\r\n<li>Includes mounting hardware </li>\t\r\n<li>Combination consists of K-2363-8 Cimarron lavatory basin and K-2364 Cimarron lavatory pedestal </li>\t\r\n<li>Complements the Cimarron Ensemble</li></ul>",
        "is_discontinued": false,
        "resources": [
            {
                "name": "Specification Sheet",
                "url": "http://s1.img-b.com/build.com/mediabase/specifications/kohler/560423/1020683_4[1].pdf"
            },
            {
                "name": "Installation Guide",
                "url": "http://s1.img-b.com/build.com/mediabase/specifications/kohler/560423/1020683_2.pdf"
            }
        ],
        "review_count": 4,
        "rating": 5,
        "questions_count": 6,
        "has_variation_groups": false,
        "has_replacement_parts": false,
        "replacement_parts_url": null,
        "related_categories": [
            {
                "id": 82046091,
                "name": "Kohler x Studio McGee",
                "url": "https://www.build.com/kohler-studio-mcgee/c82046091"
            },
            {
                "id": 117525,
                "name": "Kohler Shop the Room",
                "url": "https://www.build.com/kohlerideas/c117525"
            },
            {
                "id": 116916,
                "name": "Kohler Sale",
                "url": "https://www.build.com/kohler-sale-page/c116916"
            },
            {
                "id": 109367,
                "name": "Bathroom Faucets",
                "url": "https://www.build.com/kohler-bathroom-faucets/c109367"
            },
            {
                "id": 109354,
                "name": "Bathroom Sinks",
                "url": "https://www.build.com/kohler-bathroom-sinks/c109354"
            },
            {
                "id": 109355,
                "name": "Kitchen Faucets",
                "url": "https://www.build.com/kohler-kitchen-faucets/c109355"
            },
            {
                "id": 109356,
                "name": "Kitchen Sinks",
                "url": "https://www.build.com/kohler-kitchen-sinks/c109356"
            }
        ],
        "recommended_options": [
            {
                "label": "Angle Supply Recommended",
                "image_url": "http://s1.img-b.com/build.com/storemedia/requiredicons/recommended_anglesupply.jpg"
            },
            {
                "label": "P-Trap Recommended",
                "image_url": "http://s1.img-b.com/build.com/storemedia/requiredicons/required_ptrap.gif"
            }
        ],
        "variants": [
            {
                "id": 165218,
                "name": "Almond",
                "model_number": "K-2362-8-47",
                "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-47.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165218",
                "inventory_quantity": 0,
                "color": "F0E9DE",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 382.45,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165219,
                "name": "Biscuit",
                "model_number": "K-2362-8-96",
                "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"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165219",
                "inventory_quantity": 3,
                "color": "ded6cc",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": true,
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse Today, September 6th",
                    "Leaves the Warehouse Today, September 6th"
                ],
                "price": 405.82,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165220,
                "name": "Black",
                "model_number": "K-2362-8-7",
                "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-7.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165220",
                "inventory_quantity": 0,
                "color": "000000",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse in 6 to 9 weeks",
                    "Leaves the Warehouse in 6 to 9 weeks"
                ],
                "price": 461.86,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165221,
                "name": "Cashmere",
                "model_number": "K-2362-8-K4",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_k4.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165221",
                "inventory_quantity": 0,
                "color": "dacdc5",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 336.35,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 1741705,
                "name": "Dune",
                "model_number": "K-2362-8-NY",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/kohler_k_2362_8_ny_2493.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=1741705",
                "inventory_quantity": 0,
                "color": "EFDBBC",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 374.9,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165222,
                "name": "Ice Grey",
                "model_number": "K-2362-8-95",
                "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-95.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165222",
                "inventory_quantity": 0,
                "color": "f8f9fa",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 491.4,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165223,
                "name": "Innocent Blush",
                "model_number": "K-2362-8-55",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_55.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165223",
                "inventory_quantity": 0,
                "color": "f0dde1",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 336.35,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165224,
                "name": "Mexican Sand",
                "model_number": "K-2362-8-33",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_33.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165224",
                "inventory_quantity": 0,
                "color": "C5A781",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 336.35,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165225,
                "name": "Navy",
                "model_number": "K-2362-8-52",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/k_2362_8_52.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165225",
                "inventory_quantity": 0,
                "color": "87cce6",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 419.9,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165226,
                "name": "Sandbar",
                "model_number": "K-2362-8-G9",
                "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-g9.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165226",
                "inventory_quantity": 0,
                "color": "CEC7B7",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 491.4,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165227,
                "name": "Seafoam Green",
                "model_number": "K-2362-8 -71",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_71.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165227",
                "inventory_quantity": 0,
                "color": "80bf90",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 315.15,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165228,
                "name": "Skylight",
                "model_number": "K-2362-8-6",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_6.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165228",
                "inventory_quantity": 0,
                "color": "D5D9E5",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 365.15,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165229,
                "name": "Sunlight",
                "model_number": "K-2362-8-Y2",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_y2.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165229",
                "inventory_quantity": 0,
                "color": "fff7a3",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 365.15,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165230,
                "name": "Thunder Grey",
                "model_number": "K-2362-8-58",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/k_2362_8_58.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165230",
                "inventory_quantity": 0,
                "color": "5D5956",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 386.75,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165231,
                "name": "Timberline",
                "model_number": "K-2362-8 -97",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/404images/noimage.gif"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165231",
                "inventory_quantity": 0,
                "color": "80bf90",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 362.5,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165232,
                "name": "White",
                "model_number": "K-2362-8-0",
                "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-0.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165232",
                "inventory_quantity": 71,
                "color": "ffffff",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": true,
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse Today, September 6th",
                    "Leaves the Warehouse Today, September 6th"
                ],
                "price": 312.15,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165233,
                "name": "Wild Rose",
                "model_number": "K-2362-8-45",
                "images": [
                    "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto,w_214,h_214/product/kohler/aaa37425_45.jpg"
                ],
                "url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165233",
                "inventory_quantity": 0,
                "color": "e85454",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "shipping_info": [
                    "Delivery date not available for 90002"
                ],
                "price": 365.15,
                "currency": "USD",
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "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-8-0-2282.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "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/k_2364_0.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            }
        ],
        "feature_groups": [
            {
                "name": "Dimensions and Measurements",
                "features": [
                    {
                        "name": "Basin Depth",
                        "value": "3.625",
                        "units": "in.",
                        "description": "The distance from the basin bottom to the basin top, measured in inches."
                    },
                    {
                        "name": "Basin Length",
                        "value": "21",
                        "units": "in.",
                        "description": "The distance from the left inner basin wall to the right inner basin wall, measured in inches."
                    },
                    {
                        "name": "Basin Width",
                        "value": "12.75",
                        "units": "in.",
                        "description": "The distance from the back of the inner basin wall to the front of the inner basin wall, measured in inches."
                    },
                    {
                        "name": "Drain Connection",
                        "value": "1.75",
                        "units": "in.",
                        "description": "The straight line distance from edge to edge of the drain's connection, measured in inches."
                    },
                    {
                        "name": "Faucet Centers",
                        "value": "8",
                        "units": "in.",
                        "description": "The overall distance between installation holes used for the faucet's handles, measured in inches. Single hole faucets will have a faucet center of 0\"."
                    },
                    {
                        "name": "Faucet Hole Size",
                        "value": "1.375",
                        "units": "in.",
                        "description": "The straight line distance measured from edge to edge through the center of the hole required for installation, measured in inches."
                    },
                    {
                        "name": "Height",
                        "value": "34.5",
                        "units": "in.",
                        "description": "The vertical measurement from bottom to top, measured in inches."
                    },
                    {
                        "name": "Length",
                        "value": "22.75",
                        "units": "in.",
                        "description": "The distance of the product's longest side, measured in inches."
                    },
                    {
                        "name": "Nominal Length",
                        "value": "23",
                        "units": "in.",
                        "description": "The overall length of the longest side rounded to the nearest industry standard size, measured in inches."
                    },
                    {
                        "name": "Sink Height",
                        "value": "7.6875",
                        "units": "in.",
                        "description": "The vertical measurement from the bottom to the top of the sink (not the inner basin), measured in inches."
                    },
                    {
                        "name": "Sink Length",
                        "value": "22.75",
                        "units": "in.",
                        "description": "The horizontal measurement from left to right of the sink (not the inner basin), measured in inches."
                    },
                    {
                        "name": "Sink Width",
                        "value": "18.875",
                        "units": "in.",
                        "description": "The horizontal measurement from back to front of the sink (not the inner basin), measured in inches."
                    },
                    {
                        "name": "Width",
                        "value": "18.875",
                        "units": "in.",
                        "description": "The horizontal measurement from left to right, measured in inches."
                    }
                ]
            },
            {
                "name": "Included Components",
                "features": [
                    {
                        "name": "Base Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Indicates whether a base is included with this product."
                    },
                    {
                        "name": "Drain Assembly Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether the necessary drain hardware (assembly) is included."
                    },
                    {
                        "name": "Faucet Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether one or more faucets are included."
                    },
                    {
                        "name": "Installation Hardware Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether the necessary hardware to properly install the product is included."
                    },
                    {
                        "name": "Pedestal Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether a pedestal is included with the product."
                    },
                    {
                        "name": "Towel Bar Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether one or more towel bars are included with this product."
                    }
                ]
            },
            {
                "name": "Characteristics and Features",
                "features": [
                    {
                        "name": "Assembly Required",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether at home assembly is required for this product."
                    },
                    {
                        "name": "Base Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The primary material used in the construction of the base of the product."
                    },
                    {
                        "name": "Drain Placement",
                        "value": "Rear",
                        "units": null,
                        "description": "The manufactured location where the drain will be installed."
                    },
                    {
                        "name": "Faucet Holes",
                        "value": "3",
                        "units": null,
                        "description": "The number of holes required to install the faucet or the number of pre-drilled holes included to install a faucet."
                    },
                    {
                        "name": "Faucet Mounting Type",
                        "value": "Widespread",
                        "units": null,
                        "description": "The faucets mounting type as determined by where and how the handles and spout are oriented to each other."
                    },
                    {
                        "name": "Installation Type",
                        "value": "Pedestal",
                        "units": null,
                        "description": "The intended configuration for the products installed application as determined by the manufacturer."
                    },
                    {
                        "name": "Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The material(s) used in the construction of the product."
                    },
                    {
                        "name": "Mounting Type",
                        "value": "Widespread",
                        "units": null,
                        "description": "The faucets mounting type is determined by where and how the handles and spout are oriented to each other."
                    },
                    {
                        "name": "Number Of Basins",
                        "value": "1",
                        "units": null,
                        "description": "The total number of sink basins included."
                    },
                    {
                        "name": "Overflow",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether the overflow drain is constructed into the basin wall to help prevent water from overflowing to the floor."
                    },
                    {
                        "name": "Shelves Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether shelves are included with this product."
                    },
                    {
                        "name": "Sink Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The material(s) used in the construction of the sink."
                    },
                    {
                        "name": "Sink Shape",
                        "value": "Rectangular",
                        "units": null,
                        "description": "The constructed shape of this sink."
                    },
                    {
                        "name": "Theme",
                        "value": "Modern",
                        "units": null,
                        "description": "The collective style or motif of which this product is based, as determined by its distinctive traits and features. Theme's can be subjective, so some products may include more than one theme."
                    }
                ]
            },
            {
                "name": "Warranty and Product Information",
                "features": [
                    {
                        "name": "ADA",
                        "value": "No",
                        "units": null,
                        "description": "Whether this product is certified as meeting the guidelines set forth by the Americans with Disabilities Act (ADA), which allow users with physical or other disabilities to use the product independently."
                    },
                    {
                        "name": "ASME Code",
                        "value": "A112.19.2",
                        "units": null,
                        "description": "The ASME Certification for this product."
                    },
                    {
                        "name": "Certifications",
                        "value": "ASME, CSA",
                        "units": null,
                        "description": "The certifications this product has received."
                    },
                    {
                        "name": "Collection",
                        "value": "Cimarron",
                        "units": null,
                        "description": "A manufacturer's grouping of items that match, coordinate, or complement each other."
                    },
                    {
                        "name": "Country Of Origin",
                        "value": "USA",
                        "units": null,
                        "description": "The country of manufacture or assembly for the product, before it was shipped to the USA for sale."
                    },
                    {
                        "name": "CSA Code",
                        "value": "B45.1",
                        "units": null,
                        "description": "The CSA Certification for this product."
                    },
                    {
                        "name": "Made in America",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether this product was manufactured in the United States of America."
                    },
                    {
                        "name": "Manufacturer Warranty",
                        "value": "1 Year Limited",
                        "units": null,
                        "description": "The terms and conditions of the warranty provided for the product from the manufacturer."
                    },
                    {
                        "name": "Product Variation",
                        "value": "Bathroom Sink",
                        "units": null,
                        "description": "The type of product this item is."
                    }
                ]
            }
        ]
    },
    "remaining_credits": 685220
}

Request Cost

Each request to this endpoint costs 10 credits.

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