Facility: 099698

Star Storage

Stale Data Warning: This facility has not been successfully scraped in 26 days (threshold: 3 days). Data may be outdated.
Facility Information active
Facility ID
099698
Name
Star Storage
URL
http://www.starstorageandrv.com/
Address
660 SE Hwy 101, Lincoln City, OR 97367, USA, Lincoln City, Oregon 97367
Platform
custom_facility_099698
Parser File
src/parsers/custom/facility_099698_parser.py
Last Scraped
2026-03-27 13:47:35.471933
Created
2026-03-20 23:33:53.011799
Updated
2026-03-27 13:47:35.471933
Parser & Healing Diagnosis needs_fix
Parser Status
⚠ Needs Fix
Status Reason
Parser returned 0 units
Last Healing Attempt
Not attempted
Parser Source (src/parsers/custom/facility_099698_parser.py)
"""Parser for Star Storage and RV."""

from __future__ import annotations

from src.parsers.base import BaseParser, ParseResult


class Facility099698Parser(BaseParser):
    """Extract storage units from Star Storage and RV (Wix site).

    This is a multi-location landing page (Lincoln City, Cloverdale, Grand Ronde).
    No individual unit sizes or prices are listed on the homepage.
    """

    platform = "custom_facility_099698"

    def parse(self, html: str, url: str = "") -> ParseResult:
        result = ParseResult(platform=self.platform, parser_name=self.__class__.__name__)

        result.warnings.append(
            "No unit data available - multi-location landing page without pricing. "
            "Individual location pages may have details."
        )

        return result

Scrape Runs (4)

Run #625 Details

Status
exported
Parser Used
Facility099698Parser
Platform Detected
table_layout
Units Found
0
Stage Reached
exported
Timestamp
2026-03-21 18:38:56.302761
Timing
Stage Duration
Fetch4749ms
Detect55ms
Parse0ms
Export6ms

Snapshot: 099698_20260321T183901Z.html · Show Snapshot · Open in New Tab

No units found in this run.

All Failures for this Facility (4)

parse _WarningAsException scraper no_units_extracted warning Run #N/A | 2026-03-27 13:47:35.452789

No units extracted for 099698

Stack trace
src.reporting.failure_reporter._WarningAsException: No units extracted for 099698
parse _WarningAsException scraper no_units_extracted warning Run #N/A | 2026-03-27 13:47:34.781268

No units extracted for 099698

Stack trace
src.reporting.failure_reporter._WarningAsException: No units extracted for 099698
parse _WarningAsException scraper no_units_extracted warning Run #N/A | 2026-03-23 02:49:20.764152

No units extracted for 099698

Stack trace
src.reporting.failure_reporter._WarningAsException: No units extracted for 099698
parse _WarningAsException scraper no_units_extracted warning Run #N/A | 2026-03-21 18:39:01.129484

No units extracted for 099698

Stack trace
src.reporting.failure_reporter._WarningAsException: No units extracted for 099698

← Back to dashboard