{
  "openapi": "3.0.1",
  "info": {
    "title": "Bluesky Scraper — Posts, Graphs & AT Protocol",
    "description": "Scrape public Bluesky profiles, posts, threads, search, followers, likes, reposts, lists, feeds, trends, and AT Protocol repository records with stable DID and AT URI provenance.",
    "version": "0.0",
    "x-build-id": "LjCfuvuE2qCBoHJ5M"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapingmonkey~bluesky-at-protocol-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapingmonkey-bluesky-at-protocol-scraper",
        "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/scrapingmonkey~bluesky-at-protocol-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapingmonkey-bluesky-at-protocol-scraper",
        "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/scrapingmonkey~bluesky-at-protocol-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapingmonkey-bluesky-at-protocol-scraper",
        "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": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Scraping mode",
            "enum": [
              "auto",
              "profiles",
              "authorFeeds",
              "posts",
              "threads",
              "postInteractions",
              "searchPosts",
              "searchActors",
              "followers",
              "follows",
              "lists",
              "listItems",
              "actorFeeds",
              "customFeed",
              "popularFeeds",
              "trends",
              "suggestedFollows",
              "repoRecords"
            ],
            "type": "string",
            "description": "Choose a public Bluesky or AT Protocol workflow.",
            "default": "authorFeeds"
          },
          "actors": {
            "title": "Actors",
            "type": "array",
            "description": "Bluesky handles, DIDs, or profile URLs for actor-based modes.",
            "items": {
              "type": "string"
            },
            "default": [
              "bsky.app"
            ]
          },
          "postUris": {
            "title": "Post URIs or URLs",
            "type": "array",
            "description": "AT URIs or public bsky.app post URLs.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "listUris": {
            "title": "List URIs",
            "type": "array",
            "description": "Public at:// list URIs.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "feedUris": {
            "title": "Feed URIs",
            "type": "array",
            "description": "Public at:// custom feed generator URIs.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "searchTerms": {
            "title": "Search terms",
            "type": "array",
            "description": "Queries for public post or actor search.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "startUrls": {
            "title": "Bluesky URLs",
            "type": "array",
            "description": "Public profile or post URLs for auto and post modes.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxItems": {
            "title": "Maximum items per target",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "Maximum records retained for each input target or collection.",
            "default": 100
          },
          "maxPages": {
            "title": "Maximum cursor pages",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum public XRPC cursor pages requested per endpoint.",
            "default": 20
          },
          "searchSort": {
            "title": "Post search sort",
            "enum": [
              "latest",
              "top"
            ],
            "type": "string",
            "description": "Order returned by Bluesky post search.",
            "default": "latest"
          },
          "language": {
            "title": "Post language",
            "type": "string",
            "description": "Optional BCP 47 language filter for post search.",
            "default": ""
          },
          "since": {
            "title": "Search since",
            "type": "string",
            "description": "Optional ISO timestamp lower bound for post search.",
            "default": ""
          },
          "until": {
            "title": "Search until",
            "type": "string",
            "description": "Optional ISO timestamp upper bound for post search.",
            "default": ""
          },
          "feedFilter": {
            "title": "Author feed filter",
            "enum": [
              "posts_with_replies",
              "posts_no_replies",
              "posts_with_media",
              "posts_and_author_threads"
            ],
            "type": "string",
            "description": "Bluesky author-feed filter value.",
            "default": "posts_with_replies"
          },
          "threadDepth": {
            "title": "Thread depth",
            "minimum": 0,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum child depth requested from the thread endpoint.",
            "default": 20
          },
          "parentHeight": {
            "title": "Parent height",
            "minimum": 0,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum number of parent levels requested for a thread.",
            "default": 20
          },
          "interactionTypes": {
            "title": "Interaction types",
            "type": "array",
            "description": "Public likes, reposts, and quote-post relationships to extract.",
            "items": {
              "type": "string"
            },
            "default": [
              "likes",
              "reposts",
              "quotes"
            ]
          },
          "collections": {
            "title": "Repository collections",
            "type": "array",
            "description": "Public AT Protocol collections requested directly from the actor's PDS.",
            "items": {
              "type": "string"
            },
            "default": [
              "app.bsky.feed.post"
            ]
          },
          "maxConcurrency": {
            "title": "Maximum HTTP concurrency",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Maximum public Bluesky targets processed at once.",
            "default": 10
          },
          "country": {
            "title": "Country / region",
            "type": "string",
            "description": "Two-letter ISO country used as the public request region.",
            "default": "US"
          },
          "includeRaw": {
            "title": "Include redacted raw objects",
            "type": "boolean",
            "description": "Add the complete public source object after cookie, authorization, token, and signature fields are redacted. Increases dataset size.",
            "default": false
          },
          "monitorMode": {
            "title": "Change monitoring",
            "enum": [
              "off",
              "onlyNew",
              "newAndChanged"
            ],
            "type": "string",
            "description": "Optionally save only new records or new and changed records between named runs.",
            "default": "off"
          },
          "monitorKey": {
            "title": "Monitor key",
            "type": "string",
            "description": "Stable namespace for comparison state. Use a different key for independent monitors.",
            "default": "default"
          },
          "maxSessionRotations": {
            "title": "Session rotations",
            "minimum": 1,
            "maximum": 6,
            "type": "integer",
            "description": "Maximum fresh residential proxy sessions tried after blocks, limits, or challenges.",
            "default": 3
          },
          "requestTimeoutSecs": {
            "title": "HTTP request timeout",
            "minimum": 15,
            "maximum": 120,
            "type": "integer",
            "description": "Maximum time in seconds for one public HTTP request.",
            "default": 45
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}