Platform: LinkedIn only. Company watchlists track LinkedIn company pages; there is no Reddit equivalent. Collection requires your team’s OutX Chrome extension to be installed and active (within the last 48 hours). See Choose a watchlist type.
Query Parameters
string
Watchlist ID. If omitted, returns all company watchlists for your team.
Response Fields
array
Array of watchlist objects (when fetching all)
number
Total number of watchlists (when fetching all)
string
Unique identifier for the watchlist
string
Watchlist name
string
URL-friendly slug
string
Always “company” for company watchlists
number
Number of tracked companies
Error Responses
Frequently Asked Questions
How do I get a specific watchlist versus all my company watchlists?
How do I get a specific watchlist versus all my company watchlists?
To get all company watchlists, call
GET /api-company-watchlist without any parameters. To get a specific watchlist, pass the watchlist ID as a query parameter: GET /api-company-watchlist?id=YOUR_WATCHLIST_ID. The single-watchlist response includes additional details like companies_count and associated lists.What fields are returned in the response?
What fields are returned in the response?
When fetching all watchlists, you get a summary array with
id, name, slug, type, and createdAt for each watchlist, plus a total count. When fetching a single watchlist by ID, you also get companies_count (number of tracked companies) and the lists array with associated list details.
