Key features
- Real-time data delivery: Lowest latency option for streaming Posts as they’re published.
- Precise filtering: Filter for exactly the data you are looking for using Boolean queries with operators.
- Delivery: JSON response over HTTP/1.1 chunked transfer encoding.
- Local datacenter support: Fetch Posts only from the local datacenter to further reduce latency by avoiding replication lag.
The Powerstream API is a premium offering available under select Enterprise plans.If you’re interested in accessing Powerstream or learning more about our Enterprise offerings, please reach out to our Sales team by submitting the Enterprise Request Form.
We’ll be happy to discuss how Powerstream can support your needs.
Quick start
This section showcases how to quickly get started with the PowerStream endpoints using Python with therequests library. Install it via pip install requests. All examples use OAuth 2.0 Bearer Token authentication. Replace YOUR_BEARER_TOKEN with your actual token (store it securely, e.g., via os.getenv('BEARER_TOKEN')).
We’ll cover each en