Skip to main content

Sales Signal Detection

Monitor LinkedIn for buying intent signals - people talking about problems your product solves, comparing tools, or looking for recommendations.
What you get: A continuously updated feed of LinkedIn posts from people actively discussing CRM tools, filtered by your keywords and narrowed to the intent labels the watchlist marks as default.
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.
What you get: Every post from competitor company pages, including announcements, product updates, hiring signals, and thought leadership content.

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 read GET /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.

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.
Use this for: Building AI agents that research prospects, generate personalized outreach, or analyze LinkedIn data as part of automated workflows.

Webhook-Style Monitoring (Polling Pattern)

OutX doesn’t currently offer webhooks, but you can build a polling-based monitoring system:

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

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.
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.

Learn More