Engines/webkit
Apple

WebKit

Apple’s layout engine — the heart of Safari and every iOS/iPadOS in-app browser. Chromium forks still advertise AppleWebKit in the UA for compatibility, but real WebKit is what you get on Apple’s stack.

Jan 2015
first seen in our archive
299K
distinct User-Agents
35M+
requests seen

Official: webkit.org·Vendor: Apple

Browsers on WebKit

Directory browsers that primarily ship with this layout engine.

Most parsed browsers →

Parse it

Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response. Paid deep returns the engine as `WebKit` when the string matches.

curl -s "https://api.parseapi.com/useragent?deep=true" \
  -H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1" \
  -H "X-Api-Key: $PARSEAPI_KEY"

# deep.engine → { "name": "WebKit", "version": … }

Example User-Agents

Real strings from our archive that resolve to WebKit. Each opens a full breakdown.