Libraries
Python SDK for NewsCatcher News API v3
Python client library for the NewsCatcher News API with async support
A Python SDK for the NewsCatcher News API v3, providing both synchronous and asynchronous APIs, intuitive error handling, and native raw HTTP response access.
Requirements
- Python 3.7 or higher
Installation
Core features
Initialize client
Search articles
Latest headlines
Author search
Similar articles
Sources
Subscription
Advanced features
Raw HTTP response
Access raw HTTP response data using the .raw
namespace:
Async support
The SDK supports asynchronous operations. Prepend a
to any method name to use
async:
Error handling
The SDK uses ApiException
for error handling:
Utilities
Rate limit handler
Pagination handler
Additional resources
Was this page helpful?