TAPARIA Grease Gun (Lever Type) 450cc 11/32 Piston 34B GGL 45C

Non-returnable
₹804.00 ₹948.72

The TAPARIA Grease Gun (Lever Type) 450cc 11/32 Piston (Model 34B GGL 45C) is engineered for reliable, efficient lubrication in professional workshops and industrial maintenance tasks. With a capacity of 450cc, this heavy-duty lever-type grease gun delivers robust pressure, making it suitable for use on vehicles, agricultural machinery, and industrial equipment. Built from high-quality steel with a pistol size of 11/32 inch, it features a knurled barrel for secure handling, lever-assisted operation for effortless grease delivery, and a rugged aluminum-cast head for long service life. Its design supports high-pressure output for effective greasing across challenging applications.


Choose Quantity
+ Add to Cart
Product Details

Brand: TAPARIA
Model: 34B GGL 45C (also referenced as GGL 45C)
Type: Lever Type Grease Gun
Capacity: 450cc
Piston Size: 11/32 inch
Barrel: Made from 1.2mm thick high-quality steel sheet
Gun Head: Aluminum casting for durability
Finish: Anti-rust coating
Maximum Pressure: 8,000 PSI
Grip: Knurled barrel and lever handle for secure hold
Operation: Lever mechanism for easier and higher pressure grease delivery
Applications: Suitable for automotive, agricultural, industrial, and heavy-duty greasing
Country of Origin: India

Key Features

  • Heavy-duty lever action delivers consistent, high-pressure performance

  • Compatible with standard grease cartridges or bulk grease

  • Ergonomic handle and knurled barrel for safe, non-slip operation

  • Durable steel and aluminum construction for longevity

  • Easy to operate and maintain for professional use

Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
- There was an error adding to cart. Please try again.
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- Can't delete this product from the cart at the moment. Please try again later.
const items = [ { src: "", text: "Guaranteed Replacements if Damaged" }, { src: "", text: "Free Shipping above ₹499" }, { src: "", text: "Loved by 2 Lakh+ Happy Customers" } ]; const cartActionContainer = document.querySelector("[data-zs-product-primary-details] .theme-product-quantity-cart-container"); if (!cartActionContainer) return; function addIcons() { if (cartActionContainer.querySelector(".zs-icon-container")) return; const iconContainer = document.createElement("div"); iconContainer.className = "zs-icon-container"; items.forEach(item => { const iconDiv = document.createElement("div"); iconDiv.className = "zs-icon"; if (item.src) { const iconImg = document.createElement("img"); iconImg.src = item.src; iconImg.alt = item.text; iconDiv.appendChild(iconImg); } const iconText = document.createElement("span"); iconText.className = "zs-icon-title"; iconText.textContent = item.text; iconDiv.appendChild(iconText); iconContainer.appendChild(iconDiv); }); cartActionContainer.appendChild(iconContainer); } const buyNowButton = document.getElementById("buy-now-button"); if (buyNowButton) { addIcons(); } else { const observer = new MutationObserver((mutationsList, obs) => { const button = document.getElementById("buy-now-button"); if (button) { addIcons(); obs.disconnect(); } }); observer.observe(cartActionContainer, { childList: true, subtree: true }); } });