Get Data
- POSTWeb Page Content
- POSTWeb Page Screenshot
- POSTYouTube Video Transcript
- POSTYouTube Channel Data
- POSTGet Twitter Users
- POSTGet Company Earnings Info
- POSTGet Company Financial Profile
- POSTGet Domain Information
- POSTGoogle News Data
- POSTYouTube Search Results
- POSTSearch Results
- POSTGet Recent Tweets
- POSTGet LinkedIn Profile
- POSTFind LinkedIn Profile
- POSTGet LinkedIn Activity
- POSTEnrich Company Data
- POSTGet Bluesky Posts
- POSTSearch Bluesky Posts
- POSTGet Instagram Profile
- POSTGet Instagram Followers
Advanced
Create Output
Agent Discovery
Get Data
Search Bluesky Posts
Search for Bluesky posts matching specific keywords or criteria to gather social media insights.
POST
/
action
/
search_bluesky_posts
curl --request POST \
--url https://api-lr.agent.ai/v1/action/search_bluesky_posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "artificial intelligence",
"num_posts": 1
}'
{
"status": 200,
"response": [
{
"author": {
"displayName": "",
"handle": "insurencecompanie.bsky.social"
},
"cid": "bafyreigh6t7gf2opl5sl72ej6zi46y6mnvff7lncpju7jv2uzphqno5muu",
"createdAt": "2025-02-12T00:14:58.952Z",
"likeCount": 0,
"replyCount": 0,
"repostCount": 0,
"text": "Tariff, trade with Visa to dominate talks\n\nMichael Balman An foreign policy analyst Afp Narendra Modi in artificial intelligence action in Paris on Tuesday When the Prime Minister of India Narendra is a modicer of Washington and meets Donald DLing President Week, there will be some warm hugs and…",
"uri": "at://did:plc:bvuaxil7a2fpcnxkgpgzbois/app.bsky.feed.post/3lhwveizrl62o"
}
]
}
Authorizations
Bearer token from your account (https://agent.ai/user/settings#credits)
Body
application/json
Response
200 - application/json
Bluesky posts search results
The response is of type object
.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/search_bluesky_posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "artificial intelligence",
"num_posts": 1
}'
{
"status": 200,
"response": [
{
"author": {
"displayName": "",
"handle": "insurencecompanie.bsky.social"
},
"cid": "bafyreigh6t7gf2opl5sl72ej6zi46y6mnvff7lncpju7jv2uzphqno5muu",
"createdAt": "2025-02-12T00:14:58.952Z",
"likeCount": 0,
"replyCount": 0,
"repostCount": 0,
"text": "Tariff, trade with Visa to dominate talks\n\nMichael Balman An foreign policy analyst Afp Narendra Modi in artificial intelligence action in Paris on Tuesday When the Prime Minister of India Narendra is a modicer of Washington and meets Donald DLing President Week, there will be some warm hugs and…",
"uri": "at://did:plc:bvuaxil7a2fpcnxkgpgzbois/app.bsky.feed.post/3lhwveizrl62o"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.