Browser
Explore what information is available for browsers.
This type represents the software used to access a web application, either by a human or a bot, like a search engine crawler or a feed reader.
Properties
These are the available properties:
- name
The browser's name. For example, "Chrome", "Safari", or "Firefox".
- version
The browser's version. For example, "78.0.3904.108", "13", or "71.0".
- type
The browser type. For example, "web", "in-app", or "crawler".
Browser type
These are the possible values and what they represent:
Value | Description |
---|---|
web | A standard web browser. |
in-app | A browser embedded in an application. |
crawler | A search engine bot or crawler. |
other | Any other browser, like proxies or feed readers. |
unknown | Unknown browser type. |