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.0.0.tar.gz (4.7 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.0.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file pounce_agent_data-1.0.0.tar.gz.

File metadata

  • Download URL: pounce_agent_data-1.0.0.tar.gz
  • Upload date:
  • Size: 4.7 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.0.0.tar.gz
Algorithm Hash digest
SHA256 76a80c7bb6112a62a5e1728d8d7caabb0bed036dc550f04091efeab88b907584
MD5 d888ff4e1fdbb3c27e18c992128c191a
BLAKE2b-256 c9b85d57538d0ed3487ceeb853b5826770cd2e33005eaa6da5416a3b6556ae09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pounce_agent_data-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 41f92039511b2db586a9f8832c0ea8a7ce6b6e1bc47887cf4b78104ac7ff1425
MD5 01a24764b6d9b1cdd62424cc5a86d3e9
BLAKE2b-256 02d2009d0841cf131d3da1930a62799328f40f4406b806c5d47bace8a7190e6e

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