# Find Apify Scraper Developers Fast

**Use case:** 

Find Apify Scraper Developers Fast by collecting public profiles for hiring, vendor research, and outreach lists.

## Input

```json
{
  "maxItems": 50,
  "query": "scraper"
}
```

## Output

```json
{
  "_id": {
    "label": "ID",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "profile.name": {
    "label": "Name"
  },
  "profile.pictureUrl": {
    "label": "Picture url"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "profile.githubUsername": {
    "label": "Github username"
  },
  "profile.websiteUrl": {
    "label": "Website url"
  },
  "profile.twitterUsername": {
    "label": "Twitter username"
  },
  "profile.linkedinUrl": {
    "label": "Linkedin url"
  },
  "profile.bio": {
    "label": "Bio"
  },
  "stats.activeUsers30Days": {
    "label": "Active users30days"
  },
  "stats.runSuccessRate": {
    "label": "Run success rate"
  },
  "stats.issueResponseTimeDays": {
    "label": "Issue response time days"
  }
}
```

## About this Actor

This example demonstrates how to use [Apify Developers Scraper](https://apify.com/igolaizola/apify-developers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/apify-developers-scraper) to learn more, explore other use cases, and run it yourself.