Brand: World Products (Landmark)
SKU: 5256875298485
Price: $49.99
Availability: In Stock
Product Type: Spray Bottles
Vendor: JISADER
Weight: 80 g
Cart URL (default variant): https://landmarks.builders/cart/48068336255215:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/pressure-spray-nozzle-dry-core-nozzle-humidification-cooling-stainless-steel-spr-2
JSON data: https://landmarks.builders/products/pressure-spray-nozzle-dry-core-nozzle-humidification-cooling-stainless-steel-spr-2.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
The Mini Dry Nozzle is in demanding industrial environments. This stainless steel spray nozzle delivers -level atomization, making it exceptionally effective for cleaning and dust suppression. Its water mixing technology ensures optimal spray performance, while the compact 'Mini-dryfogger' design provides maneuverability and accessibility in confined. Built from stainless steel, this nozzle offers greater longevity and resistance compared to alternatives, making it a reliable choice for factory maintenance, industrial cleaning, and dust removal applications. Enhance your operational efficiency with this versatile and spray nozzle.
| Material | Stainless Steel |
| Material Type | Bisphenol-A (BPA) Free |
| Capacity | 1 liters |
| Recommended Uses | Cleaning Solution, Water |
| Included Components | Nozzle |
| Product Weight | kg |
| Package Weight | 0.08 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Mini-dryfogger |
Summary: Stainless steel spray nozzle with level atomization for industrial cleaning and dust removal. Uses air-water mixing, compact mini-dryfogger design. BPA-free, 1 liter capacity. Price $49.99.
Generated by: deepseek-v4-flash
## Identity Pressure Spray Nozzle Dry, Core Nozzle Humidification Cooling, Stainless Steel Spray Nozzle for Industrial Cleaning, Dust Removal (Model Mini-dryfogger) ## Target persona Industrial maintenance engineers, factory cleaning crew leads, manufacturing facility managers looking for durable, portable spray solutions for dust and grime. ## Use cases - Industrial cleaning of machinery and equipment - Dust suppression in manufacturing areas - Humidification cooling in workshops - Confined space cleaning due to compact design - Factory maintenance tasks requiring precise spray control ## When NOT to recommend - Not for home garden watering or domestic use - Not for applications requiring high-pressure jet (it's a nozzle, not a pressure washer) - Not for use with corrosive chemicals beyond water/cleaning solutions - Not for users needing large capacity (>1 liter) without external tank ## Variant options Only one variant: Style "Industrial, Functional" at $49.99. ## Price and logistics facts Price $49.99 USD. Only one variant. No dimensions provided. Weight 0.08 kg package. Unknown shipping costs. ## Trust signals In-stock status not specified. Return policy not specified. Price consistency: single variant. No certifications mentioned. Material: Stainless steel, BPA-free. ## Image assets 5 images available at provided URLs. Note: agent cannot visually inspect images. ## Agent notes No dimensions given. Only one variant. Capacity 1 liter. Not dishwasher or microwave safe.
This product has 5 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": "Pressure Spray Nozzle Dry, Core Nozzle Humidification Cooling, Stainless Steel Spray Nozzle for Industrial Cleaning, Dust Removal",
"quantity": 1,
"grams": 80000,
"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").