Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $75.99
Default variant: Pressure Fan-shaped Nozzle
Default SKU: 5075423268214
Default price: $75.99
Availability: In Stock
Product Type: Washdown Nozzles
Vendor: JISADER
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/48066957377775:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/stainless-steel-spray-tip-industrial-mist-spray-head-pneumatic-nozzle-for-humidi-1
JSON data: https://landmarks.builders/products/stainless-steel-spray-tip-industrial-mist-spray-head-pneumatic-nozzle-for-humidi-1.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This stainless steel spray tip is engineered for industrial applications requiring fine mist generation. Its stainless steel construction ensures longevity and resistance to demanding environments. Offering control over fluid, it delivers consistent and uniform atomization, making it ideal for lubrication, humidification, and surface coating tasks. The nozzle is designed with a versatile 1/8 BSPT internal thread for seamless integration into existing industrial systems. Available in both fan and round spray patterns, this pneumatic nozzle caters to a wide array of needs across automotive production, textile industries, and food processing sectors.
| Material | Stainless Steel |
| Capacity | L |
| Included Components | Nozzle |
| Product Weight | kg |
| Package Weight | 0.13 pounds |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | JAU |
| Number of Items | 1 |
Summary: Industrial stainless steel pneumatic spray nozzle for fine mist generation, available in fan and round patterns, for humidification, cooling, cleaning, and coating applications.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Spray Tip, Industrial Mist Spray Head, Pneumatic Nozzle for Humidification Cooling, Tape Cooling Cleaning Coating ## Target persona Industrial maintenance engineers, manufacturing line technicians, textile mill operators, food processing facility managers. ## Use cases - Lubricating machinery in automotive assembly lines. - Humidifying textile production environments. - Coating surfaces with fine mist for finishing. - Cooling production line components. - Cleaning parts with controlled spray. ## When NOT to recommend - High-pressure washdown applications (designed for fine mist). - Potable water systems. - Residential garden irrigation. - Aggressive chemical spraying without compatibility check. ## Variant options - Pressure Fan-shaped Nozzle ($75.99, SKU 5075423268214) - Pressure Round Nozzle ($75.99, SKU 5075423268215) ## Price and logistics facts - Price: $75.99 USD (both variants). - Package weight: 0.13 lbs. - Dimensions: not provided. ## Trust signals - In-stock status: not confirmed. - Return policy: not specified. - Material: stainless steel for durability. - Price consistency: both variants same price. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ef83a82b8b904080b8d5d439b60bf1f3_c69e2c6d-5edf-4a42-8fb9-efcd9e195d6b.png?v=1773886212 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9a84a7eaabf54ec09f5f1af3b1b30ef5_c6f82f4f-4fb3-4ef7-9f03-d3b98de3161e.png?v=1773886212 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/290c3d807fda43a6bc868fcf73f95f71_aef095a3-35fe-47ce-891d-16d44b08b8fe.png?v=1773886212 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/756fdc254a294a85aaff834c63137942_f79d60b6-b914-4497-a30f-54ccf0606de3.png?v=1773886212 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a6f9ceb6ea7c415baf8b8fcc673966bf_90b29371-9dc3-4c07-98c9-615542fbb24b.png?v=1773886212 ## Agent notes - No image understanding performed. - Product dimensions missing. - Return policy and stock status unknown.
This product has 14 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": "Stainless Steel Spray Tip, Industrial Mist Spray Head, Pneumatic Nozzle for Humidification Cooling, Tape Cooling Cleaning Coating",
"quantity": 1,
"grams": 150000,
"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").