StorageTreasures Storage Unit Auction Scraper
Pricing
from $5.00 / 1,000 results
StorageTreasures Storage Unit Auction Scraper
Scrape live StorageTreasures storage-unit auctions nationwide. Per-unit data: facility, city/state/zip, unit size, contents, current bid, start/close times, countdown, image, and listing URL. Filter by state, ZIP, or category.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
lulz bot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Scrape live storage-unit auctions from StorageTreasures.com — the largest online storage-auction marketplace in the US. Get structured, per-unit data on tens of thousands of active lien and storage auctions nationwide.
Great for resellers, treasure hunters, storage investors, and market researchers who want to find auctions to bid on, track closing times, or analyze storage-auction pricing trends.
What you get (per auction)
| Field | Description |
|---|---|
auctionId | StorageTreasures auction ID |
facilityName | Storage facility name |
address, city, state, zipcode | Facility location |
latitude, longitude | Facility coordinates |
unitSize / unitWidth / unitLength / unitVolume | Unit dimensions |
unitContents | Seller's description of what's in the unit |
currentBid / minimumBid / initialBid / reservePrice | Bidding info ($) |
totalBids / totalViews | Engagement stats |
cleaningDeposit / cleanoutTime / salesTax | Auction terms |
startDate / endDate / countdown | Auction timing (UTC) |
imageUrl | Photo of the unit contents |
listingUrl | Direct link to the auction page |
scrapedAt | Timestamp of the scrape |
Input
| Field | Type | Description |
|---|---|---|
state | string | 2-letter US state code (e.g. CA, TX). Optional. |
zipcode | string | 5-digit ZIP to search near. Takes precedence over state. Optional. |
category | string | Category ID(s), e.g. 3 or 3,15. Optional. |
maxResults | integer | Max records (default 100). Use 0 for ALL matching auctions. |
proxyConfiguration | object | Proxy settings. Default: Apify datacenter proxy. |
Example input
{"state": "CA","maxResults": 100,"proxyConfiguration": { "useApifyProxy": true }}
To scrape every active auction nationwide (tens of thousands), set maxResults to 0 and leave the location filters blank.
How it works
The actor calls StorageTreasures' public JSON auctions API directly (no headless browser), paginating with page_num / page_count. There is no anti-bot protection, so the lightweight datacenter proxy is sufficient and runs are fast and cheap.
Notes
- Data reflects active auctions at scrape time; bids and countdowns change constantly.
- The full nationwide inventory is ~38,000+ active auctions and grows/shrinks as auctions open and close.