Engine stats - startpage

Engine name Scores Result count Response time Reliability
startpage 1.8
10
0.5
25

Errors and exceptions

Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage45
ParameterCAPTCHA (suspended_time=3600)
Filenamesearx/engines/startpage.py:399
Functionresponse
Coderaise SearxEngineCaptchaException()
Exceptionsearx.exceptions.SearxEngineCaptchaExceptionPercentage30
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(
Exceptionjson.decoder.JSONDecodeErrorPercentage0
ParameterExtra data
Filenamesearx/engines/startpage.py:401
Functionresponse
Coderesults_json = loads(results_raw)
Exceptionhttpx.TimeoutExceptionPercentage0
Filenamesearx/search/processors/online.py:205
Function_send_http_request
Coderesponse = req(params["url"], **request_args) # pyright: ignore[reportArgumentType]