# Behind The Name — Full Export

**Use case:** 

Scrape the full behind the name dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract behind the name for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "genders": [
    "masculine",
    "feminine",
    "unisex"
  ],
  "maxItems": 200,
  "maxPagesPerGender": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "gender": {
    "label": "Gender",
    "format": "string"
  },
  "origins": {
    "label": "Origins",
    "format": "string"
  },
  "meaning": {
    "label": "Meaning",
    "format": "string"
  },
  "nameUrl": {
    "label": "Nameurl",
    "format": "string"
  }
}
```

## About this Actor

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