Useragent/string
User-Agent string

Safari on macOS

Safari on macOS (desktop). One of the most common strings in our parsing archive.

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30
Feb 2017
first seen
262K+
requests in our archive
desktop
device

What we parse

Read more: Safari · MacOS

Parse this string

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 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30" \
  -H "X-Api-Key: $PARSEAPI_KEY"