
Engine stats - pinterest
| Engine name | Scores | Result count | Response time | Reliability | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.2 |
|
75 |
Errors and exceptions
| Exception | KeyError | Percentage | 10 |
|---|---|---|---|
| Filename | searx/engines/pinterest.py:43 | ||
| Function | response | ||
| Code | 'engine_data': json_resp['resource_response']['bookmark'], | ||
| Exception | searx.exceptions.SearxEngineAccessDeniedException | Percentage | 10 |
|---|---|---|---|
| Parameter | HTTP error 403 | ||
| Filename | searx/search/processors/online.py:118 | ||
| Function | _send_http_request | ||
| Code | response = req(params['url'], **request_args) | ||
| Exception | KeyError | Percentage | 5 |
|---|---|---|---|
| Filename | searx/engines/pinterest.py:54 | ||
| Function | response | ||
| Code | 'url': result['link'] or f"{base_url}/pin/{result['id']}/", | ||