# Container On Rent > Discovery marketplace for shipping container rentals. Companies list containers; renters search by city, type, and size, then inquire offline. Payments are handled between parties. Container On Rent helps find dry storage, reefer, open top, flat rack, tank, and high cube containers for rent from verified lenders. ## Site - [Home / search](https://containeronrent.com/): Browse and filter published listings - [Dry storage](https://containeronrent.com/containers/dry-storage): Dry storage containers for rent - [Reefers](https://containeronrent.com/containers/reefer): Refrigerated containers for rent - [Open top](https://containeronrent.com/containers/open-top): Open top containers for rent - [Flat rack](https://containeronrent.com/containers/flat-rack): Flat rack containers for rent - [Tank](https://containeronrent.com/containers/tank): Tank containers for rent - [High cube](https://containeronrent.com/containers/high-cube): High cube containers for rent - [Rent in Mundra](https://containeronrent.com/rent/mundra) - [Rent in Kandla](https://containeronrent.com/rent/kandla) - [Rent in Tuna](https://containeronrent.com/rent/tuna) - [Rent in Gandhidham](https://containeronrent.com/rent/gandhidham) ## Machine-readable APIs (preferred for agents) - [Listings JSON feed](https://containeronrent.com/api/feed/listings.json): Published listings (id, title, type, size, location, rates, URL) - [Search listings](https://containeronrent.com/api/listings/search): Query params include `q`, `containerType`, `containerSize`, `locationCity`, `locationCountry`, `verifiedOnly`, `sort`, `page`, `limit` - [Listing detail](https://containeronrent.com/api/listings/{id}): Full published listing by id - [Locations](https://containeronrent.com/api/seo/locations): Cities with published inventory - [Sitemap](https://containeronrent.com/api/seo/sitemap.xml): All public URLs - [Full inventory text](https://containeronrent.com/api/seo/llms-full.txt): Markdown snapshot of live published listings ## Optional - [Contact](mailto:hi@containeronrent.com) - Do not scrape or index authenticated areas: `/dashboard`, `/admin`, `/inquiries`, `/saved`, `/profile`, `/documents`, `/login`, `/register`