
Bluesky Jetstream Scraper
Pricing
$25.00/month + usage

Bluesky Jetstream Scraper
Bluesky Social Feed Scraper collects posts from Bluesky's Jetstream API. Filter by hashtags, usernames, or languages to gather targeted data. Includes media attachments, user profiles, and reply context. Perfect for social research, trend analysis, and content monitoring on the platform.
0.0 (0)
Pricing
$25.00/month + usage
0
Monthly users
2
Runs succeeded
>99%
Last modified
7 days ago
You can access the Bluesky Jetstream Scraper 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": "0.0",
5 "x-build-id": "Xu8sMzu1SvkSeMlMU"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/skyscraping~bluesky-jetstream-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-skyscraping-bluesky-jetstream-scraper",
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/skyscraping~bluesky-jetstream-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-skyscraping-bluesky-jetstream-scraper",
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/skyscraping~bluesky-jetstream-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-skyscraping-bluesky-jetstream-scraper",
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 "timeLimit"
135 ],
136 "properties": {
137 "hashtags": {
138 "title": "Hashtags",
139 "type": "array",
140 "description": "List of hashtags to filter posts (without the # symbol)",
141 "items": {
142 "type": "string"
143 }
144 },
145 "usernames": {
146 "title": "Usernames",
147 "type": "array",
148 "description": "List of Bluesky usernames to filter posts (will be resolved to DIDs for efficient filtering)",
149 "items": {
150 "type": "string"
151 }
152 },
153 "languages": {
154 "title": "Languages",
155 "uniqueItems": true,
156 "type": "array",
157 "description": "Select languages to filter posts (multiple selection allowed)",
158 "items": {
159 "type": "string",
160 "enum": [
161 "en",
162 "ar",
163 "cs",
164 "zh",
165 "da",
166 "nl",
167 "fi",
168 "fr",
169 "de",
170 "el",
171 "he",
172 "hi",
173 "hu",
174 "id",
175 "it",
176 "ja",
177 "ko",
178 "no",
179 "pl",
180 "pt",
181 "ru",
182 "es",
183 "sv",
184 "th",
185 "tr",
186 "uk",
187 "vi"
188 ],
189 "enumTitles": [
190 "English",
191 "Arabic",
192 "Czech",
193 "Chinese",
194 "Danish",
195 "Dutch",
196 "Finnish",
197 "French",
198 "German",
199 "Greek",
200 "Hebrew",
201 "Hindi",
202 "Hungarian",
203 "Indonesian",
204 "Italian",
205 "Japanese",
206 "Korean",
207 "Norwegian",
208 "Polish",
209 "Portuguese",
210 "Russian",
211 "Spanish",
212 "Swedish",
213 "Thai",
214 "Turkish",
215 "Ukrainian",
216 "Vietnamese"
217 ]
218 }
219 },
220 "wantedCollections": {
221 "title": "Wanted Collections",
222 "uniqueItems": true,
223 "type": "array",
224 "description": "Specific collections to filter from Jetstream (defaults to feed posts)",
225 "items": {
226 "type": "string",
227 "enum": [
228 "app.bsky.feed.post",
229 "app.bsky.feed.like",
230 "app.bsky.feed.repost",
231 "app.bsky.graph.follow",
232 "app.bsky.graph.block",
233 "app.bsky.actor.profile"
234 ],
235 "enumTitles": [
236 "Posts",
237 "Likes",
238 "Reposts",
239 "Follows",
240 "Blocks",
241 "Profiles"
242 ]
243 },
244 "default": [
245 "app.bsky.feed.post"
246 ]
247 },
248 "region": {
249 "title": "Jetstream Region",
250 "enum": [
251 "us-east",
252 "us-west"
253 ],
254 "type": "string",
255 "description": "Region for the Jetstream server",
256 "default": "us-east"
257 },
258 "instance": {
259 "title": "Jetstream Instance",
260 "minimum": 1,
261 "maximum": 2,
262 "type": "integer",
263 "description": "Instance number for the Jetstream server (1 or 2)",
264 "default": 2
265 },
266 "includeMedia": {
267 "title": "Include Media Links",
268 "type": "boolean",
269 "description": "Whether to include URLs for media attachments",
270 "default": true
271 },
272 "includeImages": {
273 "title": "Include Image Links",
274 "type": "boolean",
275 "description": "Whether to include URLs for images in the output",
276 "default": true
277 },
278 "detectLanguage": {
279 "title": "Auto-detect Language",
280 "type": "boolean",
281 "description": "Automatically detect language for posts that don't specify one",
282 "default": true
283 },
284 "enrichUserProfiles": {
285 "title": "Enrich User Profiles",
286 "type": "boolean",
287 "description": "Fetch additional user profile information for authors",
288 "default": true
289 },
290 "includeReplies": {
291 "title": "Include Replies",
292 "type": "boolean",
293 "description": "Include reply information in collected posts",
294 "default": true
295 },
296 "maxPosts": {
297 "title": "Maximum Posts",
298 "minimum": 0,
299 "type": "integer",
300 "description": "Maximum number of posts to collect (0 for unlimited)",
301 "default": 500
302 },
303 "timeLimit": {
304 "title": "Time Limit (minutes)",
305 "minimum": 1,
306 "maximum": 180,
307 "type": "integer",
308 "description": "Maximum time to run the scraper in minutes",
309 "default": 60
310 },
311 "autoReconnect": {
312 "title": "Auto Reconnect",
313 "type": "boolean",
314 "description": "Automatically reconnect if connection is lost",
315 "default": true
316 },
317 "maxRetries": {
318 "title": "Max Reconnection Attempts",
319 "minimum": 1,
320 "maximum": 10,
321 "type": "integer",
322 "description": "Maximum number of times to attempt reconnection",
323 "default": 5
324 },
325 "saveCheckpoints": {
326 "title": "Save Checkpoints",
327 "type": "boolean",
328 "description": "Periodically save data to prevent loss on errors",
329 "default": true
330 },
331 "proxy": {
332 "title": "Proxy Configuration",
333 "type": "object",
334 "description": "Proxy settings for the scraper",
335 "default": {
336 "useApifyProxy": true
337 }
338 },
339 "debugMode": {
340 "title": "Debug Mode",
341 "type": "boolean",
342 "description": "Enable detailed logging for troubleshooting",
343 "default": false
344 },
345 "verboseDebug": {
346 "title": "Verbose Debug",
347 "type": "boolean",
348 "description": "Enable extremely detailed logging for message format diagnostics (warning: generates large logs)",
349 "default": false
350 }
351 }
352 },
353 "runsResponseSchema": {
354 "type": "object",
355 "properties": {
356 "data": {
357 "type": "object",
358 "properties": {
359 "id": {
360 "type": "string"
361 },
362 "actId": {
363 "type": "string"
364 },
365 "userId": {
366 "type": "string"
367 },
368 "startedAt": {
369 "type": "string",
370 "format": "date-time",
371 "example": "2025-01-08T00:00:00.000Z"
372 },
373 "finishedAt": {
374 "type": "string",
375 "format": "date-time",
376 "example": "2025-01-08T00:00:00.000Z"
377 },
378 "status": {
379 "type": "string",
380 "example": "READY"
381 },
382 "meta": {
383 "type": "object",
384 "properties": {
385 "origin": {
386 "type": "string",
387 "example": "API"
388 },
389 "userAgent": {
390 "type": "string"
391 }
392 }
393 },
394 "stats": {
395 "type": "object",
396 "properties": {
397 "inputBodyLen": {
398 "type": "integer",
399 "example": 2000
400 },
401 "rebootCount": {
402 "type": "integer",
403 "example": 0
404 },
405 "restartCount": {
406 "type": "integer",
407 "example": 0
408 },
409 "resurrectCount": {
410 "type": "integer",
411 "example": 0
412 },
413 "computeUnits": {
414 "type": "integer",
415 "example": 0
416 }
417 }
418 },
419 "options": {
420 "type": "object",
421 "properties": {
422 "build": {
423 "type": "string",
424 "example": "latest"
425 },
426 "timeoutSecs": {
427 "type": "integer",
428 "example": 300
429 },
430 "memoryMbytes": {
431 "type": "integer",
432 "example": 1024
433 },
434 "diskMbytes": {
435 "type": "integer",
436 "example": 2048
437 }
438 }
439 },
440 "buildId": {
441 "type": "string"
442 },
443 "defaultKeyValueStoreId": {
444 "type": "string"
445 },
446 "defaultDatasetId": {
447 "type": "string"
448 },
449 "defaultRequestQueueId": {
450 "type": "string"
451 },
452 "buildNumber": {
453 "type": "string",
454 "example": "1.0.0"
455 },
456 "containerUrl": {
457 "type": "string"
458 },
459 "usage": {
460 "type": "object",
461 "properties": {
462 "ACTOR_COMPUTE_UNITS": {
463 "type": "integer",
464 "example": 0
465 },
466 "DATASET_READS": {
467 "type": "integer",
468 "example": 0
469 },
470 "DATASET_WRITES": {
471 "type": "integer",
472 "example": 0
473 },
474 "KEY_VALUE_STORE_READS": {
475 "type": "integer",
476 "example": 0
477 },
478 "KEY_VALUE_STORE_WRITES": {
479 "type": "integer",
480 "example": 1
481 },
482 "KEY_VALUE_STORE_LISTS": {
483 "type": "integer",
484 "example": 0
485 },
486 "REQUEST_QUEUE_READS": {
487 "type": "integer",
488 "example": 0
489 },
490 "REQUEST_QUEUE_WRITES": {
491 "type": "integer",
492 "example": 0
493 },
494 "DATA_TRANSFER_INTERNAL_GBYTES": {
495 "type": "integer",
496 "example": 0
497 },
498 "DATA_TRANSFER_EXTERNAL_GBYTES": {
499 "type": "integer",
500 "example": 0
501 },
502 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
503 "type": "integer",
504 "example": 0
505 },
506 "PROXY_SERPS": {
507 "type": "integer",
508 "example": 0
509 }
510 }
511 },
512 "usageTotalUsd": {
513 "type": "number",
514 "example": 0.00005
515 },
516 "usageUsd": {
517 "type": "object",
518 "properties": {
519 "ACTOR_COMPUTE_UNITS": {
520 "type": "integer",
521 "example": 0
522 },
523 "DATASET_READS": {
524 "type": "integer",
525 "example": 0
526 },
527 "DATASET_WRITES": {
528 "type": "integer",
529 "example": 0
530 },
531 "KEY_VALUE_STORE_READS": {
532 "type": "integer",
533 "example": 0
534 },
535 "KEY_VALUE_STORE_WRITES": {
536 "type": "number",
537 "example": 0.00005
538 },
539 "KEY_VALUE_STORE_LISTS": {
540 "type": "integer",
541 "example": 0
542 },
543 "REQUEST_QUEUE_READS": {
544 "type": "integer",
545 "example": 0
546 },
547 "REQUEST_QUEUE_WRITES": {
548 "type": "integer",
549 "example": 0
550 },
551 "DATA_TRANSFER_INTERNAL_GBYTES": {
552 "type": "integer",
553 "example": 0
554 },
555 "DATA_TRANSFER_EXTERNAL_GBYTES": {
556 "type": "integer",
557 "example": 0
558 },
559 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
560 "type": "integer",
561 "example": 0
562 },
563 "PROXY_SERPS": {
564 "type": "integer",
565 "example": 0
566 }
567 }
568 }
569 }
570 }
571 }
572 }
573 }
574 }
575}
Bluesky Social Feed Collector & Analytics Tool 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 Jetstream Scraper 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:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$25.00