Seltz Python SDK for AI-powered search
Project Links
Meta
Author: Seltz
Requires Python: >=3.9
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
Programming Language
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Topic
- Software Development :: Libraries :: Python Modules
- Internet :: WWW/HTTP :: Indexing/Search
Seltz Python SDK
Official Python SDK for Seltz, the Web search engine for AI agents.
💾 Installation
pip install seltz
Requires Python 3.9 or higher.
⚡️ Quick Start
from seltz import Seltz
client = Seltz(api_key="your-api-key")
# Search the Web
response = client.search("best ai search engines", max_results=10)
# Access results
for document in response.documents:
print(f"URL: {document.url}")
print(f"Content: {document.content}")
Output:
URL: https://www.best-ai-search-engines.com
Content: Generative AI can make finding information faster and more intuitive.
If you’re tired of traditional search, explore some of the best AI-powered
search engines we've tested...
📚 Documentation
Browse the documentation for more details.
1.1.0
May 07, 2026
1.0.0
Apr 20, 2026
0.3.0
Apr 14, 2026
0.2.0
Mar 04, 2026
0.1.4
Feb 04, 2026
0.1.3
Feb 03, 2026
0.1.2
Jan 30, 2026
0.1.1
Dec 13, 2025
0.1.0
Dec 11, 2025
0.0.1
Dec 03, 2025