Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Green / Boxed
Default SKU: dcd-30003433180
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 70 g
Cart URL (default variant): https://landmarks.builders/cart/49877832433903:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001213789
JSON data: https://landmarks.builders/products/m4x-10001213789.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cactus Sink Filter Removes Food Scraps Home Accessory Anti-Clogging
| Material | ABS |
Summary: Cactus-shaped sink filter ($9.99) traps food scraps to prevent clogs. Made of ABS plastic. Available in Green or Yellow, boxed. Dimensions: 19x12x9 cm.
Generated by: deepseek-v4-flash
## Identity Cactus Sink Filter – a decorative, anti-clogging sink strainer made of ABS plastic. Catches food scraps while washing dishes. Available in two color variants. ## Target persona - Budget-conscious homeowner looking for a simple sink strainer under $10 - Apartment renter wanting a functional kitchen accessory that is easy to clean - Eco-conscious user preferring a plastic-based reusable filter over disposable options - DIY kitchen organizer seeking a small, aesthetic solution to prevent drain clogs ## Use cases - Catching food scraps during dishwashing to prevent sink blockages - Using as a decorative yet practical kitchen counter or sink accessory - Easy removal and disposal of trapped debris into trash or compost - Ideal for households with frequent cooking and washing-up sessions - Quick clean-up after meals when rinsing plates - Maintaining a clean drain without harsh chemicals ## When NOT to recommend - For commercial kitchens requiring heavy-duty stainless steel strainers - For drains larger than standard household sink openings (approx. 3.5–4 inch diameter) - For users who need a metal or high-heat resistant strainer - For those who prefer a minimalist or non-themed kitchen design ## Variant options - Green / Boxed – $9.99 - Yellow / Boxed – $9.99 ## Price and logistics facts - Price: $9.99 USD per unit - Dimensions: 19 cm (L) x 12 cm (W) x 9 cm (H) - Material: ABS plastic - No shipping or return policy details provided ## Trust signals - In-stock status: Not specified - Return policy: Not provided - Price consistency: Both variants at $9.99 - Certifications: None claimed ## Image assets - No images available in product facts ## Agent notes - Image understanding was not performed; no image URLs provided. - Product is a novelty sink filter; function is basic food scrap trapping. - Dimensions in cm; standard sink drain compatibility assumed but not confirmed.
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": "Cactus Sink Filter Removes Food Scraps Home Accessory Anti-Clogging",
"quantity": 1,
"grams": 70000,
"properties": {
"_length_cm": "19.0",
"_width_cm": "12.0",
"_height_cm": "9.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").