# FBI Ten Most Wanted List Scraper

**Use case:** 

Scrape the FBI Ten Most Wanted Fugitives list. Get names, charges and case details of active wanted persons in structured JSON.

## Input

```json
{
  "keyword": "",
  "maxItems": 5,
  "posterCategory": "ten",
  "personClassification": "Main",
  "fieldOffice": "",
  "status": "na"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "uid": {
    "label": "Uid",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "personClassification": {
    "label": "Person Classification",
    "format": "text"
  },
  "posterClassification": {
    "label": "Poster Classification",
    "format": "text"
  },
  "sex": {
    "label": "Sex",
    "format": "text"
  },
  "race": {
    "label": "Race",
    "format": "text"
  },
  "raceRaw": {
    "label": "Race Raw",
    "format": "text"
  },
  "nationality": {
    "label": "Nationality",
    "format": "text"
  },
  "heightMin": {
    "label": "Height Min",
    "format": "number"
  },
  "heightMax": {
    "label": "Height Max",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [FBI Most Wanted List Scraper](https://apify.com/parseforge/fbi-wanted-list-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fbi-wanted-list-scraper) to learn more, explore other use cases, and run it yourself.