Sales Signal Detection
Monitor LinkedIn for buying intent signals - people talking about problems your product solves, comparing tools, or looking for recommendations.Competitor Monitoring
Track what your competitors and their employees are posting on LinkedIn.Hiring & Job Change Alerts
Detect when target accounts are hiring or when key contacts change roles.Trending Content Discovery
Find the most engaging LinkedIn posts in your industry for content inspiration or engagement opportunities.Automated Engagement Pipeline
Set up a pipeline that monitors posts and automatically engages with relevant content.AI Agent Integration
Use the LinkedIn API to give AI agents direct access to LinkedIn data.Webhook-Style Monitoring (Polling Pattern)
OutX doesn’t currently offer webhooks, but you can build a polling-based monitoring system:Related Resources
Quick Start
Make your first API call
LinkedIn API
Direct LinkedIn data access
Posts API
All post filtering options
OutX Blog
Guides and tutorials
Frequently Asked Questions
Q: Can I combine multiple watchlists in a single API call? Yes. When calling/api-posts, you can pass multiple watchlist_id values to retrieve posts from several watchlists at once. You can also omit the watchlist_id parameter entirely to get posts from all your team’s watchlists in a single request.
Q: How do I get notified when new posts arrive? There are two approaches. First, you can poll the
/api-posts endpoint periodically with sort_by=recent_first and track which post IDs you have already seen (see the polling pattern example above). Second, you can set up Slack notifications directly in the OutX UI to receive alerts in your Slack channels without writing any code.
