Facility: 094374
U-Haul Self Storage of Spanish Lake
- Facility ID
- 094374
- Name
- U-Haul Self Storage of Spanish Lake
- URL
- https://www.uhaul.com/Locations/Self-Storage-near-Spanish-Lake-MO-63138/875077/
- Address
- 1740 Parker Rd, Spanish Lake, MO 63138, USA, Spanish Lake, Missouri 63138
- Platform
- custom_facility_094374
- Parser File
- src/parsers/custom/facility_094374_parser.py
- Last Scraped
- 2026-03-27 14:04:35.546831
- Created
- 2026-03-14 16:21:53.706708
- Updated
- 2026-03-27 14:04:35.581201
- Parser Status
- ✓ Working
- Status Reason
- N/A
- Last Healing Attempt
- Not attempted
Parser Source (src/parsers/custom/facility_094374_parser.py)
"""Parser for U-Haul Self Storage of Spanish Lake."""
from __future__ import annotations
import re
from bs4 import BeautifulSoup
from src.parsers.base import BaseParser, ParseResult, UnitResult
class Facility094374Parser(BaseParser):
"""Extract storage units from U-Haul Self Storage of Spanish Lake."""
platform = "custom_facility_094374"
def parse(self, html: str, url: str = "") -> ParseResult:
soup = BeautifulSoup(html, "lxml")
result = ParseResult(platform=self.platform, parser_name=self.__class__.__name__)
containers = soup.select("div.cell")
for container in containers:
unit = UnitResult()
text = container.get_text(separator=" ", strip=True)
# Extract size
size_el = None
size_text = size_el.get_text(strip=True) if size_el else None
if not size_text:
# Fallback: regex on full text
m = re.search(r"(\d+\s*[\'\'\u2032]?\s*[xX\u00d7]\s*\d+\s*[\'\'\u2032]?)", text)
if m:
size_text = m.group(1)
if size_text:
unit.size = size_text
w, ln, sq = self.normalize_size(size_text)
if w is not None:
unit.metadata = {"width": w, "length": ln, "sqft": sq}
# Extract price
price_el = None
price_text = price_el.get_text(strip=True) if price_el else None
if not price_text:
# Fallback: regex on full text
pm = re.search(r"\$(\d[\d,.]*)", text)
if pm:
price_text = pm.group(0)
if price_text:
pm = re.search(r"\$(\d[\d,.]*)", price_text)
if pm:
unit.price = self.normalize_price(pm.group(1))
unit.description = text[:200]
if unit.size or unit.price:
result.units.append(unit)
if not result.units:
result.warnings.append("No units found")
return result
Scrape Runs (5)
-
exported Run #21352026-03-27 14:04:28.809772 | 42 units | Facility094374Parser | View Data →
-
exported Run #21342026-03-27 14:04:26.851358 | 42 units | Facility094374Parser | View Data →
-
exported Run #13332026-03-23 03:06:46.346894 | 60 units | Facility094374Parser | View Data →
-
exported Run #8402026-03-21 18:58:48.021372 | 60 units | Facility094374Parser | View Data →
-
exported Run #3892026-03-14 16:38:25.044099 | 53 units | Facility094374Parser | View Data →
Run #1333 Details
- Status
- exported
- Parser Used
- Facility094374Parser
- Platform Detected
- storageunitsoftware
- Units Found
- 60
- Stage Reached
- exported
- Timestamp
- 2026-03-23 03:06:46.346894
Timing
| Stage | Duration |
|---|---|
| Fetch | 7113ms |
| Detect | 304ms |
| Parse | 138ms |
| Export | 7ms |
Snapshot: 094374_20260323T030653Z.html · Show Snapshot · Open in New Tab
Parsed Units (60)
5' x 5'
$0.00/mo
5' x 5'
$0.00/mo
5' x 5'
$64.95/mo
5' x 5'
No price
Unknown Size
$64.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo
Unknown Size
$64.95/mo
Unknown Size
$64.95/mo
Unknown Size
$64.95/mo
Unknown Size
$64.95/mo
5' x 12
$99.95/mo
5' x 12
No price
Unknown Size
$99.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo
Unknown Size
$99.95/mo
Unknown Size
$99.95/mo
Unknown Size
$99.95/mo
Unknown Size
$99.95/mo
10' x 10'
$119.95/mo
10' x 10'
No price
Unknown Size
$119.95/mo
Unknown Size
$119.95/mo
Unknown Size
$119.95/mo
Unknown Size
$119.95/mo
Unknown Size
$119.95/mo
10' x 12
$164.95/mo
10' x 12
No price
Unknown Size
$164.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo
Unknown Size
$164.95/mo
Unknown Size
$164.95/mo
Unknown Size
$164.95/mo
Unknown Size
$164.95/mo
10' x 20'
$204.95/mo
10' x 20'
No price
Unknown Size
$204.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo
Unknown Size
$204.95/mo
Unknown Size
$204.95/mo
Unknown Size
$204.95/mo
Unknown Size
$204.95/mo
10' x 25'
$219.95/mo
10' x 25'
No price
Unknown Size
$219.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo
Unknown Size
$219.95/mo
Unknown Size
$219.95/mo
Unknown Size
$219.95/mo
Unknown Size
$219.95/mo
5' x 8'
No price
Unknown Size
$74.95/mo
8' x 5'
No price
Unknown Size
$74.95/mo
Unknown Size
$11.95/mo
Unknown Size
$11.95/mo