Chrome on Linux (desktop). One of the most common strings in our parsing archive.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.9 (KHTML, like Gecko) Chrome/51.0.2704.10650.0.2661.102 Safari/537.9
One GET, browser, OS, device, and bot detection for this exact User-Agent.
curl -s "https://api.parseapi.com/useragent" \ -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.9 (KHTML, like Gecko) Chrome/51.0.2704.10650.0.2661.102 Safari/537.9" \ -H "X-Api-Key: $PARSEAPI_KEY"