Brand: World Products (Landmark)
SKU: dcd-30002871682
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 520 g
Cart URL (default variant): https://landmarks.builders/cart/49878805151983:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001080873
JSON data: https://landmarks.builders/products/m4x-10001080873.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Long Handle Crevice Cleaning Brush 180° Rotating Head for Kitchen
| Gross Weight | 0.5KG |
Summary: A long-handled crevice cleaning brush with a 180° rotating head, designed for hard-to-reach areas in kitchens. Priced at $9.99.
Generated by: deepseek-v4-flash
## Identity Long Handle Crevice Cleaning Brush 180° Rotating Head for Kitchen – a budget-friendly tool for cleaning tight spaces. Gross weight 0.5 KG. ## Target persona Home cooks, renters, or anyone who needs to clean narrow gaps between appliances, under cabinets, or in kitchen crevices without bending. Also suited for car detailing or workshop cleaning. ## Use cases - Cleaning crumbs from between counter and stove - Reaching under refrigerators or ovens without moving them - Scrubbing grout lines or tile gaps in kitchens - Removing debris from window tracks or sliding door channels - Detailing car vents, cup holders, or tight interior spaces ## When NOT to recommend - For heavy-duty scrubbing of large floor areas (too small, brush head may be inadequate) - For cleaning delicate surfaces like non-stick pans or glass (bristles may scratch) - For users who prefer a stiff, fixed-angle brush (hinge may feel loose) - For those needing a quick grab; the 53.5 cm length requires storage space ## Variant options One variant available: Indigo color. SKU: dcd-30002871682. Price: $9.99. ## Price and logistics facts Price: $9.99 USD. Dimensions: 53.5 cm (L) x 16.0 cm (W) x 5.0 cm (H). Gross weight: 0.5 KG. No shipping or return policy details provided. ## Trust signals Single variant with consistent price. No stock status, warranty, or certifications available. Data sourced from product feed. ## Image assets No product images provided in the facts. The image URL list is empty. Visual details cannot be assessed. ## Agent notes - No image understanding performed; rely on text description only. - The rotating head feature is highlighted but not specified whether it locks in place. - Bristle material and stiffness not described. - Use case for delicate surfaces is assumed as a caution.
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": "Long Handle Crevice Cleaning Brush 180° Rotating Head for Kitchen",
"quantity": 1,
"grams": 520000,
"properties": {
"_length_cm": "53.5",
"_width_cm": "16.0",
"_height_cm": "5.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").