input
stringlengths 20
98
| slots
dict | category
stringclasses 11
values |
|---|---|---|
Buy black Levi's jeans in 38 for $100 with store pickup.
|
{
"author": null,
"brand": "Levi",
"features": [
"levi's",
"black",
"jeans",
"store pickup."
],
"price": "$100",
"product-type": null,
"quantity": null,
"size": "38",
"title": null
}
|
pants
|
Order 'Cloud Sofa' from Restoration Hardware for $1264.
|
{
"author": null,
"brand": "Restoration Hardware",
"features": [
"Cloud Sofa"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Find 'Melissa & Doug Wooden Train Set' by Melissa & Doug for $46.
|
{
"author": null,
"brand": "Melissa & Doug",
"features": [
"Melissa & Doug Wooden Train Set"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Buy 1 Patagonia blue denim jacket in size Medium for $300.
|
{
"author": null,
"brand": "Patagonia",
"features": [
"denim",
"blue",
"medium",
"patagonia"
],
"price": "$300",
"product-type": "jacket",
"quantity": "1",
"size": "Medium",
"title": null
}
|
jacket
|
Find a t-shirt in size Large under $100.
|
{
"author": null,
"brand": "Large",
"features": [
"$100.",
"t-shirt"
],
"price": "$100",
"product-type": null,
"quantity": null,
"size": "Large",
"title": null
}
|
shirt
|
Find 'Monopoly Classic Board Game' by Hasbro Gaming for $25.
|
{
"author": null,
"brand": "Hasbro Gaming",
"features": [
"Monopoly Classic Board Game"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Order 'Farmhouse Dining Table' from Pottery Barn for $2742.
|
{
"author": null,
"brand": "Pottery Barn",
"features": [
"Farmhouse Dining Table"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Order 'Hemnes Bed Frame' from IKEA for $735.
|
{
"author": null,
"brand": "IKEA",
"features": [
"Hemnes Bed Frame"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Order 'Sectional with Chaise' from Crate & Barrel for $905.
|
{
"author": null,
"brand": "Crate & Barrel",
"features": [
"Sectional with Chaise"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy 3 pairs of green Reebok sandals in size 11 for $50 each.
|
{
"author": null,
"brand": "Reebok",
"features": [
"sandals",
"green"
],
"price": "$50",
"product-type": null,
"quantity": "3",
"size": "11",
"title": null
}
|
shoe
|
Order burger (medium) from Panda Express.
|
{
"author": null,
"brand": "Panda Express",
"features": [
"burger",
"medium"
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy 2 pairs of green Reebok running shoes in size 12 for $75 each.
|
{
"author": null,
"brand": "Reebok",
"features": [
"shoes",
"green",
"running"
],
"price": "$75",
"product-type": null,
"quantity": "2",
"size": "12",
"title": null
}
|
shoe
|
Buy a red formal dress in large size for $250 with cash on delivery and express shipping.
|
{
"author": null,
"brand": null,
"features": [
"red",
"cash on delivery",
"formal",
"express",
"shipping."
],
"price": "$250",
"product-type": "dress",
"quantity": null,
"size": "large",
"title": null
}
|
dress
|
Buy khaki Puma joggers in 32 for $70 with home delivery.
|
{
"author": null,
"brand": "Puma",
"features": [
"khaki",
"home delivery",
"joggers",
"puma"
],
"price": "$70",
"product-type": null,
"quantity": "32",
"size": null,
"title": null
}
|
pants
|
Find a black Adidas polyester winter jacket in size Large under $150.
|
{
"author": null,
"brand": "Adidas",
"features": [
"winter",
"polyester",
"black"
],
"price": "$150",
"product-type": "jacket",
"quantity": "150",
"size": "Large",
"title": null
}
|
jacket
|
Buy a 185TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"185TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Find 'Fahrenheit 451' by Ray Bradbury for $16.
|
{
"author": "Ray Bradbury",
"brand": null,
"features": null,
"price": "$16",
"product-type": "book",
"quantity": null,
"size": null,
"title": "Fahrenheit 451"
}
|
book
|
Buy a green evening gown in small size for $150 with credit card and express shipping.
|
{
"author": null,
"brand": null,
"features": [
"evening",
"credit",
"express",
"small",
"shipping.",
"card",
"green",
"gown"
],
"price": "$150",
"product-type": null,
"quantity": "150",
"size": "large",
"title": null
}
|
dress
|
Buy '1984' by George Orwell for $18.
|
{
"author": "George Orwell",
"brand": null,
"features": null,
"price": "$18",
"product-type": "book",
"quantity": null,
"size": null,
"title": "1984"
}
|
book
|
Find a gray North Face fleece rain jacket in size Medium under $200.
|
{
"author": null,
"brand": "North",
"features": [
"rain",
"$200.",
"gray",
"medium",
"fleece",
"face",
"north"
],
"price": "$200",
"product-type": "jacket",
"quantity": null,
"size": "Medium",
"title": null
}
|
jacket
|
Buy a blue maxi dress in medium size for $200 with debit card and standard delivery.
|
{
"author": null,
"brand": null,
"features": [
"maxi",
"blue",
"standard delivery",
"medium",
"debit card"
],
"price": "$200",
"product-type": "dress",
"quantity": null,
"size": "large",
"title": null
}
|
dress
|
Order ramen (large) from Olive Garden. for delivery.
|
{
"author": null,
"brand": "Olive",
"features": [
"ramen",
"garden.",
"large",
"olive"
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy 2 Levi's brown denim jacket in size Medium for $180 each.
|
{
"author": null,
"brand": "Levi",
"features": [
"brown",
"denim",
"levi's",
"medium"
],
"price": "$180",
"product-type": "jacket",
"quantity": "2",
"size": "Medium",
"title": null
}
|
jacket
|
Find 'NERF Elite 2.0 Shockwave RD-15 Blaster' by NERF for $16.
|
{
"author": null,
"brand": "NERF",
"features": [
"NERF Elite 2.0 Shockwave RD-15 Blaster"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Buy a green formal dress in large size for $250 with cash on delivery and express shipping.
|
{
"author": null,
"brand": null,
"features": [
"cash on delivery",
"formal",
"express shipping",
"green"
],
"price": "$250",
"product-type": "dress",
"quantity": null,
"size": "large",
"title": null
}
|
dress
|
Find 'The Lord of the Rings' by J.R.R. Tolkien for $19.
|
{
"author": "J.R.R. Tolkien",
"brand": null,
"features": null,
"price": "$19",
"product-type": "book",
"quantity": null,
"size": null,
"title": "The Lord of the Rings"
}
|
book
|
Buy a 62TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"62TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Buy 'War and Peace' by Leo Tolstoy for $18.
|
{
"author": "Leo Tolstoy",
"brand": null,
"features": null,
"price": "$18",
"product-type": "book",
"quantity": null,
"size": null,
"title": "War and Peace"
}
|
book
|
Find a green Columbia denim winter jacket in size Medium under $500.
|
{
"author": null,
"brand": "Columbia",
"features": [
"denim",
"winter",
"medium",
"columbia",
"$500.",
"green"
],
"price": "$500",
"product-type": "jacket",
"quantity": "500",
"size": "Medium",
"title": null
}
|
jacket
|
Order 'Farmhouse Dining Table' from Pottery Barn for $1774.
|
{
"author": null,
"brand": "Pottery Barn",
"features": [
"Farmhouse Dining Table"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy green Uniqlo shorts in 36 for $90 with home delivery.
|
{
"author": null,
"brand": "Uniqlo",
"features": [
"uniqlo",
"home delivery",
"shorts",
"green"
],
"price": "$90",
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
pants
|
Buy a DeskJet HP Printer with Duplex Printing.
|
{
"author": null,
"brand": "DeskJet",
"features": [
"hp",
"deskjet",
"duplex",
"printing.",
"printer"
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Buy a 65-inch Samsung Smart TV with OLED.
|
{
"author": null,
"brand": "Samsung",
"features": [
"65-inch",
"tv",
"smart",
"oled.",
"samsung"
],
"price": null,
"product-type": null,
"quantity": "65",
"size": null,
"title": null
}
|
electronics
|
Order tacos (double meat) from Taco Bell. for delivery.
|
{
"author": null,
"brand": "Taco Bell",
"features": [
"meat",
"taco",
"double",
"tacos",
"bell."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Find a red Patagonia denim puffer jacket in size Medium under $200.
|
{
"author": null,
"brand": "Patagonia",
"features": [
"$200.",
"red",
"denim",
"puffer",
"medium",
"patagonia"
],
"price": "$200",
"product-type": "jacket",
"quantity": null,
"size": "Medium",
"title": null
}
|
jacket
|
Order burger from Subway. for pickup.
|
{
"author": null,
"brand": "Subway",
"features": [
"burger",
"subway.",
"store pickup."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy 4 red sweatshirt in size XL.
|
{
"author": null,
"brand": null,
"features": [
"sweatshirt",
"red",
"xl."
],
"price": null,
"product-type": null,
"quantity": "4",
"size": "XL",
"title": null
}
|
jacket
|
Find a green Levi's shirt in size XXL.
|
{
"author": null,
"brand": "Levi",
"features": [
"levi's",
"xxl.",
"green"
],
"price": null,
"product-type": "shirt",
"quantity": null,
"size": "XXL",
"title": null
}
|
shirt
|
Buy 3 pairs of brown sneakers in size 9 for $200 each.
|
{
"author": null,
"brand": null,
"features": [
"brown",
"sneakers",
"size"
],
"price": "$200",
"product-type": null,
"quantity": "3",
"size": "9",
"title": null
}
|
shoe
|
Buy 'The Catcher in the Rye' by J.D. Salinger for $13.
|
{
"author": "J.D. Salinger",
"brand": null,
"features": null,
"price": "$13",
"product-type": "book",
"quantity": null,
"size": null,
"title": "The Catcher in the Rye"
}
|
book
|
Order 'Upholstered Bed' from Wayfair for $1808.
|
{
"author": null,
"brand": "Wayfair",
"features": [
"Upholstered Bed"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Order salad (spicy) from Domino's. for pickup.
|
{
"author": null,
"brand": "Domino",
"features": [
"spicy",
"salad",
"store pickup.",
"domino's."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Order 'Convertible Sleeper Sofa' from Wayfair for $1315.
|
{
"author": null,
"brand": "Wayfair",
"features": [
"Convertible Sleeper Sofa"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy a 33TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"33TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Find a black Patagonia cotton bomber jacket in size Small under $100.
|
{
"author": null,
"brand": "Patagonia",
"features": [
"bomber",
"$100.",
"cotton",
"small",
"black",
"patagonia"
],
"price": "$100",
"product-type": "jacket",
"quantity": null,
"size": "Small",
"title": null
}
|
jacket
|
Find '1984' by George Orwell for $20.
|
{
"author": "George Orwell",
"brand": null,
"features": null,
"price": "$20",
"product-type": "book",
"quantity": null,
"size": null,
"title": "1984"
}
|
book
|
Order sandwich from Panda Express. for pickup.
|
{
"author": null,
"brand": "Panda Express",
"features": [
"sandwich",
"store pickup."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Find Converse sneakers in size 12 under $50.
|
{
"author": null,
"brand": "Converse",
"features": [
"converse",
"sneakers"
],
"price": "$50",
"product-type": null,
"quantity": null,
"size": "12",
"title": null
}
|
shoe
|
Find 'Beyblade Burst Rise Hypersphere Set' by Beyblade for $75.
|
{
"author": null,
"brand": "Beyblade",
"features": [
"Beyblade Burst Rise Hypersphere Set"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Find a black Levi's polyester parka in size Large under $200.
|
{
"author": null,
"brand": "Levi",
"features": [
"$200.",
"levi's",
"polyester",
"black",
"parka"
],
"price": "$200",
"product-type": null,
"quantity": null,
"size": "Large",
"title": null
}
|
jacket
|
Order salad from Taco Bell. for delivery.
|
{
"author": null,
"brand": "Taco Bell",
"features": [
"taco",
"salad",
"bell."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Find a black Columbia polyester bomber jacket in size X-Large under $500.
|
{
"author": null,
"brand": "Columbia",
"features": [
"bomber",
"$500.",
"polyester",
"columbia",
"x-large",
"black"
],
"price": "$500",
"product-type": "jacket",
"quantity": "500",
"size": "X-Large",
"title": null
}
|
jacket
|
Find a brown Arcteryx denim rain jacket in size Large under $500.
|
{
"author": null,
"brand": "Arcteryx",
"features": [
"brown",
"arcteryx",
"rain",
"denim",
"$500."
],
"price": "$500",
"product-type": "jacket",
"quantity": "500",
"size": "Large",
"title": null
}
|
jacket
|
Buy 1 pair of green Nike sneakers in size 7 for $200 each.
|
{
"author": null,
"brand": "Nike",
"features": [
"sneakers",
"pair",
"green"
],
"price": "$200",
"product-type": null,
"quantity": "1",
"size": "7",
"title": null
}
|
shoe
|
Find 'War and Peace' by Leo Tolstoy for $24.
|
{
"author": "Leo Tolstoy",
"brand": null,
"features": null,
"price": "$24",
"product-type": "book",
"quantity": null,
"size": null,
"title": "War and Peace"
}
|
book
|
Order 'Sectional with Chaise' from Crate & Barrel for $1309.
|
{
"author": null,
"brand": "Crate & Barrel",
"features": [
"Sectional with Chaise"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy 4 Patagonia green windbreaker in size Medium for $250 each.
|
{
"author": null,
"brand": "Patagonia",
"features": [
"windbreaker",
"medium",
"green",
"patagonia"
],
"price": "$250",
"product-type": null,
"quantity": "4",
"size": "Medium",
"title": null
}
|
jacket
|
Find 'UNO Card Game' by Mattel for $56.
|
{
"author": null,
"brand": "Mattel",
"features": [
"UNO Card Game"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Buy a 14TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"14TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Buy a 36TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"36TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Find Adidas formal shoes in size 7.
|
{
"author": null,
"brand": "Adidas",
"features": [
"7.",
"formal",
"shoes"
],
"price": null,
"product-type": null,
"quantity": "7",
"size": "7",
"title": null
}
|
shoe
|
Find 'The Chronicles of Narnia' by C.S. Lewis for $30.
|
{
"author": "C.S. Lewis",
"brand": null,
"features": null,
"price": "$30",
"product-type": "book",
"quantity": null,
"size": null,
"title": "The Chronicles of Narnia"
}
|
book
|
Buy 2 Adidas gray puffer jacket in size Medium for $120 each.
|
{
"author": null,
"brand": "Adidas",
"features": [
"puffer",
"gray",
"medium"
],
"price": "$120",
"product-type": "jacket",
"quantity": "2",
"size": "Medium",
"title": null
}
|
jacket
|
Buy 3 blue bomber jacket in size Medium for $50 each.
|
{
"author": null,
"brand": "Adidas",
"features": [
"bomber",
"blue",
"medium"
],
"price": "$50",
"product-type": "jacket",
"quantity": "3",
"size": "Medium",
"title": null
}
|
jacket
|
Find 'The Book Thief' by Markus Zusak for $29.
|
{
"author": "Markus Zusak",
"brand": null,
"features": null,
"price": "$29",
"product-type": "book",
"quantity": null,
"size": null,
"title": "The Book Thief"
}
|
book
|
Find Nike sneakers in size 6 under $100.
|
{
"author": null,
"brand": "Nike",
"features": [
"sneakers",
"$100."
],
"price": "$100",
"product-type": null,
"quantity": "6",
"size": "6",
"title": null
}
|
shoe
|
Find black wool cargo pants in Small, slim fit, Levi's, under $50.
|
{
"author": null,
"brand": null,
"features": [
"cargo",
"wool",
"slim fit",
"levi's,",
"black"
],
"price": "$50",
"product-type": "pants",
"quantity": null,
"size": "Small",
"title": null
}
|
pants
|
Buy 'War and Peace' by Leo Tolstoy for $15.
|
{
"author": "Leo Tolstoy",
"brand": null,
"features": null,
"price": "$15",
"product-type": "book",
"quantity": null,
"size": null,
"title": "War and Peace"
}
|
book
|
Buy 3 Nike black bomber jacket in size XL for $180 each.
|
{
"author": null,
"brand": "Nike",
"features": [
"bomber",
"nike",
"black"
],
"price": "$180",
"product-type": "jacket",
"quantity": "3",
"size": "XL",
"title": null
}
|
jacket
|
Buy '1984' by George Orwell for $13.
|
{
"author": "George Orwell",
"brand": null,
"features": null,
"price": "$13",
"product-type": "book",
"quantity": null,
"size": null,
"title": "1984"
}
|
book
|
Buy 3 gray winter jacket in size Medium for $180 each.
|
{
"author": null,
"brand": "Adidas",
"features": [
"gray",
"winter",
"medium"
],
"price": "$180",
"product-type": "jacket",
"quantity": "3",
"size": "Medium",
"title": null
}
|
jacket
|
Find 'Barbie Dreamhouse' by Barbie for $96.
|
{
"author": null,
"brand": "Barbie",
"features": [
"Barbie Dreamhouse"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Find 'UNO Card Game' by Mattel for $87.
|
{
"author": null,
"brand": "Mattel",
"features": [
"UNO Card Game"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Order 'Farmhouse Dining Table' from Pottery Barn for $2423.
|
{
"author": null,
"brand": "Pottery Barn",
"features": [
"Farmhouse Dining Table"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy 1 gray t-shirt in size Small for $35.
|
{
"author": null,
"brand": null,
"features": [
"gray",
"t-shirt",
"small"
],
"price": "$35",
"product-type": null,
"quantity": "1",
"size": "Small",
"title": null
}
|
shirt
|
Find navy cotton chinos in 34, regular fit, Uniqlo, under $60.
|
{
"author": null,
"brand": "Uniqlo",
"features": [
"navy",
"slim fit",
"cotton",
"34,",
"chinos",
"uniqlo,",
"regular"
],
"price": "$60",
"product-type": null,
"quantity": "34",
"size": null,
"title": null
}
|
pants
|
Buy 3 green winter jacket in size Medium for $180 each.
|
{
"author": null,
"brand": "Adidas",
"features": [
"winter",
"medium",
"green"
],
"price": "$180",
"product-type": "jacket",
"quantity": "3",
"size": "Medium",
"title": null
}
|
jacket
|
Order pizza (medium) from KFC. for delivery.
|
{
"author": null,
"brand": "KFC",
"features": [
"pizza",
"medium"
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy 1 brown denim jacket in size Small for $180.
|
{
"author": null,
"brand": null,
"features": [
"brown",
"denim",
"small",
"$180."
],
"price": "$180",
"product-type": "jacket",
"quantity": "1",
"size": "Small",
"title": null
}
|
jacket
|
Buy a 196TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"196TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Order 'Cloud Sofa' from Restoration Hardware for $135.
|
{
"author": null,
"brand": "Restoration Hardware",
"features": [
"Cloud Sofa"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Find 'The Book Thief' by Markus Zusak for $23.
|
{
"author": "Markus Zusak",
"brand": null,
"features": null,
"price": "$23",
"product-type": "book",
"quantity": null,
"size": null,
"title": "The Book Thief"
}
|
book
|
Buy 1 North Face gray parka in size Small for $50.
|
{
"author": null,
"brand": "North",
"features": [
"gray",
"small",
"face",
"parka",
"north"
],
"price": "$50",
"product-type": null,
"quantity": "1",
"size": "Small",
"title": null
}
|
jacket
|
Find a red Arcteryx wool winter jacket in size Medium under $100.
|
{
"author": null,
"brand": "Arcteryx",
"features": [
"arcteryx",
"red",
"$100.",
"winter",
"medium",
"wool"
],
"price": "$100",
"product-type": "jacket",
"quantity": null,
"size": "Medium",
"title": null
}
|
jacket
|
Find 'Hot Wheels Ultimate Garage' by Hot Wheels for $98.
|
{
"author": null,
"brand": "Hot Wheels",
"features": [
"Hot Wheels Ultimate Garage"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Order noodles from McDonald's. for delivery.
|
{
"author": null,
"brand": "McDonald",
"features": [
"mcdonald's.",
"noodles"
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy a 76TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"76TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
Buy 2 pairs of green Under Armour running shoes in size 10 for $200 each.
|
{
"author": null,
"brand": "Under Armour",
"features": [
"running",
"shoes",
"green"
],
"price": "$200",
"product-type": null,
"quantity": "2",
"size": "10",
"title": null
}
|
shoe
|
Buy 1 pair of red Puma boots in size 10 for $200 each.
|
{
"author": null,
"brand": "Puma",
"features": [
"red",
"pair",
"boots",
"puma"
],
"price": "$200",
"product-type": null,
"quantity": "1",
"size": "10",
"title": null
}
|
shoe
|
Order 'Sectional with Chaise' from Crate & Barrel for $123.
|
{
"author": null,
"brand": "Crate & Barrel",
"features": [
"Sectional with Chaise"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Find Converse sandals in size 12 between $100 and $200.
|
{
"author": null,
"brand": "Converse",
"features": [
"$200.",
"converse",
"sandals",
"between"
],
"price": "$100",
"product-type": null,
"quantity": null,
"size": "12",
"title": null
}
|
shoe
|
Order sushi from Taco Bell.
|
{
"author": null,
"brand": "Taco Bell",
"features": [
"taco",
"sushi",
"bell."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Order burger from Domino's.
|
{
"author": null,
"brand": "Domino",
"features": [
"burger",
"domino's."
],
"price": null,
"product-type": null,
"quantity": null,
"size": null,
"title": null
}
|
food
|
Buy 2 pairs of brown Under Armour loafers in size 7 for $150 each.
|
{
"author": null,
"brand": "Under Armour",
"features": [
"brown",
"loafers"
],
"price": "$150",
"product-type": null,
"quantity": "2",
"size": "7",
"title": null
}
|
shoe
|
Find 'Barbie Dreamhouse' by Barbie for $20.
|
{
"author": null,
"brand": "Barbie",
"features": [
"Barbie Dreamhouse"
],
"price": null,
"product-type": "toy",
"quantity": null,
"size": null,
"title": null
}
|
toy
|
Order 'Womb Chair' from Knoll for $1807.
|
{
"author": null,
"brand": "Knoll",
"features": [
"Womb Chair"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Find white wool cargo pants in 32, slim fit, Dockers, under $50.
|
{
"author": null,
"brand": "Dockers",
"features": [
"cargo",
"white",
"wool",
"slim fit",
"dockers,",
"32,"
],
"price": "$50",
"product-type": "pants",
"quantity": "32",
"size": null,
"title": null
}
|
pants
|
Buy 1 pair of brown Under Armour sneakers in size 11 for $50 each.
|
{
"author": null,
"brand": "Under Armour",
"features": [
"brown",
"sneakers",
"pair"
],
"price": "$50",
"product-type": null,
"quantity": "1",
"size": "11",
"title": null
}
|
shoe
|
Order 'Pax Wardrobe' from IKEA for $1188.
|
{
"author": null,
"brand": "IKEA",
"features": [
"Pax Wardrobe"
],
"price": null,
"product-type": "sofa",
"quantity": null,
"size": null,
"title": null
}
|
furniture
|
Buy a 114TB Seagate External Hard Drive with USB-C.
|
{
"author": null,
"brand": "Seagate",
"features": [
"114TB",
"external",
"USB-C"
],
"price": null,
"product-type": "hard drive",
"quantity": null,
"size": null,
"title": null
}
|
electronics
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5