v0.1.0
Initial release of the official CrawlSnap Python SDK.
crawlsnap.init(api_key=...)singleton + explicitCrawlSnapclient- Resource namespacing:
crawlsnap.vector_snap.ip("8.8.8.8"),pulse_snap,subdo_snap - Returns typed data; raises typed exceptions (NotFoundError, QuotaExceededError, RateLimitError, ...)
- Built-in retries with exponential backoff, configurable timeout, auto-pagination
- httpx + pydantic v2; Python 3.8+
Install: pip install crawlsnap