Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $0.99
Default variant: Waterproof Groove Large D-type
Default SKU: 5028312778306
Default price: $0.99
Availability: In Stock
Product Type: Weather Stripping
Vendor: JISADER
Weight: 300 g
Cart URL (default variant): https://landmarks.builders/cart/48017422713071:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/automotive-rubber-sealing-strip-for-cars-weather-seal-rubber-sealing-strip-for-c-1
JSON data: https://landmarks.builders/products/automotive-rubber-sealing-strip-for-cars-weather-seal-rubber-sealing-strip-for-c-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.
Upgrade your sealing with this versatile Automotive Rubber Sealing Strip. Designed for universal fitment across various car models, this Z-type seal strip is crafted from rubber material to provide long weatherproofing and effective sound insulation. Its installation requires no tools, making it a convenient solution for DIY car enthusiasts. Whether you need to seal car doors, trunks, or hoods, this rubber sealing strip effectively blocks out water, wind, and unwanted noise, your driving comfort and your vehicle. multiple profile options to suit diverse sealing requirements.
| Material | Rubber |
| Capacity | L |
| Recommended Uses | Automotive door, sound insulation, dust prevention, windshield, center console modification |
| Included Components | Sealing strip |
| Product Weight | 0.5 kilograms |
| Package Weight | 0.4 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | PZ |
| Number of Items | 1 |
Summary: Automotive rubber sealing strip for cars and trucks, self-adhesive, blocks water, wind, noise; priced at $0.99.
Generated by: deepseek-v4-flash
## Identity
Automotive Rubber Sealing Strip for Cars, Weather Seal Rubber Sealing Strip for Car Trucks, Car Door Seal for Trucks, Rubber Seal Strip for Car
## Target persona
- DIY car enthusiasts looking for easy-to-install sealing solutions
- Car owners needing to replace worn or missing door/trunk/hood seals
- Truck owners wanting to reduce wind noise and dust ingress
- Cost-conscious vehicle maintainers seeking affordable weather stripping
## Use cases
- Sealing car doors to reduce wind noise and prevent water leaks
- Replacing worn trunk seals to keep cargo area dry
- Dust prevention for center console and interior gaps
- Waterproofing hood gaps to protect engine bay
- Soundproofing for DIY vehicle modifications or cabin quieting
- Fixing loose or rattling window seals (with appropriate profile)
## When NOT to recommend
- Vehicles with non-standard or very large door gaps (>25 mm)
- High-performance or racing cars requiring specialized high-temperature seals
- Professional commercial fleet applications needing certified durability
- Sealing areas that require complex profile shapes not covered by D-type or Z-type
## Variant options
- Waterproof Groove Large D-type ($0.99)
- Waterproof Groove Small D-type ($0.99)
## Price and logistics facts
- Price: $0.99 per variant (USD)
- No dimensions provided
- Weight: 0.5 kg (product), 0.4 kg (package)
- Number of items: 1 per purchase
## Trust signals
- Price is low and consistent across variants
- In-stock status not explicitly stated, but available for purchase
- Generic product with no certification data provided
## Image assets
- 
- 
- 
- 
- 
## Agent notes
- Material: rubber; self-adhesive ("self backing")
- Universal fitment claimed but dimensions not specified
- Product weight 0.5 kg; may include multiple strips? Only 1 item per purchase.
- Only two variant styles available (large and small D-type)
- Images not analyzed; visual details unknown.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": "Automotive Rubber Sealing Strip for Cars, Weather Seal Rubber Sealing Strip for Car Trucks, Car Door Seal for Trucks, Rubber Seal Strip for Car",
"quantity": 1,
"grams": 300000,
"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").