# Listings

> Your property inventory — create, search, update, and manage listings.

<!-- Source: https://docs.actuallycare.com/tools/listings -->

Your property inventory — create, search, update, and manage listings.
## Tools (9)
| Tool | Type | What it does |
| --- | --- | --- |
| [`listings_list`](/tools/listings/listings_list) | Read-only | Search for property listings by address, MLS number, status, or price range. |
| [`listings_get`](/tools/listings/listings_get) | Read-only | Get full details of one or more listings by UUID. |
| [`listings_create`](/tools/listings/listings_create) | Creates data | Create a new property listing. |
| [`listings_update`](/tools/listings/listings_update) | Updates data | Update an existing listing's information or status. |
| [`listings_stats`](/tools/listings/listings_stats) | Read-only | Get aggregate statistics for all listings: counts by status (active/pending/sold/expired), total active listings value, and average days on market. |
| [`listings_expiring`](/tools/listings/listings_expiring) | Read-only | Get listings approaching or past their expiration date. |
| [`listings_archive`](/tools/listings/listings_archive) | Updates data | Archive a listing to hide it from active views without deleting it. |
| [`listings_restore`](/tools/listings/listings_restore) | Updates data | Restore a previously archived listing back to active views. |
| [`listings_delete`](/tools/listings/listings_delete) | Irreversible | Permanently delete a listing. |
