Facility: 109010

Pelican Nest 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
109010
Name
Pelican Nest Storage
URL
https://pelicanneststorage.com/
Address
1684 Cypress Ave, Melbourne, FL 32935, USA, Melbourne, Florida 32935
Platform
custom_facility_109010
Parser File
src/parsers/custom/facility_109010_parser.py
Last Scraped
2026-03-27 13:47:39.313010
Created
2026-03-20 23:33:53.011799
Updated
2026-03-27 13:47:39.313010
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_109010_parser.py)
"""Parser for Pelican Nest Storage."""

from __future__ import annotations

from src.parsers.base import BaseParser, ParseResult


class Facility109010Parser(BaseParser):
    """Extract storage units from Pelican Nest Storage.

    The homepage does not list individual unit sizes or prices.
    It links to separate location pages with "View Rates" buttons.
    """

    platform = "custom_facility_109010"

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

        result.warnings.append(
            "No unit data on homepage - rates are on separate location pages. "
            "Two locations: Melbourne (self-storage) and Grant-Valkaria (boat/RV)."
        )

        return result

Scrape Runs (4)

Run #1716 Details

Status
exported
Parser Used
Facility109010Parser
Platform Detected
table_layout
Units Found
0
Stage Reached
exported
Timestamp
2026-03-27 13:47:35.240014
Timing
Stage Duration
Fetch3981ms
Detect16ms
Parse0ms
Export13ms

Snapshot: 109010_20260327T134739Z.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:39.296215

No units extracted for 109010

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

No units extracted for 109010

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

No units extracted for 109010

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

No units extracted for 109010

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

← Back to dashboard