Build with Ferguson Product Search API
Scrape Build.com search results instantly with a simple API call
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 |
|
1 2 3 4 5 |
|
1 2 3 |
|
1 2 3 4 5 6 |
|
1 2 3 4 5 6 |
|
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 48 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 |
family_id | int | ID of the product family |
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 |
is_square_footage_based | boolean | Indicates if product is priced by square footage |
is_appointment_only_brand | boolean | Indicates if brand requires appointment for purchase |
variant_count | int | Number of variants available for the product |
has_in_stock_variants | boolean | Indicates if any variants are in stock |
all_variants_in_stock | boolean | Indicates if all variants are in stock |
total_inventory_quantity | int | Total inventory quantity across all variants |
in_stock_variant_count | int | Number of variants that are in stock |
all_variants_restricted | boolean | Indicates if all variants have purchase restrictions |
price | float | Current price of product |
price_min | float | Lowest price among variants |
price_max | float | Highest price among variants |
unit_price | float/null | Price per unit (if applicable) |
currency | string | Currency of product price |
price_type | string | Type of pricing (e.g., "STANDARD") |
images | array | Array of image URLs for product |
thumbnail | string | URL of product thumbnail image |
variants[].id | int | ID of variant |
variants[].name | string | Name of variant |
variants[].model_no | string | Model number of variant |
variants[].swatch_color | string | Hex color code for variant swatch |
variants[].url | string | URL of variant |
variants[].is_quick_ship | boolean | Indicates if variant is eligible for quick shipping |
variants[].shipping_info | string | Shipping information for variant |
variants[].has_free_shipping | boolean | Indicates if variant has free shipping |
variants[].price | float | Price of variant |
variants[].unit_price | float/null | Price per unit for variant (if applicable) |
variants[].image | string | URL of variant image |
variants[].thumbnail | string | URL of variant thumbnail image |
variants[].availability_status | string | Availability status of variant |
variants[].in_stock | boolean | Indicates if variant is in stock |
variants[].inventory_quantity | int | Inventory quantity of variant |
variants[].is_product_restricted | boolean | Indicates if variant has purchase restrictions |
features[].name | string | Name of product feature |
features[].value | string | Value of product feature |
collection.name | string | Name of collection the product belongs to |
collection.url | string | URL of the collection |
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,
"platform": "build_search",
"search": "Pedestal Bathroom Sinks",
"page": 1,
"total_results": 480,
"no_of_pages": 10,
"result_count": 48,
"results": [
{
"name": "Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes",
"brand": "Kohler",
"id": 165232,
"family_id": 560423,
"model_no": "K-2362-8",
"url": "https://www.build.com/kohler-k-2362-8/s560423?uid=165232",
"rating": 5,
"total_ratings": 4,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 3,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 181,
"in_stock_variant_count": 3,
"all_variants_restricted": false,
"price": 329.62,
"price_min": 329.62,
"price_max": 481.73,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-0.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-0.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": 428.56,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-96.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-96.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 481.73,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-7.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-7.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 329.62,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-0.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-8-0.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 181,
"is_product_restricted": false
}
],
"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,
"family_id": 10823,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 4,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 237.9,
"price_min": 237.9,
"price_max": 237.9,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/0268.100.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 237.9,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/0268.100.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/0268.100.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 4,
"is_product_restricted": false
}
],
"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,
"family_id": 881832,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 59,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 96.63,
"price_min": 96.63,
"price_max": 96.63,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-4-0-2914.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 96.63,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-4-0-2914.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-4-0-2914.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 59,
"is_product_restricted": false
}
],
"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": "Memoirs Fireclay Pedestal Bathroom Sink - Less Pedestal and Legs",
"brand": "Kohler",
"id": 3485153,
"family_id": 1484053,
"model_no": "K-29999-1",
"url": "https://www.build.com/kohler-k-29999-1/s1484053?uid=3485153",
"rating": 4.52,
"total_ratings": 29,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 6,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 30,
"in_stock_variant_count": 6,
"all_variants_restricted": false,
"price": 308.92,
"price_min": 308.92,
"price_max": 509.36,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-0.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 442.91,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-96.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-96.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 509.36,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-7.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-7.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 442.91,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-ny.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-ny.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 442.91,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-95.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-95.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 509.36,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-58.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-58.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 308.92,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-0.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-29999-1-0.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 30,
"is_product_restricted": false
}
],
"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": "Promenade 24\" Pedestal Bathroom Sink with 3 Faucet Holes Drilled and Overflow - Pedestal Included",
"brand": "TOTO",
"id": 180942,
"family_id": 592232,
"model_no": "LPT532.8N",
"url": "https://www.build.com/toto-lpt532-8n/s592232?uid=180942",
"rating": 5,
"total_ratings": 1,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 5,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 4,
"in_stock_variant_count": 5,
"all_variants_restricted": false,
"price": 462.7,
"price_min": 395.01,
"price_max": 556.88,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 462.2,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 395.01,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 462.7,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 4,
"is_product_restricted": false
},
{
"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": 556.88,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 427.51,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/LPT532.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Dartmouth 24-1/4\" Pedestal Bathroom Sink with 3 Faucet Holes Drilled and Overflow - Less Pedestal",
"brand": "TOTO",
"id": 1156171,
"family_id": 594869,
"model_no": "LT642.4",
"url": "https://www.build.com/toto-lt642-4/s594869?uid=1156171",
"rating": 4,
"total_ratings": 1,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 258.19,
"price_min": 258.19,
"price_max": 258.19,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt642-401-291.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 258.19,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt642-401-291.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt642-401-291.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Veer 24\" Pedestal Bathroom Sink with Three Holes Drilled and Overflow",
"brand": "Kohler",
"id": 2242345,
"family_id": 881834,
"model_no": "K-5248-4",
"url": "https://www.build.com/kohler-k-5248-4/s881834?uid=2242345",
"rating": 5,
"total_ratings": 2,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 101.97,
"price_min": 101.97,
"price_max": 101.97,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-4-0-2941.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": false,
"shipping_info": "FREE Shipping",
"has_free_shipping": true,
"price": 101.97,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-4-0-2941.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-4-0-2941.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": false,
"shipping_info": "FREE Shipping"
},
{
"name": "Cimarron pedestal lavatory with 4\" centers",
"brand": "Kohler",
"id": 165216,
"family_id": 561575,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 3,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 68,
"in_stock_variant_count": 3,
"all_variants_restricted": false,
"price": 329.62,
"price_min": 329.62,
"price_max": 481.73,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-0.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 428.56,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-96.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-96.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 481.73,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-7.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-7.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 329.62,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-0.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-2362-4-0.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 68,
"is_product_restricted": false
}
],
"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\" Porcelain Pedestal Sink with Porcelain Base and 3 Faucet Holes at 8\" Centers",
"brand": "Signature Hardware",
"id": 4027907,
"family_id": 1707309,
"model_no": "948643",
"url": "https://www.build.com/signature-hardware-948643/s1707309?uid=4027907",
"rating": 5,
"total_ratings": 9,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 691,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 350.9,
"price_min": 350.9,
"price_max": 350.9,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/signaturehardware/signature-hardware-447985-8134424.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/signaturehardware/signature-hardware-447985-8134424.jpg",
"variants": [
{
"id": 4027907,
"name": "White",
"model_no": "SHK447985",
"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": 350.9,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/signaturehardware/signature-hardware-447985-8134424.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/signaturehardware/signature-hardware-447985-8134424.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 691,
"is_product_restricted": false
}
],
"features": [
{
"name": "Faucet Holes",
"value": "3"
},
{
"name": "Installation Type",
"value": "Pedestal"
},
{
"name": "Length",
"value": "24.375"
},
{
"name": "Material",
"value": "Porcelain"
},
{
"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": "Cornice Pedestal Bathroom Sink with Pedestal, Single Faucet Hole, 15-1/2\" Length and Overflow",
"brand": "American Standard",
"id": 1800724,
"family_id": 30101,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 30,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 328.34,
"price_min": 328.34,
"price_max": 328.34,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_100_020_406.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_100_020_406.jpg",
"variants": [
{
"id": 1800724,
"name": "White",
"model_no": "0611100.020",
"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": 328.34,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_100_020_406.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_100_020_406.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 30,
"is_product_restricted": false
}
],
"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/2\" Length and Overflow",
"brand": "American Standard",
"id": 3303,
"family_id": 12711,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 52,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 237.9,
"price_min": 237.9,
"price_max": 237.9,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_400_020_154.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 237.9,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_400_020_154.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_400_020_154.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 52,
"is_product_restricted": false
}
],
"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": "Portsmouth Pedestal Bathroom Sink with Pedestal, 24-3/8\" Length and Overflow",
"brand": "American Standard",
"id": 395889,
"family_id": 25099,
"model_no": "0555.801",
"url": "https://www.build.com/american-standard-0555-801/s25099?uid=395889",
"rating": 4.5,
"total_ratings": 4,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 6,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 282.1,
"price_min": 282.1,
"price_max": 282.1,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_801_020_390.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 282.1,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_801_020_390.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_801_020_390.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 6,
"is_product_restricted": false
}
],
"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,
"family_id": 23748,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 70,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 318.94,
"price_min": 318.94,
"price_max": 318.94,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_400_020_407.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 318.94,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_400_020_407.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0611_400_020_407.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 70,
"is_product_restricted": false
}
],
"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": "Ravenna Pedestal Bathroom Sink with Pedestal, Single Faucet Hole, 24-1/4\" Length and Overflow",
"brand": "American Standard",
"id": 3299,
"family_id": 12710,
"model_no": "0268.144",
"url": "https://www.build.com/american-standard-0268-144/s12710?uid=3299",
"rating": 5,
"total_ratings": 5,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 293.8,
"price_min": 293.8,
"price_max": 293.8,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_144_020_150.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 293.8,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_144_020_150.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_144_020_150.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Portsmouth Pedestal Bathroom Sink with Pedestal, 24-3/8\" Length and Overflow",
"brand": "American Standard",
"id": 395888,
"family_id": 25362,
"model_no": "0555.401",
"url": "https://www.build.com/american-standard-0555-401/s25362?uid=395888",
"rating": 4.67,
"total_ratings": 3,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 274.77,
"price_min": 274.77,
"price_max": 274.77,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_401_020_388.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_401_020_388.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0555_401_020_388.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Retrospect Pedestal Bathroom Sink with Pedestal, 27\" Length and Overflow",
"brand": "American Standard",
"id": 239376,
"family_id": 10949,
"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,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 405.6,
"price_min": 405.6,
"price_max": 405.6,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0282_800_020_168.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 405.6,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0282_800_020_168.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0282_800_020_168.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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,
"family_id": 1434822,
"model_no": "K-20701",
"url": "https://www.build.com/kohler-k-20701/s1434822?uid=3374433",
"rating": 0,
"total_ratings": 0,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 3,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 3,
"all_variants_restricted": false,
"price": 1444.81,
"price_min": 1444.81,
"price_max": 2159.82,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-0.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 1878.15,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-96.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-96.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 2159.82,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-7.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-7.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"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": 1444.81,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-0.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-20701-0.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Ravenna Pedestal Bathroom Sink with Pedestal, 24-1/4\" Length and Overflow",
"brand": "American Standard",
"id": 3315,
"family_id": 10592,
"model_no": "0268.888",
"url": "https://www.build.com/american-standard-0268-888/s10592?uid=3315",
"rating": 5,
"total_ratings": 5,
"is_configurable": false,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 0,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 317.05,
"price_min": 317.05,
"price_max": 317.05,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_888_020_165.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/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": 317.05,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_888_020_165.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/americanstandard/american_standard_0268_888_020_165.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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": "Cimarron 21\" Pedestal Bathroom Sink with 3 Holes Drilled and Overflow",
"brand": "Kohler",
"id": 222130,
"family_id": 560606,
"model_no": "k-2363-8",
"url": "https://www.build.com/kohler-k-2363-8/s560606?uid=222130",
"rating": 4.73,
"total_ratings": 30,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 3,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 182,
"in_stock_variant_count": 3,
"all_variants_restricted": false,
"price": 164.81,
"price_min": 164.81,
"price_max": 240.26,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-0-2282.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-0-2282.jpg",
"variants": [
{
"id": 165254,
"name": "Biscuit",
"model_no": "k-2363-8-96",
"swatch_color": "ded6cc",
"url": "https://www.build.com/kohler-k-2363-8/s560606?uid=165254",
"is_quick_ship": false,
"shipping_info": "FREE Shipping",
"has_free_shipping": true,
"price": 214.28,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-96-2285.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-96-2285.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 222118,
"name": "Black",
"model_no": "k-2363-8-7",
"swatch_color": "000000",
"url": "https://www.build.com/kohler-k-2363-8/s560606?uid=222118",
"is_quick_ship": false,
"shipping_info": "FREE Shipping",
"has_free_shipping": true,
"price": 240.26,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-7-1365168.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-7-1365168.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 222130,
"name": "White",
"model_no": "k-2363-8-0",
"swatch_color": "ffffff",
"url": "https://www.build.com/kohler-k-2363-8/s560606?uid=222130",
"is_quick_ship": true,
"shipping_info": "FREE 2-Day Shipping",
"has_free_shipping": true,
"price": 164.81,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-0-2282.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-8-0-2282.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 182,
"is_product_restricted": false
}
],
"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": "Veer 21\" Pedestal Bathroom Sink with One Hole Drilled and Overflow",
"brand": "Kohler",
"id": 2242306,
"family_id": 881831,
"model_no": "K-5247-1",
"url": "https://www.build.com/kohler-k-5247-1/s881831?uid=2242306",
"rating": 4.91,
"total_ratings": 23,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 69,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 91.46,
"price_min": 91.46,
"price_max": 91.46,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-1-0-2905.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-1-0-2905.jpg",
"variants": [
{
"id": 2242306,
"name": "White",
"model_no": "K-5247-1-0",
"swatch_color": "ffffff",
"url": "https://www.build.com/kohler-k-5247-1/s881831?uid=2242306",
"is_quick_ship": true,
"shipping_info": "FREE 2-Day Shipping",
"has_free_shipping": true,
"price": 91.46,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-1-0-2905.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-1-0-2905.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 69,
"is_product_restricted": false
}
],
"features": [
{
"name": "Faucet Holes",
"value": "1"
},
{
"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": 2242355,
"family_id": 881835,
"model_no": "K-5248-8",
"url": "https://www.build.com/kohler-k-5248-8/s881835?uid=2242355",
"rating": 4.86,
"total_ratings": 14,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 51,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 101.97,
"price_min": 101.97,
"price_max": 101.97,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-8-0-2950.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-8-0-2950.jpg",
"variants": [
{
"id": 2242355,
"name": "White",
"model_no": "K-5248-8-0",
"swatch_color": "ffffff",
"url": "https://www.build.com/kohler-k-5248-8/s881835?uid=2242355",
"is_quick_ship": true,
"shipping_info": "FREE 2-Day Shipping",
"has_free_shipping": true,
"price": 101.97,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-8-0-2950.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5248-8-0-2950.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 51,
"is_product_restricted": false
}
],
"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": "Cimarron 21\" Pedestal Bathroom Sink with 1 Hole Drilled and Overflow",
"brand": "Kohler",
"id": 222109,
"family_id": 560424,
"model_no": "K-2363-1",
"url": "https://www.build.com/kohler-k-2363-1/s560424?uid=222109",
"rating": 4.29,
"total_ratings": 24,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 3,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 165,
"in_stock_variant_count": 3,
"all_variants_restricted": false,
"price": 164.81,
"price_min": 164.81,
"price_max": 240.26,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-0-2270.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-0-2270.jpg",
"variants": [
{
"id": 165235,
"name": "Biscuit",
"model_no": "K-2363-1-96",
"swatch_color": "ded6cc",
"url": "https://www.build.com/kohler-k-2363-1/s560424?uid=165235",
"is_quick_ship": false,
"shipping_info": "FREE Shipping",
"has_free_shipping": true,
"price": 214.28,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-96-2273.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-96-2273.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 165236,
"name": "Black",
"model_no": "K-2363-1-7",
"swatch_color": "000000",
"url": "https://www.build.com/kohler-k-2363-1/s560424?uid=165236",
"is_quick_ship": false,
"shipping_info": "FREE Shipping",
"has_free_shipping": true,
"price": 240.26,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-7-1365168.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-7-1365168.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 222109,
"name": "White",
"model_no": "K-2363-1-0",
"swatch_color": "ffffff",
"url": "https://www.build.com/kohler-k-2363-1/s560424?uid=222109",
"is_quick_ship": true,
"shipping_info": "FREE 2-Day Shipping",
"has_free_shipping": true,
"price": 164.81,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-0-2270.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-2363-1-0-2270.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 165,
"is_product_restricted": false
}
],
"features": [
{
"name": "Faucet Holes",
"value": "1"
},
{
"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": "Veer 21\" Pedestal Bathroom Sink with Three Holes Drilled and Overflow",
"brand": "Kohler",
"id": 2242327,
"family_id": 881833,
"model_no": "K-5247-8",
"url": "https://www.build.com/kohler-k-5247-8/s881833?uid=2242327",
"rating": 4.75,
"total_ratings": 8,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 1,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 122,
"in_stock_variant_count": 1,
"all_variants_restricted": false,
"price": 91.46,
"price_min": 91.46,
"price_max": 91.46,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-8-0-2923.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-8-0-2923.jpg",
"variants": [
{
"id": 2242327,
"name": "White",
"model_no": "K-5247-8-0",
"swatch_color": "ffffff",
"url": "https://www.build.com/kohler-k-5247-8/s881833?uid=2242327",
"is_quick_ship": true,
"shipping_info": "FREE 2-Day Shipping",
"has_free_shipping": true,
"price": 91.46,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-8-0-2923.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/kohler/kohler-k-5247-8-0-2923.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 122,
"is_product_restricted": false
}
],
"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": "Promenade 24\" Pedestal Bathroom Sink with 3 Faucet Holes Drilled and Overflow - Less Pedestal",
"brand": "TOTO",
"id": 181579,
"family_id": 592851,
"model_no": "LT532.8",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181579",
"rating": 5,
"total_ratings": 5,
"is_configurable": true,
"is_square_footage_based": false,
"is_appointment_only_brand": false,
"variant_count": 5,
"has_in_stock_variants": true,
"all_variants_in_stock": true,
"total_inventory_quantity": 4,
"in_stock_variant_count": 5,
"all_variants_restricted": false,
"price": 337.38,
"price_min": 288.13,
"price_max": 406.69,
"unit_price": null,
"currency": "USD",
"price_type": "STANDARD",
"images": [
"https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-801-241.jpg"
],
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-801-241.jpg",
"variants": [
{
"id": 181577,
"name": "Bone",
"model_no": "LT532.8#03",
"swatch_color": "DDD4BB",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181577",
"is_quick_ship": false,
"shipping_info": "",
"has_free_shipping": false,
"price": 346.88,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-803-239.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-803-239.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 181578,
"name": "Colonial White",
"model_no": "LT532.8#11",
"swatch_color": "FFF5E3",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181578",
"is_quick_ship": false,
"shipping_info": "",
"has_free_shipping": false,
"price": 288.13,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-811-240.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-811-240.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 181579,
"name": "Cotton",
"model_no": "LT532.8#01",
"swatch_color": "DDDAD5",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181579",
"is_quick_ship": false,
"shipping_info": "",
"has_free_shipping": false,
"price": 337.38,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-801-241.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-801-241.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 4,
"is_product_restricted": false
},
{
"id": 181580,
"name": "Ebony",
"model_no": "LT532.8#51",
"swatch_color": "000000",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181580",
"is_quick_ship": false,
"shipping_info": "",
"has_free_shipping": false,
"price": 406.69,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-851-242.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-851-242.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
},
{
"id": 181582,
"name": "Sedona Beige",
"model_no": "LT532.8#12",
"swatch_color": "f2f0e4",
"url": "https://www.build.com/toto-lt532-8/s592851?uid=181582",
"is_quick_ship": false,
"shipping_info": "",
"has_free_shipping": false,
"price": 312.19,
"unit_price": null,
"image": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-812-243.jpg",
"thumbnail": "https://s3.img-b.com/image/private/t_base,c_lpad,f_auto,dpr_auto/product/toto/toto-lt532-812-243.jpg",
"availability_status": "in_stock",
"in_stock": true,
"inventory_quantity": 0,
"is_product_restricted": false
}
],
"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"
}
],
"collection": {
"name": "Promenade",
"url": "https://www.build.com/collection/TOTO/Promenade"
},
"is_quick_ship": false,
"shipping_info": ""
},
...
],
"meta_data": {
"search_id": "41N1sOFxgn",
"search_engine": "FUSION",
"corrected_search_term": null,
"base_category": "Plumbing",
"business_category": "Bathroom Sinks"
},
"credits_used": 10,
"remaining_credits": 9660381.0
}
Request Cost
10 credits are deducted for each successful 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