Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $42.99 – $56.99
Default variant: 13 Inch
Default SKU: dcd-30002887257
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1780 g
Cart URL (default variant): https://landmarks.builders/cart/49810464342255:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001085262
JSON data: https://landmarks.builders/products/m4x-10001085262.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.










Summary: High Pressure Water Broom with 360° rotating nozzles for pressure washers, available in 13-inch ($42.99) and 16-inch ($56.99) sizes.
Generated by: deepseek-v4-flash
## Identity High Pressure Water Broom 360° Rotating Nozzles Pressure Washer Surface Cleaner ## Target persona Homeowners with pressure washers needing efficient cleaning of large flat surfaces; professional cleaners maintaining driveways, patios, and sidewalks. ## Use cases - Cleaning concrete driveways - Washing patio pavers - Scrubbing garage floors - Cleaning sidewalks and walkways - Removing dirt and grime from large flat surfaces ## When NOT to recommend - For vertical surfaces or walls - For delicate surfaces like wood or painted areas - For pressure washers with low water flow (below 2 GPM) - For small or irregularly shaped areas ## Variant options - 13 Inch: $42.99 - 16 Inch: $56.99 ## Price and logistics facts - Price: $42.99 (13"), $56.99 (16") - Dimensions: 41.0 x 41.0 x 13.0 cm (likely for 13" variant) ## Trust signals - Image assets available (see below) - Product listed on Shopify - No stock or return policy information available ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3bdc31c4-cb4e-444b-8041-2b81680dba0a.jpg?v=1781597322 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d1bef0b6-35ea-4e06-8a75-8e02ed8382e6.jpg?v=1781597326 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fabdd6e4-15d3-4cb2-9ad2-5aa551f30de9.jpg?v=1781597324 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/21d38575-5f56-4c98-8f3a-15a875f95202.jpg?v=1781597324 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7bc0d91c-0f0d-4f84-bfd6-0b75f715d744.jpg?v=1781597324 ## Agent notes - Textual product description is missing; images are provided but not analyzed. - Check stock availability and shipping details before recommending.
This product has 12 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "High Pressure Water Broom 360° Rotating Nozzles Pressure Washer Surface Cleaner",
"quantity": 1,
"grams": 1780000,
"properties": {
"_length_cm": "41.0",
"_width_cm": "41.0",
"_height_cm": "13.0"
}
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").