Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $40.99 – $69.99
Default variant: C
Default SKU: dcd-30002806085
Default price: $40.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 400 g
Cart URL (default variant): https://landmarks.builders/cart/49810422399215:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001055879
JSON data: https://landmarks.builders/products/m4x-10001055879.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Hop Strainer 300 Mesh Dry Hop Filter Easy to Clean for Homebrewers
| Type | Filter |
| Food Compatibility | Universal |
| Material | Stainless Steel |
| Components Included | Handle |
| Size | Large |
| Shape | Round |
| Style | Modern |
| Features | With Handles |
| Item Height | 11 in |
| Item Diameter | 7 in |
| Model | 304 Stainless Steel |
Summary: 304 stainless steel 300-mesh hop filter for homebrewing, reusable, easy to clean, suitable for hop boiling and dry hopping, with hanging chain.
Generated by: deepseek-v4-flash
## Identity Hop Filter Easy to Clean Brewing Equipment Reusable for Homebrewers ## Target persona Homebrew beer makers who brew with whole hops or hop cones, particularly all-grain brewers and those who dry hop in fermenters or kegs. ## Use cases - Filtering hop residue after 60-minute boil to prevent sludge transfer to fermenter. - Dry hopping in fermenter: containing hops while allowing flavor extraction, reducing clogging. - Dry hopping in keg: suspending filter from keg lid with included chain. - Reusable alternative to disposable hop bags, easy to clean. ## When NOT to recommend - Commercial brewing operations (small batch only). - Beginners using only hop extracts or pellets that dissolve completely. - Those who prefer single-use hop bags for convenience. - Brewing with very fine hop powders that may pass through 300 mesh. ## Variant options - Style C: $40.99 (no further details provided). - Style D: $69.99 (no further details provided). ## Price and logistics facts - Style C: $40.99 USD. - Style D: $69.99 USD. - Dimensions: 31 x 12 x 12 cm (likely filter cylinder size; exact variant dimensions not specified). ## Trust signals - Made of 304 stainless steel. - 300 mesh for fine filtration. - In-stock status not explicitly confirmed. - Return policy unknown. ## Image assets No product images provided. ## Agent notes - No image understanding performed; visual details not available. - Variant differences (e.g., size, capacity) not specified. - Dimensions may be package or product size; verify for specific variant.
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": "Hop Strainer 300 Mesh Dry Hop Filter Easy to Clean for Homebrewers",
"quantity": 1,
"grams": 400000,
"properties": {
"_length_cm": "31.0",
"_width_cm": "12.0",
"_height_cm": "12.0"
}
}],
"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").