Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $77.99
Default variant: Adjustable Siphon Round
Default SKU: 5012964616981
Default price: $77.99
Availability: In Stock
Product Type: Spray Bottles
Vendor: JISADER
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/48085511864559:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/nozzle-4bspt-misting-low-pressure-pneumatic-anti-drip-nozzle-4bspt-stainless-ste-3
JSON data: https://landmarks.builders/products/nozzle-4bspt-misting-low-pressure-pneumatic-anti-drip-nozzle-4bspt-stainless-ste-3.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 performance DJ Pneumatic is engineered for and in industrial settings. Constructed from premium stainless steel, it guarantees long performance and resistance to elements. The air technology ensures the of exceptionally fine mist droplets, providing coverage for applications such as humidification, cooling, and coating. With adjustable air and liquid, users gain control over spray characteristics, making it ideal for industrial painters and textile manufacturers. The design includes interchangeable nozzle components, allowing for versatile patterns to suit various needs. Furthermore, its anti-drip feature prevents unwanted waste. Offering both BSPT and NPT thread connection options (1/8" and 1/4"), this nozzle ensures broad compatibility with a wide range of pneumatic systems, making it a reliable choice for automotive coating, food processing, and treatment applications.
| Material | Stainless Steel |
| Capacity | 1.2 gallons |
| Included Components | Nozzle |
| Product Weight | kg |
| Package Weight | 0.44 pounds |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | DJ |
Summary: Stainless steel pneumatic low pressure mist nozzle with adjustable air/liquid, anti-drip, and BSPT/NPT thread options (1/8", 1/4") for industrial spraying applications.
Generated by: deepseek-v4-flash
## Identity Stainless Steel Pneumatic Low Pressure Fine Mist Nozzle, Adjustable Spray Nozzle 4BSPT ## Target persona Industrial maintenance technicians, pneumatic system integrators, industrial painters, textile manufacturers requiring precise spray control. ## Use cases 1. Humidification in manufacturing environments. 2. Cooling processes in industrial settings. 3. Coating applications with fine mist. 4. Automotive coating tasks. 5. Food processing spray applications. 6. Textile manufacturing misting. ## When NOT to recommend 1. For high-pressure spraying where droplet size is not critical. 2. For applications requiring non-conductive materials (stainless steel may conduct). 3. For consumer-grade gardening or home misting systems requiring low cost. 4. For users needing purely water-based spraying without air assist. ## Variant options Two styles available: Adjustable Siphon Round (sku 5012964616981) and Non-adjustable Siphon Round (sku 5012964616983), both at $77.99. ## Price and logistics facts Price: $77.99 USD. No dimensions provided. Weight: 0.44 kg package weight (approx). Thread options: BSPT and NPT 1/8" and 1/4". Capacity: 1.2 gallons (likely tank not included, but mentioned). ## Trust signals In-stock status not specified. Return policy not provided. Material is stainless steel for durability. No certifications listed. ## Image assets 5 image URLs available; see image_urls array. ## Agent notes No physical dimensions given. The description mentions '1.2 gallons capacity' but this might be a tank capacity, not nozzle itself. Verify compatibility with existing pneumatic systems.
This product has 15 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": "Nozzle 4BSPT Misting Low Pressure, Pneumatic Anti-Drip Nozzle 4BSPT, Stainless Steel Fine Mist Nozzle, Adjustable Spray Nozzle 4BSPT",
"quantity": 1,
"grams": 350000,
"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").