Sales Signal Detection
Monitor LinkedIn for buying intent signals - people talking about problems your product solves, comparing tools, or looking for recommendations.sort_by=relevance_first is a Reddit-only value. On a LinkedIn watchlist, sort by recent, popular_first, or engagement. labels=default resolves to whichever labels the watchlist marks as default, so you do not have to name them.Competitor Monitoring
To catch posts where other people mention a competitor, use a keyword watchlist with the competitor’s name as a keyword. See Design your watchlists. A company watchlist follows what the competitor itself posts from its own page, not what is said about it. 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. If you already know who the people are, do not use the keyword recipe below. Put them in a people watchlist and readGET /api-posts?post_type=job_update, which is the structured job-change signal and does not depend on anyone phrasing it a particular way. The keyword scan below is for discovering people you have not identified yet, where a phrase like “excited to announce” is the only handle you have.
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
Can I combine multiple watchlists in a single API call?
Can I combine multiple watchlists in a single API call?
No.
/api-posts reads exactly one watchlist per call: watchlist_id is required and must be a single string. Passing multiple values, or omitting it, returns a 400. To read several watchlists, call /api-posts once per watchlist_id.How do I get notified when new posts arrive?
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 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.
