Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $22.99 – $25.99
Default variant: Inset Type 30-20-10
Default SKU: dcd-30003612469
Default price: $22.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 厨卫家电
Vendor: World Products
Weight: 600 g
Cart URL (default variant): https://landmarks.builders/cart/49714041553135:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001270857
JSON data: https://landmarks.builders/products/wp-dcd-10001270857.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Stainless steel frying basket for commercial use, available in four inset sizes (30-20-10 to 38-25-10), priced between $22.99 and $25.99.
Generated by: deepseek-v4-flash
## Identity Stainless steel frying basket (81 mesh) for deep frying and oil straining, intended for commercial or heavy home use. ## Target persona Small restaurant owners, food truck operators, home cooks who frequently deep-fry large batches. ## Use cases - Deep frying french fries, chicken, fish, or other battered foods - Straining and filtering cooking oil after frying - Batch frying in commercial or large home fryers - As a skimmer or scoop for fried foods - Holding fried items for draining excess oil ## When NOT to recommend - For non-frying tasks like steaming or boiling - For very large commercial fryers where dimensions (max 39x30.3x15.7 cm) won't fit - For delicate foods that require non-stick or coated surfaces - For users looking for full fryer units or electric appliances ## Variant options - Inset Type 30-20-10: $22.99 (SKU dcd-30003612469) - Inset Type 30-25-10: $23.99 (SKU dcd-30003612470) - Inset Type 35-25-10: $24.99 (SKU dcd-30003612471) - Inset Type 38-25-10: $25.99 (SKU dcd-30003612472) ## Price and logistics facts - Base price: $22.99 USD; highest variant $25.99 - Dimensions: 39.0 x 30.3 x 15.7 cm (for base variant? exact dimensions per variant not specified) - No shipping or stock information provided ## Trust signals - No in-stock status, return policy, or certifications available in provided data - Price consistency across variants within expected range ## Image assets - Image URLs available (8 images) – no visual analysis performed ## Agent notes - Product description missing; images not analyzed for details. Confirm dimensions per variant before recommending.
This product has 16 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": "不锈钢81炸篮油炸锅电炸网炸框过滤网油炸网筛油炸漏勺炸薯条商用",
"quantity": 1,
"grams": 600000,
"properties": {
"_length_cm": "39.0",
"_width_cm": "30.3",
"_height_cm": "15.7"
}
}],
"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").