# Completed Chicago 311 Complaints | Service Request Data

**Use case:** 

Extract Chicago 311 Complaints | Service Request Data data filtered by Completed. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "status": "Completed"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sr_number": {
    "label": "SR #",
    "format": "text"
  },
  "sr_type": {
    "label": "Type",
    "format": "text"
  },
  "sr_short_code": {
    "label": "Short Code",
    "format": "text"
  },
  "created_department": {
    "label": "Created Dept",
    "format": "text"
  },
  "owner_department": {
    "label": "Owner Dept",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "origin": {
    "label": "Origin",
    "format": "text"
  },
  "created_date": {
    "label": "Created",
    "format": "date"
  },
  "last_modified_date": {
    "label": "Modified",
    "format": "date"
  },
  "closed_date": {
    "label": "Closed",
    "format": "date"
  },
  "street_address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "street_number": {
    "label": "Street #",
    "format": "text"
  },
  "street_direction": {
    "label": "Dir",
    "format": "text"
  },
  "street_name": {
    "label": "Street Name",
    "format": "text"
  },
  "street_type": {
    "label": "Street Type",
    "format": "text"
  },
  "duplicate": {
    "label": "Duplicate",
    "format": "text"
  },
  "legacy_record": {
    "label": "Legacy",
    "format": "text"
  },
  "parent_sr_number": {
    "label": "Parent SR",
    "format": "text"
  },
  "community_area": {
    "label": "Community Area",
    "format": "text"
  },
  "ward": {
    "label": "Ward",
    "format": "text"
  },
  "electrical_district": {
    "label": "Elec Dist",
    "format": "text"
  },
  "police_sector": {
    "label": "Police Sector",
    "format": "text"
  },
  "police_district": {
    "label": "Police Dist",
    "format": "text"
  },
  "police_beat": {
    "label": "Police Beat",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chicago 311 Complaints Scraper | Service Request Data](https://apify.com/parseforge/chicago-311-complaints-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chicago-311-complaints-scraper) to learn more, explore other use cases, and run it yourself.