# Find developer community members on Bluesky

**Use case:** 

Extract Bluesky developer and engineer profiles with handles, descriptions, and follower networks for community mapping.

## Input

```json
{
  "query": "software developer",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "avatar": {
    "label": "Avatar"
  },
  "displayName": {
    "label": "Display name"
  },
  "username": {
    "label": "Username"
  },
  "followersCount": {
    "label": "Followers count"
  },
  "followsCount": {
    "label": "Follows count"
  },
  "postsCount": {
    "label": "Posts count"
  },
  "description": {
    "label": "Description"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Bluesky Users Scraper](https://apify.com/lexis-solutions/bluesky-users-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/bluesky-users-scraper) to learn more, explore other use cases, and run it yourself.