Brand: World Products (Landmark)
SKU: dcd-30003625887
Price: $61.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 220 g
Cart URL (default variant): https://landmarks.builders/cart/49811146932463:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001276164
JSON data: https://landmarks.builders/products/m4x-10001276164.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cycle Crank Puller Threaded Square-Taper Crank Puller Compact
| Type | Crank Extractor |
| Application | Drivetrain |
| Material | Steel |
| Item Depth | 2.50 cm |
| Item Length | 10.00 cm |
| Item Weight | 0.19 kg |
| Item Width | 2.50 cm |
Summary: A threaded square-taper crank puller wrench compatible tool for removing bicycle cranksets, priced at $61.99 with one variant (Puller-11 Pro).
Generated by: deepseek-v4-flash
## Identity This is a Cycle Crank Puller Threaded Square-Taper Crank Puller Wrench Compatible tool. It is designed for removing square-taper cranksets from bicycles. ## Target persona - Bicycle mechanics and technicians - DIY cyclists who perform their own maintenance - Bike shop owners needing a reliable crank puller ## Use cases - Removing square-taper cranks for bottom bracket replacement - Swapping cranksets between bikes - Repairing or servicing crankset components - Upgrading to a different crankset - On-the-go bike repair for touring cyclists ## When NOT to recommend - For removing non-square-taper cranks (e.g., ISIS Drive, Octalink, or Hollowtech) - For heavy-duty industrial applications beyond bicycle maintenance - For users who need a fully self-contained tool (requires compatible wrench) ## Variant options - Puller-11 Pro: $61.99 (only variant) ## Price and logistics facts - Price: $61.99 USD - Dimensions: 12.7 cm (length) x 3.2 cm (width) x 3.6 cm (height) - No shipping or availability data provided. ## Trust signals - In-stock status: Not provided - Return policy: Not provided - Price consistency: Single listed price - Certifications: None specified ## Image assets - No images available. ## Agent notes - Image understanding was not performed due to absence of image URLs. - Product type and full description are missing; inferred from title.
This product has 12 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": "Cycle Crank Puller Threaded Square-Taper Crank Puller Compact",
"quantity": 1,
"grams": 220000,
"properties": {
"_length_cm": "12.7",
"_width_cm": "3.2",
"_height_cm": "3.6"
}
}],
"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").