Google’s Chromium layout engine (a 2013 WebKit fork). Powers Chrome, Edge, Opera, Brave, Vivaldi, Samsung Internet, and most Android WebViews. In User-Agents it still often shows up as AppleWebKit/537.36.
Official: www.chromium.org/blink·Vendor: Google
Directory browsers that primarily ship with this layout engine.
Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response. Paid deep returns the engine as `Blink` when the string matches.
curl -s "https://api.parseapi.com/useragent?deep=true" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393" \
-H "X-Api-Key: $PARSEAPI_KEY"
# deep.engine → { "name": "Blink", "version": … }Real strings from our archive that resolve to Blink. Each opens a full breakdown.
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.143932.5M requests · first Jul 2016Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.362.2M requests · first Sep 2017Mozilla/5.0 (Linux; Android 7.1.1; Pixel Build/NMF26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.362.2M requests · first Dec 2016Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.361.5M requests · first May 2017Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.150631.4M requests · first Mar 2017