Engine stats - startpage

Engine name Scores Result count Response time Reliability
startpage 1.4
10
1.6
65

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage25
ParameterCAPTCHA (suspended_time=3600)
Filenamesearx/engines/startpage.py:399
Functionresponse
Coderaise SearxEngineCaptchaException()
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage10
Parameterget_sc_code: got redirected to https://www.startpage.com/sp/captcha (suspended_time=3600)
Filenamesearx/engines/startpage.py:208
Functionget_sc_code
Coderaise SearxEngineCaptchaException(
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]