<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebHistory/item(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WebHistory(im)itemForURL:"
  },
  "title" : "item(for:)"
}
-->

# item(for:)

Returns the web history item that corresponds to the specified web location.

```
func item(for URL: URL!) -> WebHistoryItem!
```

## Parameters

`URL`

The location, as a URL, of the webpage that was visited.

## Return Value

The web history item that represents visits to the specified URL, or `nil` if none was found.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)