Reserp Haystack Integration
ReserpWebSearch exposes the Reserp Google Search API as a minimal Haystack component.
The component accepts the public Reserp request field—a complete Google Search URL—makes one request, and returns the public JSON under Haystack's required output key. It adds no retries, timeout policy, concurrency management, caching, queues, result conversion, or automatic pagination.
Installation
pip install reserp-haystack
Usage
from haystack.utils import Secret
from haystack_integrations.components.websearch.reserp import ReserpWebSearch
search = ReserpWebSearch(api_key=Secret.from_env_var("RESERP_API_KEY"))
result = search.run(
url="https://www.google.com/search?q=photonic+computing&gl=us&hl=en"
)
print(result["response"])
The surrounding pipeline owns retries, timeouts, task queues, concurrency, observability, and pagination. See the Reserp API documentation and OpenAPI definition.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reserp_haystack-0.1.0.tar.gz.
File metadata
- Download URL: reserp_haystack-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
238cb6ecd1d70e0412d553a1b8f59f29899f856927c4e670007e331169959f6b
|
|
| MD5 |
a18162da17811a4df3d584cfce7f432a
|
|
| BLAKE2b-256 |
e4df218ccaa9de63d3e92abc3d7f28a7ffb5e852abf52413c90c744d33e0a7fc
|
File details
Details for the file reserp_haystack-0.1.0-py3-none-any.whl.
File metadata
- Download URL: reserp_haystack-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15115efcefb6c4f9d48639102cdb0cb6f3dd69c0566a4b4bda97601e5934799f
|
|
| MD5 |
c076ff3ccdcb3c5761c1ba23baad035a
|
|
| BLAKE2b-256 |
60d3c9d8dfb644ce9a1533f019e3ed87295eb2571195e6d484e78aa713436738
|