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.1.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.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pounce_agent_data-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 af8b7258cde9d2a1eee6c9366f1fca9dab3d0fcf752b1073fa5d1eef17f3f09f
MD5 437eedee0a4f3d42e093a4b0a98ea8d9
BLAKE2b-256 018f6eee8a5914d4de4c11828dc845bbf32dbf4f5a03147576eb9443b64851b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pounce_agent_data-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 58f4cf9bc5fa87f00379a7187511694834cc594a1f251817524f03cba0933586
MD5 6a0800190637e8996527060dbacf4b52
BLAKE2b-256 420489e01280b433add0561d36635d160052f42dae8907217c2af27d430f39ca

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