# Female Interpol Red Notices - Public Wanted Persons

**Use case:** 

Extract Interpol Red Notices - Public Wanted Persons data filtered by Female. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "gender": "F"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "forename": {
    "label": "Forename"
  },
  "name": {
    "label": "Name"
  },
  "entityId": {
    "label": "Entity ID",
    "format": "text"
  },
  "dateOfBirth": {
    "label": "DOB",
    "format": "text"
  },
  "nationalities": {
    "label": "Nationalities"
  },
  "detailUrl": {
    "label": "Detail url"
  },
  "url": {
    "label": "Source",
    "format": "link"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Interpol Red Notices Scraper - Public Wanted Persons](https://apify.com/parseforge/interpol-red-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/interpol-red-notices-scraper) to learn more, explore other use cases, and run it yourself.