Bluesky keyword, mention, and hashtag monitor
uplifted_novice_vbl--bluesky-keyword-mention-alertsRun the Apify Bluesky monitor for scheduled keyword, handle, mention, and hashtag alerts. Returns only new public posts by default and can POST matching posts to a webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result ordering. Monitoring uses latest. | latest |
| langs | No | Optional ISO 639-1 language codes. Empty means all languages. | |
| handles | No | Bluesky handles to monitor, with or without @. Watches their own posts and posts that mention them. | |
| onlyNew | No | When true, return only posts not previously delivered by this saved Task. | |
| hashtags | No | Hashtags to watch, with or without #. | |
| keywords | No | Full-text terms or phrases to watch. Provide at least one keyword, handle, or hashtag. | |
| resetState | No | Reset the saved seen-set and cursor once, then turn it off. | |
| webhookUrl | No | Optional webhook endpoint that receives a summary and up to 50 newest matched posts. | |
| excludeTerms | No | Case-insensitive terms that remove matching posts before delivery and billing. | |
| maxPostsPerRun | No | Maximum posts delivered and charged in one run. |