# bRent > bRent is a community lending marketplace designed for neighborhood-scale item sharing. Borrow tools, outdoor gear, party supplies, and more from people in your neighborhood. ## Platform - The core bRent experience is a mobile application. - [App Store Download](https://apps.apple.com/us/app/brent-borrow-lend/id6759843559) ## Resources - [Main Website](https://getbrent.app) - [JSON Catalog Feed](https://getbrent.app/llms-catalog.json) — Structured JSON feed of all available items. **Preferred for programmatic access.** - [Text Catalog Feed](https://getbrent.app/llms-catalog.txt) — Markdown table fallback. - [Sitemap](https://getbrent.app/sitemap.xml) — Standard XML sitemap. ## Catalog Schema The JSON feed at /llms-catalog.json returns an object with an "items" array. Each item includes: - id, title, description — Item identity - price_per_day_usd, deposit_usd — Pricing in US dollars - categories — Array of category tags (e.g. "Tools & Equipment", "Home & Garden") - location.city, location.state — Approximate location (city-level only for privacy) - images — Array of public image URLs - is_available — Boolean availability flag - weekly_discount_percent — Percentage discount for 7+ day rentals - average_rating — Average user rating (0-5) - url — Direct link to the item page on getbrent.app - updated_at — ISO 8601 timestamp of last update ## Geographic Coverage bRent currently operates in the Salt Lake Valley and Southern Utah regions. ## Legal - [Terms of Service](https://getbrent.app/legal/terms) - [Privacy Policy](https://getbrent.app/legal/privacy)