Skip to main content

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:

  1. Sign up at pounce.ch
  2. Subscribe to Pro ($49/month) or Business ($149/month)
  3. Generate API key in Settings → API Access

Rate Limits

Tier Requests/month
Pro 1,000
Business 10,000

Documentation

Support

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

pounce_agent_data-1.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pounce_agent_data-1.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

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

Hashes for pounce_agent_data-1.1.0.tar.gz
Algorithm Hash digest
SHA256 27295192ffcabf4b323dd88e5373e69b32e40f190a6ab1d4eabd95c7e55e01d8
MD5 0a1600ef1731f8b76131dc2bdb49c423
BLAKE2b-256 81e371dad41bd0d121492ab7a3d5acd12acfb073b29f03a9daadd5c66a62c947

See more details on using hashes here.

File details

Details for the file pounce_agent_data-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pounce_agent_data-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22cd9730ff5ed2ce467c897a295b48da8fd3786ab328f2537e7b4b131a879612
MD5 1795abe053f64e41c00a69288178f524
BLAKE2b-256 ab44be3258cfa295581d1c4d034dbaa9f0948ab9b18a2be591d3c952c098085e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page