# Male RandomUser Test Data

**Use case:** 

Extract RandomUser Test Data data filtered by Male. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "results": 10,
  "maxItems": 10,
  "gender": "male"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Photo",
    "format": "image"
  },
  "fullName": {
    "label": "👤 Name",
    "format": "text"
  },
  "gender": {
    "label": "⚧ Gender",
    "format": "text"
  },
  "email": {
    "label": "✉ Email",
    "format": "text"
  },
  "username": {
    "label": "🔑 Username",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "nationality": {
    "label": "🌍 Nationality",
    "format": "text"
  },
  "age": {
    "label": "🎂 Age",
    "format": "text"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "country": {
    "label": "🗺 Country",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Generated",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RandomUser Test Data Scraper](https://apify.com/parseforge/randomuser-test-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/randomuser-test-data-scraper) to learn more, explore other use cases, and run it yourself.