Create monitor
Create a recurring monitor that runs on a schedule and stores matching events for later review.
POST
Create monitor
POST /api/v1/monitors
Create a recurring monitor to track keywords, profiles, or posts.Create a monitor that runs on a schedule to track keywords, profiles, or posts across LinkedIn, X, Reddit, TikTok, Instagram, and the web.
Example
Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Body
application/json
Human-readable name
Example:
"Competitor mentions"
Monitor type
Available options:
linkedin_keyword, linkedin_profile, linkedin_company, linkedin_post, instagram_profile, instagram_post, x_profile, x_keyword, reddit_keyword, reddit_subreddit, tiktok_keyword, tiktok_hashtag, web_search, site_search Type-specific configuration (query, filters, etc.)
Example:
{
"query": "hiring engineers",
"max_results": 20
}
Cadence in minutes (minimum 60 for scraper-based types: LinkedIn, Instagram, X, Reddit, TikTok; minimum 15 for web)
Max results per run (1-100)
Force fresh scrape bypassing cache
Cache TTL in days for profile/company monitors (1-90)
LinkedIn post URL (required for linkedin_post type)
Response
Monitor created.
Available options:
linkedin_keyword, linkedin_profile, linkedin_company, linkedin_post, instagram_profile, instagram_post, x_profile, x_keyword, reddit_keyword, reddit_subreddit, tiktok_keyword, tiktok_hashtag, web_search, site_search Available options:
active, paused, disabled