Brand: World Products (Landmark)
SKU: 4284177057566
Price: $9.99
Availability: In Stock
Product Type: Pizza Pans
Vendor: JISADER
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/48003472818415:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/double-groove-gold-washing-pan-river-panning-gold-washing-pan-placer-deposits-wa
JSON data: https://landmarks.builders/products/double-groove-gold-washing-pan-river-panning-gold-washing-pan-placer-deposits-wa.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the thrill of gold prospecting with this Panning Pan. Designed for hobby miners and outdoor enthusiasts, this pan features an efficient double groove system that aids in the effective collection and separation of gold from sand and gravel. Its construction ensures it can withstand rigorous use in streams, while the generous 38cm diameter allows for processing larger volumes of material. Lightweight and portable, it's the companion for your prospecting adventure. Utilising the principle of separation, this must-have for anyone looking to recover precious metals from placer deposits.
| Material | Plastic |
| Capacity | L |
| Special Features | Double grooves for gold separation |
| Product Weight | kg |
| Package Weight | 0.66 pounds |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | HX |
| Brand | JISADER |
Summary: JISADER double groove gold washing pan, 38cm diameter, plastic, for hobby miners to separate gold from sand and gravel in streams, priced at $9.99.
Generated by: deepseek-v4-flash
## Identity - **Product:** JISADER Double Groove Gold Washing Pan (Model HX) - **Category:** Gold Prospecting Pan (listed under Pizza Pans, likely miscategorized) - **Material:** Plastic - **Size:** 38cm diameter - **Price:** $9.99 USD ## Target persona - Hobby gold miners and outdoor enthusiasts who pan for gold in placer deposits or streams. - Beginners or hobbyists seeking an affordable, lightweight tool for recreational gold recovery. ## Use cases - Separating gold from sand and gravel in streams or rivers. - Processing larger quantities of material (38cm diameter) for efficient panning. - Portable gold prospecting during outdoor trips or hobbies. - Using as a classifier sieve tray in combination with other equipment. ## When NOT to recommend - For commercial or high-volume gold mining operations (limited capacity, plastic material). - For users requiring a dishwasher-safe or microwaveable product (not specified). - For those seeking a metal or more durable pan (plastic, lower cost). - For buyers looking for a pizza pan; this is miscategorized. ## Variant options - Only one variant: 38cm Diameter, SKU 4284177057566, price $9.99. ## Price and logistics facts - Price: $9.99 USD. - Package weight: 0.66 lbs. - Dimensions not provided. - No shipping cost or time info available. ## Trust signals - In-stock status: not specified (assume variable). - Return policy: not provided. - Price consistency: single price point across one variant. - Certifications: none mentioned. - Brand: JISADER. ## Image assets - No image URLs provided. Visual inspection not possible. ## Agent notes - Product is miscategorized as "Pizza Pans" in source data; verify categorization. - Dimensions: only diameter (38cm) known; height and shape not provided. - Material plastic, not metal; likely not for heavy commercial use. - No warranty or certification info.
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": "Double Groove Gold Washing Pan, River Panning Gold Washing Pan, Placer Deposits Washing Pan, Classifier Washing Sieve Tray, Gold Prospecting Pan",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "38.0",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").