Python SDK for the Pounce Agent Data API - B2B company signals for AI agents
Project description
Pounce Agent Data SDK
Python SDK for the Pounce Agent Data API - Connect your AI agents to 500k+ B2B company signals.
Installation
pip install pounce-agent-data
Quick Start
from pounce_agent_data import PounceClient
client = PounceClient(api_key="pounce_live_xxx")
# Recent signals
data, rate_limit = client.recent_signals(limit=10, category="saas")
for item in data["items"]:
print(f"{item['domain']}: {item['signal_score']}")
# Semantic search
data, rate_limit = client.search("AI startups in healthcare", limit=20)
for item in data["items"]:
print(f"{item['domain']}: similarity={item['similarity']:.2f}")
# Stream new signals (real-time)
for signal in client.stream(min_score=70):
print(f"New: {signal.domain} (score={signal.signal_score})")
API Key
Get your API key:
- Sign up at pounce.ch
- Subscribe to Pro ($49/month) or Business ($149/month)
- Generate API key in Settings → API Access
Rate Limits
| Tier | Requests/month |
|---|---|
| Pro | 1,000 |
| Business | 10,000 |
Documentation
Support
- Email: hello@pounce.ch
License
MIT
Project details
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 pounce_agent_data-1.1.0.tar.gz.
File metadata
- Download URL: pounce_agent_data-1.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27295192ffcabf4b323dd88e5373e69b32e40f190a6ab1d4eabd95c7e55e01d8
|
|
| MD5 |
0a1600ef1731f8b76131dc2bdb49c423
|
|
| BLAKE2b-256 |
81e371dad41bd0d121492ab7a3d5acd12acfb073b29f03a9daadd5c66a62c947
|
File details
Details for the file pounce_agent_data-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pounce_agent_data-1.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22cd9730ff5ed2ce467c897a295b48da8fd3786ab328f2537e7b4b131a879612
|
|
| MD5 |
1795abe053f64e41c00a69288178f524
|
|
| BLAKE2b-256 |
ab44be3258cfa295581d1c4d034dbaa9f0948ab9b18a2be591d3c952c098085e
|