Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $8.99
Default variant: ['Black'] / Black
Default SKU: 5803493628069
Default price: $8.99
Availability: In Stock
Product Type: Stir-Fry Pans
Vendor: JISADER
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/48017465082095:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/gold-washing-pan-for-river-high-recovery-panning-kit-heavy-duty-gold-sifting-gol
JSON data: https://landmarks.builders/products/gold-washing-pan-for-river-high-recovery-panning-kit-heavy-duty-gold-sifting-gol.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Discover the tool for your gold prospecting adventures with our high-recovery gold washing pan. Designed for both amateur miners and geology, this manual panning kit offers separation thanks to its specially engineered grooves. Experience increased efficiency with its larger processing capacity and enjoy a longer service life, making it a addition to your gold sifting equipment. Available in a range of colours, this customizable gold prospecting for riverbed testing and mineral deposit exploration.
Package Contents: 1 x Gold Panning Pan
| Material | Plastic |
| Capacity | L |
| Colour | Black, Blue |
| Product Weight | kg |
| Package Weight | 0.25 kilograms |
| Recommended Uses | Gold Panning, Gold Prospecting, Mineral Separation |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | TJP-38 |
| Brand | JISADER |
Summary: JISADER gold washing pan for river prospecting, plastic material, high recovery grooves, available in Black and Sky Blue, package weight 0.25kg, priced at $8.99.
Generated by: deepseek-v4-flash
## Identity - **Product**: JISADER Gold Washing Pan (Model TJP-38) - **Category**: Gold Panning Kit - **Material**: Plastic - **Colors**: Black, Sky Blue - **Package Weight**: 0.25 kg ## Target persona - Amateur gold miners - Geology enthusiasts - Hobbyist prospectors ## Use cases - Gold panning in rivers and streams - Mineral deposit exploration - Riverbed testing for gold - Small-scale gold separation - Customizable gold sifting needs ## When NOT to recommend - Professional or industrial-scale mining operations - Users requiring dishwasher-safe or microwaveable equipment - High-volume, rapid processing needs - Users seeking metal or durable non-plastic pans ## Variant options - Black: $8.99 (SKU 5803493628069) - Sky Blue: $8.99 (SKU 5803493628070) ## Price and logistics facts - Price: $8.99 USD per unit - Package weight: 0.25 kg - Dimensions: Not provided ## Trust signals - Price consistent across variants - No special certifications mentioned - Dishwasher safe: No - Microwaveable: No - In-stock status: Not specified - Return policy: Not provided ## Image assets -  -  -  -  -  ## Agent notes - Image understanding not performed; treat images as fetchable assets only. - Product type listed as 'Stir-Fry Pans' in source data appears to be a categorization error; actual product is a gold panning pan.
This product has 7 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": "Gold Washing Pan for River, High Recovery Panning Kit, Heavy Duty Gold Sifting, Gold Prospecting Pan for Amateurs",
"quantity": 1,
"grams": 300000,
"properties": {
"_length_cm": "",
"_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").