Skip to main content
A lightweight Python wrapper for the OutX API. Copy the class below into your project, no package installation needed beyond requests.

Quick Start

The Client Class

Save this as outx.py in your project:

Usage Examples

Monitor Watchlist for Buying Intent

Fetch Profile + Posts Pipeline

Space out LinkedIn Data API calls. The fetch_profile, fetch_posts_by_urn, like_linkedin_post, and comment_linkedin_post methods all execute through real LinkedIn sessions. Add time.sleep(30) between consecutive calls. See Rate Limits.

Create Watchlist + Poll for New Posts

Error Handling

The client raises standard exceptions:

Partnerships

Interested in a collaboration or affiliate partnership? Reach out at support@outx.ai.

Learn More