mac_safari_history
Extract Safari browsing history with timestamps from a macOS system. Filter by URL, title, or time range for targeted analysis.
Instructions
Get Safari browsing history with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| db_path | Yes | Path to Safari History.db | |
| time_end | No | ISO datetime - filter before this time | |
| time_start | No | ISO datetime - filter after this time | |
| url_filter | No | Filter by URL (substring) | |
| title_filter | No | Filter by page title (substring) |