Agent web search & research API — structured query, news, and multi-source research with citations
Project description
SearchLane (Python)
Agent web search & research API — structured hits, news search, and multi-source research briefs with citations.
Part of Talocode. Hosted at /v1/searchlane/*.
Install
pip install talocode-searchlane
Usage
from searchlane import SearchLaneClient
client = SearchLaneClient(api_key="your_talocode_key")
# or: export TALOCODE_API_KEY=...
hits = client.query(query="MCP agent tools", limit=5)
news = client.news(query="AI agents", limit=5)
brief = client.research(query="What is llms.txt?", fetch_pages=True)
CLI
export TALOCODE_API_KEY=...
searchlane health
searchlane pricing
searchlane query --query "open source AI tools"
searchlane news --query "AI agents"
searchlane research --query "agent-native APIs"
Auth & base URL
| Env | Default |
|---|---|
TALOCODE_API_KEY |
— |
TALOCODE_BASE_URL |
https://api.talocode.site |
Routes / credits
| Method | Path | Credits |
|---|---|---|
| GET | /v1/searchlane/health |
— |
| GET | /v1/searchlane/pricing |
— |
| GET | /v1/searchlane/capabilities |
— |
| POST | /v1/searchlane/query |
5 |
| POST | /v1/searchlane/news |
8 |
| POST | /v1/searchlane/research |
30 |
License
MIT
Project details
Release history Release notifications | RSS feed
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 talocode_searchlane-0.1.1.tar.gz.
File metadata
- Download URL: talocode_searchlane-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c5a6891137977df51652a36027d913a12681fede24d1ccf9c81a0f80162a2c5
|
|
| MD5 |
e346f72d8666eef4a7ed191a7286b6db
|
|
| BLAKE2b-256 |
13695fee8344d380c7eedca127485ceea584d8e65cc631e20c4c2cdf0da06f7d
|
File details
Details for the file talocode_searchlane-0.1.1-py3-none-any.whl.
File metadata
- Download URL: talocode_searchlane-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cab542fc11b286a946b2910dd8ed09a2a078d232e00991a49698b5599c3a664
|
|
| MD5 |
b09c3efe1af14e661ec1caf9bc862c15
|
|
| BLAKE2b-256 |
d22aef6394c38729fb590c4ef2288ca1a88871f752543218e1455ee4ccd13854
|