
Bluesky
3 days trial then $5.00/month - No credit card required now

Bluesky
3 days trial then $5.00/month - No credit card required now
Collect or Search for Posts, Track Followers and Follows, or Find Accounts on Bluesky. It's fast and costs little!
Actor Metrics
8 monthly users
No reviews yet
2 bookmarks
>99% runs succeeded
5.4 hours response time
Created in Nov 2024
Modified 2 months ago
You can access the Bluesky programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "1.4",
5 "x-build-id": "uvNrYBN65JYTTg1XM"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~bluesky/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-bluesky",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/canadesk~bluesky/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-bluesky",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/canadesk~bluesky/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-bluesky",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "keyword"
135 ],
136 "properties": {
137 "process": {
138 "title": "Process",
139 "enum": [
140 "gp",
141 "sp",
142 "gf",
143 "gff",
144 "ga",
145 "sa"
146 ],
147 "type": "string",
148 "description": "",
149 "default": "gp"
150 },
151 "keyword": {
152 "title": "Keyword",
153 "type": "string",
154 "description": "Account name or Keywords to search for."
155 },
156 "last_id": {
157 "title": "Cursor",
158 "type": "string",
159 "description": "Will only extract posts/statuses after this ID."
160 },
161 "lucene": {
162 "title": "Setting - Lucene query syntax",
163 "enum": [
164 "yes",
165 "no"
166 ],
167 "type": "string",
168 "description": "Only applies to Search for Posts. Read the Information tab!",
169 "default": "no"
170 },
171 "postsType": {
172 "title": "Filter - Posts type",
173 "enum": [
174 "posts_with_replies",
175 "posts_no_replies",
176 "posts_with_media",
177 "posts_and_author_threads"
178 ],
179 "type": "string",
180 "description": "Only for Get Posts.",
181 "default": "posts_with_replies"
182 },
183 "sort": {
184 "title": "Filter - Sorting",
185 "enum": [
186 "latest",
187 "top"
188 ],
189 "type": "string",
190 "description": "Only applies to Search for Posts.",
191 "default": "latest"
192 },
193 "lang": {
194 "title": "Filter - Language",
195 "enum": [
196 "all",
197 "en",
198 "es",
199 "fr",
200 "de",
201 "it",
202 "pt",
203 "ru",
204 "zh",
205 "ja",
206 "ko",
207 "ar",
208 "bg",
209 "cs",
210 "da",
211 "el",
212 "fi",
213 "he",
214 "hi",
215 "hr",
216 "hu",
217 "id",
218 "lt",
219 "lv",
220 "ms",
221 "nl",
222 "no",
223 "pl",
224 "ro",
225 "sk",
226 "sl",
227 "sv",
228 "th",
229 "tr",
230 "uk",
231 "vi",
232 "af",
233 "bn",
234 "ca",
235 "fa",
236 "ga",
237 "gl",
238 "gu",
239 "hy",
240 "is",
241 "ka",
242 "km",
243 "kn",
244 "ku",
245 "ml",
246 "mr",
247 "my",
248 "ne",
249 "pa",
250 "si",
251 "sq",
252 "sr",
253 "sw",
254 "ta",
255 "te",
256 "tl",
257 "ur",
258 "uz",
259 "zu"
260 ],
261 "type": "string",
262 "description": "Only applies to Search for Posts.",
263 "default": "all"
264 },
265 "since": {
266 "title": "Filter - Since date",
267 "type": "string",
268 "description": "Format: YYYY-MM-DD"
269 },
270 "until": {
271 "title": "Filter - Until date",
272 "type": "string",
273 "description": "Format: YYYY-MM-DD"
274 },
275 "savings": {
276 "title": "Response format",
277 "enum": [
278 "1",
279 "2"
280 ],
281 "type": "string",
282 "description": "Saves on usage costs by consolidating results into a single row.",
283 "default": "2"
284 },
285 "maximum": {
286 "title": "Maximum results",
287 "minimum": 10,
288 "maximum": 500,
289 "type": "integer",
290 "description": "",
291 "default": 50
292 },
293 "pause": {
294 "title": "Delay",
295 "minimum": 100,
296 "maximum": 30000,
297 "type": "integer",
298 "description": "Wait time between pages extraction.",
299 "default": 1000
300 },
301 "proxy": {
302 "title": "Proxy configuration",
303 "type": "object",
304 "description": "Select proxies to be used by your crawler."
305 }
306 }
307 },
308 "runsResponseSchema": {
309 "type": "object",
310 "properties": {
311 "data": {
312 "type": "object",
313 "properties": {
314 "id": {
315 "type": "string"
316 },
317 "actId": {
318 "type": "string"
319 },
320 "userId": {
321 "type": "string"
322 },
323 "startedAt": {
324 "type": "string",
325 "format": "date-time",
326 "example": "2025-01-08T00:00:00.000Z"
327 },
328 "finishedAt": {
329 "type": "string",
330 "format": "date-time",
331 "example": "2025-01-08T00:00:00.000Z"
332 },
333 "status": {
334 "type": "string",
335 "example": "READY"
336 },
337 "meta": {
338 "type": "object",
339 "properties": {
340 "origin": {
341 "type": "string",
342 "example": "API"
343 },
344 "userAgent": {
345 "type": "string"
346 }
347 }
348 },
349 "stats": {
350 "type": "object",
351 "properties": {
352 "inputBodyLen": {
353 "type": "integer",
354 "example": 2000
355 },
356 "rebootCount": {
357 "type": "integer",
358 "example": 0
359 },
360 "restartCount": {
361 "type": "integer",
362 "example": 0
363 },
364 "resurrectCount": {
365 "type": "integer",
366 "example": 0
367 },
368 "computeUnits": {
369 "type": "integer",
370 "example": 0
371 }
372 }
373 },
374 "options": {
375 "type": "object",
376 "properties": {
377 "build": {
378 "type": "string",
379 "example": "latest"
380 },
381 "timeoutSecs": {
382 "type": "integer",
383 "example": 300
384 },
385 "memoryMbytes": {
386 "type": "integer",
387 "example": 1024
388 },
389 "diskMbytes": {
390 "type": "integer",
391 "example": 2048
392 }
393 }
394 },
395 "buildId": {
396 "type": "string"
397 },
398 "defaultKeyValueStoreId": {
399 "type": "string"
400 },
401 "defaultDatasetId": {
402 "type": "string"
403 },
404 "defaultRequestQueueId": {
405 "type": "string"
406 },
407 "buildNumber": {
408 "type": "string",
409 "example": "1.0.0"
410 },
411 "containerUrl": {
412 "type": "string"
413 },
414 "usage": {
415 "type": "object",
416 "properties": {
417 "ACTOR_COMPUTE_UNITS": {
418 "type": "integer",
419 "example": 0
420 },
421 "DATASET_READS": {
422 "type": "integer",
423 "example": 0
424 },
425 "DATASET_WRITES": {
426 "type": "integer",
427 "example": 0
428 },
429 "KEY_VALUE_STORE_READS": {
430 "type": "integer",
431 "example": 0
432 },
433 "KEY_VALUE_STORE_WRITES": {
434 "type": "integer",
435 "example": 1
436 },
437 "KEY_VALUE_STORE_LISTS": {
438 "type": "integer",
439 "example": 0
440 },
441 "REQUEST_QUEUE_READS": {
442 "type": "integer",
443 "example": 0
444 },
445 "REQUEST_QUEUE_WRITES": {
446 "type": "integer",
447 "example": 0
448 },
449 "DATA_TRANSFER_INTERNAL_GBYTES": {
450 "type": "integer",
451 "example": 0
452 },
453 "DATA_TRANSFER_EXTERNAL_GBYTES": {
454 "type": "integer",
455 "example": 0
456 },
457 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
458 "type": "integer",
459 "example": 0
460 },
461 "PROXY_SERPS": {
462 "type": "integer",
463 "example": 0
464 }
465 }
466 },
467 "usageTotalUsd": {
468 "type": "number",
469 "example": 0.00005
470 },
471 "usageUsd": {
472 "type": "object",
473 "properties": {
474 "ACTOR_COMPUTE_UNITS": {
475 "type": "integer",
476 "example": 0
477 },
478 "DATASET_READS": {
479 "type": "integer",
480 "example": 0
481 },
482 "DATASET_WRITES": {
483 "type": "integer",
484 "example": 0
485 },
486 "KEY_VALUE_STORE_READS": {
487 "type": "integer",
488 "example": 0
489 },
490 "KEY_VALUE_STORE_WRITES": {
491 "type": "number",
492 "example": 0.00005
493 },
494 "KEY_VALUE_STORE_LISTS": {
495 "type": "integer",
496 "example": 0
497 },
498 "REQUEST_QUEUE_READS": {
499 "type": "integer",
500 "example": 0
501 },
502 "REQUEST_QUEUE_WRITES": {
503 "type": "integer",
504 "example": 0
505 },
506 "DATA_TRANSFER_INTERNAL_GBYTES": {
507 "type": "integer",
508 "example": 0
509 },
510 "DATA_TRANSFER_EXTERNAL_GBYTES": {
511 "type": "integer",
512 "example": 0
513 },
514 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
515 "type": "integer",
516 "example": 0
517 },
518 "PROXY_SERPS": {
519 "type": "integer",
520 "example": 0
521 }
522 }
523 }
524 }
525 }
526 }
527 }
528 }
529 }
530}
Bluesky OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Bluesky from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: