# Bluesky Scraper: Posts, Profiles, Followers & Search (`perconey/bluesky-scraper-pro`) Actor

Scrape Bluesky (AT Protocol) posts, profiles, followers, follows, likes, threads, search results, and feeds - no browser, no proxies, no cookies. Pay only for results you receive.

- **URL**: https://apify.com/perconey/bluesky-scraper-pro.md
- **Developed by:** [Perconey](https://apify.com/perconey) (community)
- **Categories:** Social media, Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 50.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 result items

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Bluesky Scraper - Posts, Profiles, Followers, Threads & Search

**Scrape Bluesky** (AT Protocol) at the source - posts, user profiles, follower / follows lists, full post threads, search results and custom feeds. No browser, no proxies, no cookies. The actor calls the **official Bluesky AppView API** directly, so the data you get is the same data the Bluesky client gets, with full fidelity. Try it from the **Input** tab on this page - most actions work without a Bluesky account.

If you've used Twitter / X scrapers and want the same workflow on Bluesky, this is the drop-in replacement.

### Use cases

- **Brand monitoring** - track posts mentioning your brand, watch hashtags, alert on viral mentions via webhook.
- **Influencer / KOL research** - `searchActors` + `getProfile` gives follower counts, post volume, bio keywords across the whole network.
- **Lead generation** - pull followers of competitor accounts, enrich with profile data, push to your CRM.
- **Newsroom / OSINT** - `getAuthorFeed` with `since=YYYY-MM-DD` to monitor specific accounts; `getPostThread` to capture full discussion threads.
- **Research datasets** - combine `searchPosts` + date range filters to build longitudinal text corpora for NLP / sentiment analysis.
- **Cross-platform analytics** - export Bluesky data side-by-side with X/Twitter, Instagram, LinkedIn data (each available as a separate Apify actor).

### Why use this Bluesky scraper?

- **10 actions in one Actor** - search posts, get profiles, fetch follower lists, follow lists, threads with replies, likes, reposts, user search, custom feeds.
- **Bring-your-own-auth for search** - Bluesky's `searchPosts` endpoint requires login. Use an **App Password** (not your real password) so your account stays safe.
- **No login needed for everything else** - profiles, feeds, followers, threads, likes etc. work fully anonymously through the public AppView.
- **Pay-per-result pricing** - you only pay for items you actually receive. Stop a run at any time and the meter stops.
- **Built-in filters** - date range, language, minimum likes / reposts / replies, hashtag, domain, author, mention, sort order.
- **Clean structured output** - heavily nested AT Protocol records get flattened into 30+ table columns ready for CSV / Excel export.
- **API + scheduler + integrations** - run from the Apify API, schedule on a cron, pipe into Make, Zapier, Google Sheets, Slack or your own database.

### How to use the Bluesky scraper

1. Pick an action from the **What do you want to scrape?** dropdown (e.g. *Get a user's posts*).
2. Fill **Queries / Handles / URLs / URIs** with one entry per line. The placeholder in the field tells you exactly what format the action expects.
3. Set **Max items per query** (default 100). Use 0 for unlimited.
4. Optional: add date / language / engagement filters.
5. For `searchPosts`: add your **Bluesky handle** + **App Password** (generated at <https://bsky.app/settings/app-passwords>).
6. Click **Save & Start**. Results stream into the Dataset tab in real time. Export as JSON, CSV, Excel, HTML or XML, or read them through the Apify API.

### Input

| Field | Required | What it does |
|---|---|---|
| `action` | yes | Which Bluesky API to call. 10 supported actions. |
| `queries` | yes | One or more keywords / handles / Bluesky URLs / AT-URIs. The exact format depends on the action - the form shows hints. |
| `maxItems` | no | Max results per query (0 = unlimited). |
| `since` / `until` | no | ISO date range for `searchPosts` / `getAuthorFeed`. |
| `lang` | no | ISO 639-1 language filter (`en`, `pl`, `ja`, ...). |
| `sortOrder` | no | `latest` or `top` for `searchPosts`. |
| `minLikes` / `minReposts` / `minReplies` | no | Engagement floors - useful for finding viral posts. |
| `fromAuthor` / `mentionsActor` / `tag` / `domain` | no | Extra filters for `searchPosts`. |
| `includeReplies` / `includeReposts` | no | For `getAuthorFeed`. |
| `authHandle` / `authAppPassword` | no | Only used for `searchPosts` (mandatory there) and for accessing follower-only feeds. |

### Output

Every run produces one **Dataset** with one item per result. Items share a common shape and add fields per type.

**Real example - `getProfiles` on 6 famous accounts:**

```json
[
  { "_type": "profile", "_action": "getProfiles", "_query": "bsky.app",
    "did": "did:plc:z72i7hdynmk6r22z27h6tvur", "handle": "bsky.app",
    "displayName": "Bluesky", "followersCount": 33234907, "followsCount": 5, "postsCount": 749,
    "url": "https://bsky.app/profile/bsky.app", "createdAt": "2023-04-12T04:53:57.057Z" },
  { "_type": "profile", "_action": "getProfiles", "_query": "nytimes.com",
    "handle": "nytimes.com", "displayName": "The New York Times",
    "followersCount": 1317515, "postsCount": 35936 },
  { "_type": "profile", "_action": "getProfiles", "_query": "techcrunch.com",
    "handle": "techcrunch.com", "followersCount": 225348, "postsCount": 17823 },
  { "_type": "profile", "_action": "getProfiles", "_query": "github.com",
    "handle": "github.com", "followersCount": 59115, "postsCount": 395 }
]
````

**Real example - `getAuthorFeed` on `bsky.app` (5 most recent posts):**

```json
[
  { "_type": "post", "_action": "getAuthorFeed", "_query": "bsky.app",
    "uri": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3ml7bvrr4yk2l",
    "url": "https://bsky.app/profile/bsky.app/post/3ml7bvrr4yk2l",
    "handle": "bsky.app", "displayName": "Bluesky",
    "text": "v1.121 is live! We've increased the quality of photos in posts by doubling the ...",
    "createdAt": "2026-05-09T16:14:22.000Z",
    "langs": ["en"], "likeCount": 7190, "repostCount": 412, "replyCount": 187, "quoteCount": 38 }
]
```

**Real example - `searchActors` for `"web scraping"` (top 5):**

```json
[
  { "_type": "profile", "handle": "osintsupport.bsky.social", "displayName": "OsintSupport",
    "description": "Open Source Intelligence | Web Scraping | Reverse Engineering" },
  { "_type": "profile", "handle": "otsch.codes", "displayName": "otsch (Christian Olear)",
    "description": "Web Developer, PHP enthusiast." }
]
```

You can download the dataset in various formats such as **JSON, JSON-Lines, CSV, Excel, HTML or XML**, or fetch it programmatically through the [Apify Dataset API](https://docs.apify.com/api/v2#/reference/datasets).

### Data fields

| Field | Type | Description |
|---|---|---|
| `_type` | string | `post`, `repost`, `profile`, or `error` |
| `_action` | string | The action that produced this row |
| `_query` | string | Which input query produced this row |
| `uri` / `cid` | string | AT-URI and content ID of the post |
| `url` | string | Web link on bsky.app |
| `did` / `handle` / `displayName` / `avatar` | string | Author identity |
| `text` / `langs` | string / array | Post content + language tags |
| `createdAt` / `indexedAt` | ISO 8601 | Authoring vs server time |
| `likeCount` / `repostCount` / `replyCount` / `quoteCount` | int | Engagement |
| `tags` / `mentions` / `externalLinks` | array | Extracted from rich-text facets |
| `embed` | object | Quoted post, image set, or external link card |
| `replyParent` / `replyRoot` | AT-URI | Reply context |
| `repostedBy` | object | Present when the row is a repost surfaced through a feed |
| `followersCount` / `followsCount` / `postsCount` | int | Profile rows only |
| `description` / `banner` | string | Profile rows only |
| `threadDepth` | int | `getPostThread` only - 0 = root, 1 = direct reply, ... |
| `likedAt` | ISO 8601 | `getLikes` only - when the user liked the post |

### Pricing - what does scraping Bluesky cost?

Pricing is **pay-per-result** - you pay only for items you receive. A budget cap on each run means you'll never spend more than you set in the run options.

**Sample budgets** at the published per-item price:

| Use case | Items | Approx. cost |
|---|---|---|
| Fetch one profile | 1 | a few hundredths of a cent |
| Monitor a hashtag (latest 500 posts) | 500 | a fraction of a dollar |
| Pull a user's 10 000 most recent posts | 10 000 | a few dollars |
| Audit a 100k-follower account | 100 000 | depends on the published rate × volume |

See the **Pricing** section on this page for the exact per-item rate. Apify also offers a free starter credit that covers thousands of items.

### Tips & advanced options

- **Search needs login.** Bluesky restricts `searchPosts` to authenticated calls. Always use an [App Password](https://bsky.app/settings/app-passwords), never your real account password - it's revocable, scoped, and audit-logged.
- **Pagination is automatic.** The actor walks AT Protocol cursors transparently up to `maxItems`. Set `maxItems` carefully - a popular hashtag has *millions* of posts.
- **Use `since` / `until`.** When monitoring a query on a schedule, set `since` to the last run time so you only collect new posts. This keeps cost flat regardless of post history.
- **Filtering happens post-fetch.** `minLikes`, `minReposts`, `minReplies`, `lang` filters apply after results return, so they reduce dataset items but don't reduce upstream calls. To skip silent items entirely, lean on `sortOrder=top` and a small `maxItems`.
- **DIDs are stable.** Handles can change; DIDs cannot. Store DIDs if you build longitudinal datasets.
- **Custom feeds.** Pass a feed URL like `https://bsky.app/profile/<owner>/feed/<rkey>` to `getFeed` to scrape any community-curated algorithm.

### Integrations

The actor is available through the standard Apify surface area:

- **REST API** - `POST /v2/acts/perconey~bluesky-scraper-pro/runs`
- **Scheduler** - cron-style schedules in the Apify console
- **Webhooks** - Slack, Discord, email, custom endpoints on `RUN_SUCCEEDED`
- **Sheets / Notion / Airtable / Google Drive** via the [Apify Integrations](https://apify.com/integrations) catalog
- **Make / Zapier / n8n** via the same catalog

### FAQ

**Do I need a Bluesky account?**
Only for the `searchPosts` action. Every other action works anonymously.

**Is this allowed by Bluesky's terms of service?**
The actor uses the public AT Protocol AppView API exactly the way a browser or the Bluesky mobile app does. The AT Protocol was designed as an open federated network - public data is intentionally open. We still **strongly recommend** using results responsibly: respect privacy, attribute creators, and don't redistribute private/limited content. You are responsible for your use.

**Why is the data so much richer than what bsky.app shows?**
We surface the raw fields the AppView API returns - including `cid`, label states, embed records, facets, and indexed-vs-created timestamps. That's the same data the protocol exposes; the official client just doesn't render most of it.

**Can I get historical posts older than a year?**
Yes - Bluesky retains posts indefinitely on the network. Use `since` / `until` to bound a range. Note that `searchPosts` only indexes the past ~year of content; for older posts use `getAuthorFeed` with a date range.

**What about rate limits?**
The AppView allows reasonable per-IP traffic. The actor paces calls (~8 req/s), retries on 429 with `Retry-After` honour, and backs off on 5xx. Heavy parallel runs may still hit limits - start with one run.

### Support & feedback

Found a bug, want a new action, or need a custom version? Open an issue from the **Issues** tab on the Apify page, or message **@perconey.bsky.social** on Bluesky.

We can also build private / on-premises versions of this scraper or related AT Protocol tools.

***

*Disclaimer: this scraper reads public Bluesky data only. Don't use it to harass users, dox accounts, or violate the [Bluesky Community Guidelines](https://bsky.social/about/support/community-guidelines).*

# Actor input Schema

## `action` (type: `string`):

Choose the type of data to collect. Each action accepts different inputs (filled below).

## `queries` (type: `array`):

What to look up. Format depends on the action:
• searchPosts / searchActors → search keywords (e.g. "openai", "#crypto")
• getAuthorFeed / getProfiles / getFollowers / getFollows → Bluesky handles (e.g. bsky.app) or DIDs
• getPostThread / getLikes / getReposts → full post URLs (https://bsky.app/profile/.../post/...) or AT-URIs (at://did:.../app.bsky.feed.post/...)
• getFeed → feed URLs or AT-URIs

## `maxItems` (type: `integer`):

Maximum items returned per input query. Pagination stops when reached. 0 means unlimited.

## `since` (type: `string`):

Only return posts created on/after this date. Format: 2024-01-01 or 2024-01-01T00:00:00Z. Applies to searchPosts and getAuthorFeed.

## `until` (type: `string`):

Only return posts created before this date. Same format as 'since'.

## `lang` (type: `string`):

Filter posts by ISO 639-1 language code (e.g. 'en', 'pl', 'ja'). Only applied for searchPosts.

## `sortOrder` (type: `string`):

Order of results from searchPosts. 'latest' = newest first, 'top' = most engagement first.

## `minLikes` (type: `integer`):

Skip posts with fewer likes than this. Applied post-fetch to results from searchPosts / getAuthorFeed.

## `minReposts` (type: `integer`):

Skip posts with fewer reposts than this.

## `minReplies` (type: `integer`):

Skip posts with fewer replies than this.

## `fromAuthor` (type: `string`):

When using searchPosts, restrict to posts from this Bluesky handle.

## `mentionsActor` (type: `string`):

When using searchPosts, restrict to posts mentioning this handle.

## `tag` (type: `string`):

When using searchPosts, restrict to posts using this hashtag (without #).

## `domain` (type: `string`):

When using searchPosts, only posts that link to this domain (e.g. 'github.com').

## `includeReplies` (type: `boolean`):

For getAuthorFeed: include the author's replies to other people's posts.

## `includeReposts` (type: `boolean`):

For getAuthorFeed: include reposts shared by the author.

## `authHandle` (type: `string`):

Your Bluesky handle, e.g. you.bsky.social. searchPosts requires login on the public AppView. NEVER use your account password - generate an App Password at bsky.app › Settings › Privacy & Security › App Passwords.

## `authAppPassword` (type: `string`):

Generated at bsky.app › Settings › App Passwords. Looks like xxxx-xxxx-xxxx-xxxx. Stored securely by Apify, only used to obtain a short-lived session token from Bluesky.

## `service` (type: `string`):

Default: https://public.api.bsky.app (Bluesky AppView, no auth required for most endpoints). Change only if you self-host or know what you're doing.

## Actor input object example

```json
{
  "action": "getProfiles",
  "queries": [
    "bsky.app"
  ],
  "maxItems": 100,
  "sortOrder": "latest",
  "minLikes": 0,
  "minReposts": 0,
  "minReplies": 0,
  "includeReplies": true,
  "includeReposts": true,
  "service": "https://public.api.bsky.app"
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "bsky.app"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("perconey/bluesky-scraper-pro").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": ["bsky.app"] }

# Run the Actor and wait for it to finish
run = client.actor("perconey/bluesky-scraper-pro").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "bsky.app"
  ]
}' |
apify call perconey/bluesky-scraper-pro --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=perconey/bluesky-scraper-pro",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bluesky Scraper: Posts, Profiles, Followers & Search",
        "description": "Scrape Bluesky (AT Protocol) posts, profiles, followers, follows, likes, threads, search results, and feeds - no browser, no proxies, no cookies. Pay only for results you receive.",
        "version": "0.3",
        "x-build-id": "WUtFeg2gQC3gik20o"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/perconey~bluesky-scraper-pro/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-perconey-bluesky-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/perconey~bluesky-scraper-pro/runs": {
            "post": {
                "operationId": "runs-sync-perconey-bluesky-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/perconey~bluesky-scraper-pro/run-sync": {
            "post": {
                "operationId": "run-sync-perconey-bluesky-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "action",
                    "queries"
                ],
                "properties": {
                    "action": {
                        "title": "What do you want to scrape?",
                        "enum": [
                            "getProfiles",
                            "getAuthorFeed",
                            "getFollowers",
                            "getFollows",
                            "getPostThread",
                            "getLikes",
                            "getReposts",
                            "searchActors",
                            "getFeed",
                            "searchPosts"
                        ],
                        "type": "string",
                        "description": "Choose the type of data to collect. Each action accepts different inputs (filled below).",
                        "default": "getProfiles"
                    },
                    "queries": {
                        "title": "Queries / Handles / URLs / URIs",
                        "type": "array",
                        "description": "What to look up. Format depends on the action:\n• searchPosts / searchActors → search keywords (e.g. \"openai\", \"#crypto\")\n• getAuthorFeed / getProfiles / getFollowers / getFollows → Bluesky handles (e.g. bsky.app) or DIDs\n• getPostThread / getLikes / getReposts → full post URLs (https://bsky.app/profile/.../post/...) or AT-URIs (at://did:.../app.bsky.feed.post/...)\n• getFeed → feed URLs or AT-URIs",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Max items per query",
                        "minimum": 0,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum items returned per input query. Pagination stops when reached. 0 means unlimited.",
                        "default": 100
                    },
                    "since": {
                        "title": "Since (ISO date)",
                        "type": "string",
                        "description": "Only return posts created on/after this date. Format: 2024-01-01 or 2024-01-01T00:00:00Z. Applies to searchPosts and getAuthorFeed."
                    },
                    "until": {
                        "title": "Until (ISO date)",
                        "type": "string",
                        "description": "Only return posts created before this date. Same format as 'since'."
                    },
                    "lang": {
                        "title": "Language filter",
                        "type": "string",
                        "description": "Filter posts by ISO 639-1 language code (e.g. 'en', 'pl', 'ja'). Only applied for searchPosts."
                    },
                    "sortOrder": {
                        "title": "Sort order (search only)",
                        "enum": [
                            "latest",
                            "top"
                        ],
                        "type": "string",
                        "description": "Order of results from searchPosts. 'latest' = newest first, 'top' = most engagement first.",
                        "default": "latest"
                    },
                    "minLikes": {
                        "title": "Minimum likes filter",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip posts with fewer likes than this. Applied post-fetch to results from searchPosts / getAuthorFeed.",
                        "default": 0
                    },
                    "minReposts": {
                        "title": "Minimum reposts filter",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip posts with fewer reposts than this.",
                        "default": 0
                    },
                    "minReplies": {
                        "title": "Minimum replies filter",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip posts with fewer replies than this.",
                        "default": 0
                    },
                    "fromAuthor": {
                        "title": "Limit to author (search only)",
                        "type": "string",
                        "description": "When using searchPosts, restrict to posts from this Bluesky handle."
                    },
                    "mentionsActor": {
                        "title": "Mentions actor (search only)",
                        "type": "string",
                        "description": "When using searchPosts, restrict to posts mentioning this handle."
                    },
                    "tag": {
                        "title": "Hashtag filter (search only)",
                        "type": "string",
                        "description": "When using searchPosts, restrict to posts using this hashtag (without #)."
                    },
                    "domain": {
                        "title": "Domain filter (search only)",
                        "type": "string",
                        "description": "When using searchPosts, only posts that link to this domain (e.g. 'github.com')."
                    },
                    "includeReplies": {
                        "title": "Include replies",
                        "type": "boolean",
                        "description": "For getAuthorFeed: include the author's replies to other people's posts.",
                        "default": true
                    },
                    "includeReposts": {
                        "title": "Include reposts",
                        "type": "boolean",
                        "description": "For getAuthorFeed: include reposts shared by the author.",
                        "default": true
                    },
                    "authHandle": {
                        "title": "Bluesky login handle (only for searchPosts / getFeed)",
                        "type": "string",
                        "description": "Your Bluesky handle, e.g. you.bsky.social. searchPosts requires login on the public AppView. NEVER use your account password - generate an App Password at bsky.app › Settings › Privacy & Security › App Passwords."
                    },
                    "authAppPassword": {
                        "title": "Bluesky App Password",
                        "type": "string",
                        "description": "Generated at bsky.app › Settings › App Passwords. Looks like xxxx-xxxx-xxxx-xxxx. Stored securely by Apify, only used to obtain a short-lived session token from Bluesky."
                    },
                    "service": {
                        "title": "AT Protocol service host (advanced)",
                        "type": "string",
                        "description": "Default: https://public.api.bsky.app (Bluesky AppView, no auth required for most endpoints). Change only if you self-host or know what you're doing.",
                        "default": "https://public.api.bsky.app"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
