User-Agent browsers
QQ Browser
QQ Browser is a web browser with dual engines WebKit and Trident.
- May 2016
- first seen in our archive
- 4.1K
- distinct User-Agents
- 9.1K+
- requests seen
Official: browser.qq.com/mac/en/index.html
Parse it
Send the User-Agent to the API, device, OS, browser, and bot detection come back in one response.
curl -s "https://api.parseapi.com/useragent" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" \
-H "X-Api-Key: $PARSEAPI_KEY"