# User Experience ## Get the Most Visited Areas - [GET /users/{userID}/most-visited](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-experience/getmostvisited.md): Get the most visited areas by a specific user. Query parameter Count determines the number of most visited items to find. Days query parameter determines how many days to consider in the search. ## Get the Recently Visited Areas - [GET /users/{userID}/recently-visited](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/user-experience/getrecentlyvisited.md): Get recently visited areas by a specific user. Query parameter Count determines the number of recently visited areas to find. Days query parameter determines how many days to consider in the search.