{"message":"Estate Sales API","endpoints":{"/api/estate-sales":{"method":"GET","description":"Fetch estate sales by coordinates and radius","parameters":{"lat":"Latitude (required)","long":"Longitude (required)","radius":"Radius in miles (required)"},"example":"/api/estate-sales?lat=42.8145&long=-73.9403&radius=50"},"/api/hibid-lots":{"method":"GET","description":"Fetch Hibid auctions, lots, and lot details by zip and miles","parameters":{"zip":"Zip code (optional, default 57717)","miles":"Radius in miles (optional, default 2800)","auctionPageLength":"Auctions per page (optional, default 5000)","lotPageLength":"Lots per page (optional, default 1000)","delayMs":"Delay between requests in ms (optional, default 100)"},"example":"/api/hibid-lots?zip=57717&miles=2800"},"/health":{"method":"GET","description":"Health check endpoint"},"/api/downloads/:folder":{"method":"GET","description":"List downloadable JSON files by folder (sale-details or hybid)","example":"/api/downloads/sale-details"},"/api/downloads/:folder/:fileName":{"method":"GET","description":"Download a specific JSON file from sale-details or hybid","example":"/api/downloads/hybid/CA.json"}}}