# Bluesky Posts from Legal Experts in 2025

**Use case:** 

Retrieve public posts from the EFF and ACLU accounts on Bluesky for 2025. Access insights on legal and policy topics, including profiles.

## Input

```json
{
  "actors": [
    "eff.org",
    "aclu.bsky.social"
  ],
  "lists": [],
  "postUrls": [],
  "feedFilter": "posts_no_replies",
  "afterDate": "2025-01-01",
  "beforeDate": null,
  "maxPostsPerActor": 2500,
  "expandThreads": false,
  "threadDepth": 6,
  "includeProfiles": true,
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "authorHandle": {
    "label": "Handle",
    "format": "text"
  },
  "authorDisplayName": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "date"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "repostCount": {
    "label": "Reposts",
    "format": "number"
  },
  "replyCount": {
    "label": "Replies",
    "format": "number"
  },
  "quoteCount": {
    "label": "Quotes",
    "format": "number"
  },
  "authorFollowers": {
    "label": "Followers",
    "format": "number"
  },
  "hasMedia": {
    "label": "Media",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Historical Archive Scraper - Old Posts by Date & Author](https://apify.com/logiover/bluesky-historical-archive-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bluesky-historical-archive-scraper) to learn more, explore other use cases, and run it yourself.