# NYPD - Police NYC 311 Service Requests

**Use case:** 

Extract NYC 311 Service Requests data filtered by NYPD - Police. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "agency": "NYPD",
  "sortOrder": "newest"
}
```

## Output

```json
{
  "uniqueKey": {
    "label": "Unique Key",
    "format": "text"
  },
  "complaintType": {
    "label": "Complaint",
    "format": "text"
  },
  "descriptor": {
    "label": "Descriptor",
    "format": "text"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "createdDate": {
    "label": "Opened",
    "format": "date"
  },
  "incidentZip": {
    "label": "ZIP",
    "format": "text"
  },
  "incidentAddress": {
    "label": "Address",
    "format": "text"
  },
  "streetName": {
    "label": "Street name"
  },
  "crossStreet1": {
    "label": "Cross street1"
  },
  "crossStreet2": {
    "label": "Cross street2"
  },
  "addressType": {
    "label": "Address type"
  },
  "city": {
    "label": "City"
  },
  "facilityType": {
    "label": "Facility type"
  },
  "communityBoard": {
    "label": "Community board"
  },
  "bbl": {
    "label": "Bbl"
  },
  "borough": {
    "label": "Borough",
    "format": "text"
  },
  "xCoordinate": {
    "label": "X coordinate"
  },
  "yCoordinate": {
    "label": "Y coordinate"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "parkBorough": {
    "label": "Park borough"
  },
  "parkFacilityName": {
    "label": "Park facility name"
  },
  "openDataChannelType": {
    "label": "Open data channel type"
  },
  "recordUrl": {
    "label": "Record URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC 311 Service Requests Scraper](https://apify.com/parseforge/nyc-311-service-requests-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-311-service-requests-scraper) to learn more, explore other use cases, and run it yourself.