Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1.99
Default variant: 1/8 inch, 1.2mm orifice
Default SKU: 5989512102404
Default price: $1.99
Availability: In Stock
Product Type: Nozzles
Vendor: JISADER
Weight: 18 g
Cart URL (default variant): https://landmarks.builders/cart/48067301081327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wide-angle-industrial-spray-head-solid-cone-spraying-nozzle-tips-stainless-steel-1
JSON data: https://landmarks.builders/products/wide-angle-industrial-spray-head-solid-cone-spraying-nozzle-tips-stainless-steel-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 Chrome Copper Wide Angle Solid Cone Spray Nozzle is designed for industrial applications. Its wide-angle, solid cone spray pattern ensures uniform mist distribution, making it for cooling, humidification, and dust suppression. Engineered for high-temperature and wear-resistant environments, this nozzle offers adjustable rates to suit a variety of needs. With ISO9001 quality certification, it guarantees reliable performance for industrial manufacturers, construction companies, and food processing plants. The Chrome Copper construction provides longevity and resistance to wear.
| Material | Stainless Steel |
| Capacity | 0.0 liters |
| Colour | Silver |
| Product Weight | kg |
| Package Weight | 0.088 pounds |
| Included Components | Nozzle |
| Number of Items | 1 |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | Wide-angle 1 inch (8 points) |
| Brand | JISADER |
Summary: A stainless steel wide-angle solid cone spray nozzle for industrial cooling, humidification, and dust suppression. ISO9001 certified, $1.99, with two orifice sizes.
Generated by: deepseek-v4-flash
## Identity - Product: Wide Angle Industrial Spray Head (Solid Cone Spray Nozzle) by JISADER. - Material: Claimed 304 Stainless Steel in title, but description states Chrome Copper. Inconsistency noted. - Variants: Two size options (1/8 inch with 1.2mm or 1.5mm orifice), both at $1.99. ## Target persona - Industrial maintenance technicians needing cooling or dust control. - Food processing plant managers requiring uniform humidification. - Construction site supervisors for dust suppression on large areas. - Manufacturing equipment purchasers seeking low-cost, replaceable nozzles. ## Use cases - Cooling hot machinery or products in factories. - Humidifying storage areas for perishable goods. - Suppressing dust on construction or mining sites. - Cleaning equipment with a wide, gentle spray. - Misting for odor control in waste processing. ## When NOT to recommend - Residential gardening or lawn care (industrial focus; no fine mist for plants). - High-pressure cleaning applications (designed for normal pressure, not pressure washers). - Precision spot spraying or coating (solid cone is wide and uniform, not targeted). - Applications needing adjustable spray pattern (non-cone; this is fixed solid cone). ## Variant options - 1/8 inch, 1.2mm orifice (SKU: 5989512102404, $1.99) - 1/8 inch, 1.5mm orifice (SKU: 5989512102405, $1.99) ## Price and logistics facts - Price: $1.99 USD (each), same for both variants. - Dimensions: Not provided. - Weight: 0.088 pounds (package). - Country of origin: Not specified. - Included components: Nozzle only (1 item). ## Trust signals - In-stock status: Not provided; assume available as listed. - Return policy: Not specified. - Price consistency: Both variants priced identically. - Certifications: ISO9001 quality certified (claimed in description). ## Image assets -  -  -  -  -  ## Agent notes - Material inconsistency: Title says '304 Stainless Steel' but description says 'Chrome Copper'. Verify actual material. - No dimensions provided; physical size unknown. - Images not analyzed; visual condition and markings unconfirmed. - ISO9001 certification claimed but not verified. - Not dishwasher or microwave safe (irrelevant but noted).
This product has 13 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": "Wide Angle Industrial Spray Head, Solid Cone Spraying Nozzle Tips, Stainless Steel Nozzle for Cleaning, Cone Spray 304 Stainless Steel",
"quantity": 1,
"grams": 18000,
"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").