Engines/khtml
Browser engines

KHTML

KDE’s original HTML engine — the ancestor of WebKit. Mostly historical outside niche Konqueror builds.

Jan 2015
first seen in our archive
988
distinct User-Agents
8.9K+
requests seen

Official: konqueror.org/features/browser.php

Browsers on KHTML

Directory browsers that primarily ship with this layout engine.

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 `KHTML ` when the string matches.

curl -s "https://api.parseapi.com/useragent?deep=true" \
  -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" \
  -H "X-Api-Key: $PARSEAPI_KEY"

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