Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 532 Bytes

File metadata and controls

15 lines (10 loc) · 532 Bytes

BotResult

Bot detection result:

  • bad - bad bot detected, such as Selenium, Puppeteer, Playwright, headless browsers, and so on
  • good - good bot detected, such as Google bot, Baidu Spider, AlexaBot and so on
  • not_detected - the visitor is not a bot

Enum

  • BAD (value: 'bad')
  • GOOD (value: 'good')
  • NOT_DETECTED (value: 'not_detected')

[Back to Model list] [Back to API list] [Back to README]