StorageTreasures Scraper — Storage Unit Auctions & Alerts
Pricing
from $4.00 / 1,000 per lot returneds
StorageTreasures Scraper — Storage Unit Auctions & Alerts
Scrape live StorageTreasures storage-unit auctions — current bid, unit size, contents, photos, facility & close time — by state, city, ZIP, or facility. No login or API key. Schedule it as a new-lot monitor with Slack, email & webhook alerts. $4 per 1,000 lots.
Pricing
from $4.00 / 1,000 per lot returneds
Rating
5.0
(1)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
9
Total users
3
Monthly active users
12 days ago
Last modified
Categories
Share
📦 StorageTreasures Scraper
Scrape live StorageTreasures storage-unit auctions — current bid, close time, unit size, contents, photos, facility, and location — filtered by state, city, ZIP + radius, facility, or keyword. Fast, structured, no login.
Turn StorageTreasures.com into a clean dataset in seconds. No browser automation, no copy-paste — just structured storage-auction data on demand, exported to JSON, CSV, or Excel, or pushed straight to your app via API.
What does StorageTreasures Scraper do?
It extracts storage-unit auction listings from StorageTreasures.com as clean, structured rows. Use it to build a storage-auction dataset, comp sold prices, feed a reselling tool, or find lockers to bid on in your area.
- 🔎 Search the way the site does — by state, city, ZIP + radius, facility, or keyword, or pull every active lot nationwide.
- ⚡ Server-side filtering = fast — a state or city search pulls only that area's lots directly from the API (a state is a few thousand lots, not the 28,000-lot national feed), so runs finish in seconds, not minutes.
- 💰 The numbers that matter — current bid, starting bid, minimum next bid, reserve, bid count, and views.
- 📸 Full lot detail — unit size, contents description, every photo, category tags, facility name + address, and payment options.
- ⏰ Time-aware — exact close time and a live
time_left_secondscountdown so you know what's ending soon.
What data does it extract?
For every storage auction lot:
- 🆔
auction_id— unique lot ID · 🔗lot_url— direct link - 🏷️
title— e.g. "10 x 10 unit — Midlothian, TX" - 📐
size,unit_width,unit_length,unit_volume— dimensions - 📦
unit_contents— what's visible in the locker · 📝unit_additional— facility terms / notes - 💵
current_bid,initial_bid,minimum_bid,reserve_price— USD - 🔨
total_bids,has_bid,total_views— bidding activity - 🧾
cleaning_deposit,cleanout_time_hours,sales_tax,payment_options - 🏢
facility_id,facility_name,address,city,state,zipcode - 🗂️
categories[]— contents categories · 🖼️images[]— every photo - 📅
active_date,post_date,end_date,current_date - ⏳
time_left_seconds— seconds until close - 🚦
status_name,status_slug,type_name,upcoming,is_expired,soft_close - 🕒
scraped_at— capture timestamp
Who is it for?
- 🛒 Storage-unit flippers & resellers sourcing lockers to win, clear, and resell.
- ♻️ Thrift, consignment & estate-sale sourcers hunting cheap inventory by category.
- 📊 Reseller-tooling & SaaS builders who need a storage-auction data feed.
- 🧭 Auction aggregators combining StorageTreasures with other lien-sale sites.
- 🏢 "We buy storage units" operators tracking lots across many metros.
One nearby locker won often pays for the data many times over.
How to use it (step by step)
- Click Try for free.
- Pick Search by (e.g. State) and enter your scope (e.g. State =
tx). - Choose Auction status — Active (biddable now) or Upcoming (not started yet).
- (Optional) keep Fetch full details on for contents, full address, and all photos.
- Set Max lots per run (default 50; set 0 to pull the entire scope).
- Click Start, then open the Dataset tab to view/export.
Quick-start examples
Every active lot in Texas:
{ "searchType": "state", "states": ["tx"], "status": "active" }
Lots within 25 miles of a ZIP:
{ "searchType": "zipcode", "zipcodes": ["78701"], "radiusMiles": 25 }
A single city (pair the city with its state):
{ "searchType": "city", "city": "Austin", "states": ["tx"] }
Keyword across the whole US, bargains only:
{ "searchType": "keyword", "keyword": "tools", "maxBid": 50 }
Everything, nationwide (bulk backfill):
{ "searchType": "all", "maxLots": 0 }
Input reference
| Field | What it does |
|---|---|
searchType | state · city · zipcode · facility · keyword · all |
states | State names or two-letter codes — ["tx","fl"] or ["Texas"] both work. Used by State search; also sets the state for a City search. |
city | City name for a City search (pair with its state). |
zipcodes + radiusMiles | ZIP(s) and the search radius in miles (default 50). |
facility | Facility name for a Facility search. |
keyword | Free-text keyword (matches unit contents / titles nationwide). |
status | active (biddable now) or upcoming (not started yet). |
maxBid | Keep only lots at/under this current bid (bargain filter). |
fetchDetails | Add full description, address, and all photos (one extra request per lot). |
maxLots | Cap on lots returned (default 50; 0 = the whole scope). |
requestConcurrency | Parallel requests (default 5). |
proxyConfiguration | Datacenter proxy is enough; use residential only for aggressive bulk pulls. |
Output
One row per lot (see the field list above), available as JSON, CSV, Excel, or via the API. Turn off Fetch full details for a faster, lighter run that skips the per-lot description/photos.
Notes & fair use
- No login is required for public auction data. Add your own proxy for heavy bulk pulls.
- Pricing is pay-per-event: you pay per lot returned (plus an optional per-lot detail fetch). A targeted state/city/ZIP search keeps runs small and cheap.
- You are responsible for complying with StorageTreasures' Terms of Service and applicable laws.