• +1 (667) 499-2954
  • info@d-drillstores.com

API 7-1/16

The API 7-1/16″ Blowout Preventer (BOP) is a high-performance well control device designed to seal, control, and monitor oil and gas wells during drilling operations. Built to meet API 16A and API 7-1 standards, it ensures maximum safety, reliability, and pressure integrity under demanding drilling conditions.

Product Price
$12,000
Quantity

Products Description

API 7 1 / 16 " shaffer double ram oil field BOP with pipe rams

* API dual-ram BOP , BOP Hydraulic ram BOP of wellhead equipment
* Bore size: 7-1/16", 9", 11", 13-5/8", etc.
* working pressure: 3000psi, 5000psi, 10000psi and 15000psi.
* Body Styles: single, double, triple
* End type: API flanged, studded and other types are available.
Product display
Product Paramenters
pecifications and technical parameters of Annular Bop (Model A)
Model
Bore(mm)

  • API 16A / API 7-1 Certified – Fully compliant with international oilfield safety standards.

  • 🔩 7-1/16″ Bore Size – Standard bore dimension suitable for a wide range of drill pipe sizes.

  • 💪 High-Strength Alloy Steel Body – Built for durability and long service life.

  • 🔄 Single / Double Ram Configuration Options – Flexible for different drilling setups.

  • 🛡️ H₂S Resistant & Heat Treated Components – Suitable for sour gas and extreme environments.

  • ⚙️ Hydraulic or Manual Operation – Ensures quick and reliable control under pressure.

  • 🧰 Easy Maintenance & Parts Replacement – Simplifies field servicing and downtime reduction.

  • Product Condition: Brand New

  • Certification: API 7-1 / API 16A Approved

  • Origin: China / USA / OEM Supplier Options

  • Availability: In Stock / Made-to-Order (depending on model)

  • Warranty: 12 Months Standard Manufacturer Warranty

  • Returns accepted within 15 days of delivery for manufacturing defects or incorrect items.

  • Item must be unused, undamaged, and returned in its original packaging.

  • Custom-made or special-order units are non-returnable unless defective.

  • Replacement or refund will be processed within 7 business days after inspection.

Reviews (0)

No Review is Found

Give a Review

You must have to login to give a review
Login

Related Products

See all the related products from below

Subscribe To Our Newsletter

def print_supported_languages(display_language_code: str): client = translate.TranslationServiceClient() response = client.get_supported_languages( parent=PARENT, display_language_code=display_language_code, ) languages = response.languages print(f" Languages: {len(languages)} ".center(60, "-")) for language in languages: language_code = language.language_code display_name = language.display_name print(f"{language_code:10}{display_name}")