Close menu
Explore Plans
Mobile menu Close menu
Bluesky

New post from search

Pro icon This trigger fires when a new post matches your search criteria.

Developer info

API endpoint slug
bluesky.new_post_from_search

Trigger fields

Search query Text input > Other

Label
Custom Search Query
Helper text
Enter your search terms. You can use Lucene query syntax for advanced searches. Note that if you specify a query here, it will be combined with any values provided in the other fields with an AND operator.
Slug
search_query
Required
true
Can have default value
true

Mentions Text input > Other

Label
Mentions
Helper text
Find posts that mention this account handle.
Slug
mentions
Required
true
Can have default value
true

Author Text input > Other

Label
Author
Helper text
Find posts by this author handle.
Slug
author
Required
true
Can have default value
true

Language Text input > Other

Label
Language
Helper text
Find posts in this language (e.g., en, es, fr).
Slug
language
Required
true
Can have default value
true

Domain Text input > Other

Label
Domain
Helper text
Find posts linking to this domain (hostname only)
Slug
domain
Required
true
Can have default value
true

Url Text input > Other

Label
URL
Helper text
Find posts linking to this specific URL.
Slug
url
Required
true
Can have default value
true

Tags Text input > Other

Label
Tags
Helper text
Find posts with these hashtags (do not include # prefix).
Slug
tags
Required
true
Can have default value
true

Ingredients

Author display name

Slug
author_display_name
Filter code
Bluesky.newPostFromSearch.AuthorDisplayName
Type
String
Example
Jane Doe

Author handle

Slug
author_handle
Filter code
Bluesky.newPostFromSearch.AuthorHandle
Type
String
Example
janedoe.bsky.social

Post text

Slug
post_text
Filter code
Bluesky.newPostFromSearch.PostText
Type
String
Example
Just posted this amazing update on Bluesky!

Post url

Slug
post_url
Filter code
Bluesky.newPostFromSearch.PostUrl
Type
String
Example
https://bsky.app/profile/janedoe.bsky.social/post/abc123

Post

Slug
post_id
Filter code
Bluesky.newPostFromSearch.PostId
Type
String
Example
abc123def456

Likes count

Slug
likes_count
Filter code
Bluesky.newPostFromSearch.LikesCount
Type
String
Example
42

Reposts count

Slug
reposts_count
Filter code
Bluesky.newPostFromSearch.RepostsCount
Type
String
Example
15

Reply count

Slug
reply_count
Filter code
Bluesky.newPostFromSearch.ReplyCount
Type
String
Example
8

Quote count

Slug
quote_count
Filter code
Bluesky.newPostFromSearch.QuoteCount
Type
String
Example
3

Created at

Slug
created_at
Filter code
Bluesky.newPostFromSearch.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00