NYC 311 Service Requests Scraper
Pricing
from $3.75 / 1,000 result items
NYC 311 Service Requests Scraper
Export NYC 311 service request records from the official NYC Open Data feed. Filter by complaint type, agency, borough, status, or date range. Pull complaint type, descriptor, agency, opened and closed timestamps, status, resolution, full address, borough, ZIP, location coordinates and more.
Pricing
from $3.75 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

๐ฝ NYC 311 Service Requests Scraper
๐ Export NYC 311 service requests in seconds. Pull from the 30M+ record official New York City Open Data feed by complaint type, agency, borough, status, ZIP, or date range. Get the full incident record with 44 fields per row including coordinates, address, agency assignment, opened and closed timestamps, status, and resolution. No login required.
๐ Last updated: 2026-05-21 ยท ๐ 44 fields per record ยท ๐ฝ 30M+ total records ยท ๐ 5 boroughs ยท ๐๏ธ 19 city agencies
The NYC 311 Service Requests Scraper taps into the official New York City Open Data feed for 311 complaints and service requests, the same dataset published by NYC OpenData and used by urban analysts, journalists, and city government dashboards. The Actor returns up to 44 fields per record, including the complaint type and descriptor, the responding agency, the full incident address (street, cross streets, intersection, landmark, ZIP, borough), state-plane and WGS-84 coordinates, opened and closed timestamps, status, due date, and resolution description.
Coverage spans all five boroughs, every public-facing complaint type, and 19 responding city agencies including NYPD, HPD, DOT, DSNY, DEP, DOB, DOHMH, DPR, and more. The underlying dataset goes back over a decade and is refreshed continuously by the City of New York.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Urban analysts, civic-tech teams, journalists, real-estate platforms, policy researchers, smart-city vendors, neighborhood advocates | Noise-complaint heatmaps, rodent-sighting analysis, agency-response benchmarking, neighbourhood quality-of-life scoring, investigative journalism, real-estate due diligence |
๐ What the NYC 311 Service Requests Scraper does
One precise workflow with rich filters:
- ๐จ Pull recent or historical 311 records sorted by creation date (newest or oldest first).
- ๐งฐ Filter by complaint type (free-text, e.g.
Noise - Residential,HEAT/HOT WATER,Illegal Parking). - ๐๏ธ Filter by responding agency (19 enumerated NYC agencies).
- ๐ Filter by borough (Manhattan, Brooklyn, Queens, Bronx, Staten Island).
- ๐ข Filter by status (Open, In Progress, Closed, Pending, Assigned, Started, Email Sent, Unspecified).
- ๐
Filter by opened-date range (
openedFromandopenedTo). - ๐ฎ Filter by ZIP code for hyper-local analysis.
Each record includes location-resolved fields (lat/lon, state-plane X/Y, community board, BBL), opened and closed timestamps, due date, status progression, and the city's official resolution text.
๐ก Why it matters: NYC 311 data is the canonical pulse of city life: noise, sanitation, housing, transit, and infrastructure complaints. Joining it to property data, demographic layers, or transit lines produces some of the most cited civic analytics anywhere in the United States.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded 311 dataset.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
complaintType | string | "" | Filter to a specific complaint type (free text). |
agency | enum | Any | One of 19 NYC agency codes (NYPD, HPD, DOT, DSNY, DEP, DOB, etc.). |
borough | enum | Any | One of the 5 boroughs. |
status | enum | Any | Open, In Progress, Closed, Pending, Assigned, Started, Email Sent, Unspecified. |
openedFrom | string | "" | Earliest creation date (YYYY-MM-DD). |
openedTo | string | "" | Latest creation date (YYYY-MM-DD). |
zip | string | "" | Incident ZIP code. |
sortOrder | enum | "newest" | Order by creation date: newest first or oldest first. |
No login required. This Actor works against the city's public open-data feed straight away.
Example: latest 100 noise complaints in Manhattan.
{"maxItems": 100,"complaintType": "Noise - Residential","borough": "MANHATTAN","sortOrder": "newest"}
Example: every illegal-parking complaint in Brooklyn during March 2026.
{"maxItems": 5000,"complaintType": "Illegal Parking","borough": "BROOKLYN","openedFrom": "2026-03-01","openedTo": "2026-03-31"}
โ ๏ธ Good to Know: the city dataset is enormous (30M+ rows). Combining
borough,agency, and a date range keeps result counts and run times manageable. For city-wide multi-year exports, expect runs that scale linearly with the requested record count.
๐ Output
Each record contains up to 44 fields. Download as CSV, Excel, JSON, or XML.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ uniqueKey | string | "60123456" |
๐ท๏ธ complaintType | string | "Noise - Residential" |
๐ descriptor | string | null | "Loud Music/Party" |
๐๏ธ agency | string | "NYPD" |
๐ท๏ธ agencyName | string | "New York City Police Department" |
๐ข status | string | "Closed" |
๐ resolutionDescription | string | null | "The Police Department responded..." |
๐ resolutionActionUpdatedDate | ISO 8601 | null | "2026-05-19T22:18:00.000" |
๐ createdDate | ISO 8601 | "2026-05-19T21:54:00.000" |
๐ closedDate | ISO 8601 | null | "2026-05-19T22:18:00.000" |
๐ dueDate | ISO 8601 | null | "2026-05-20T05:54:00.000" |
๐ locationType | string | null | "Residential Building/House" |
๐ฎ incidentZip | string | null | "10025" |
๐ incidentAddress | string | null | "123 W 100 ST" |
๐ฃ๏ธ streetName | string | null | "W 100 ST" |
๐ฃ๏ธ crossStreet1 | string | null | "AMSTERDAM AVE" |
๐ฃ๏ธ crossStreet2 | string | null | "COLUMBUS AVE" |
๐ฃ๏ธ intersectionStreet1 | string | null | null |
๐ฃ๏ธ intersectionStreet2 | string | null | null |
๐ท๏ธ addressType | string | null | "ADDRESS" |
๐๏ธ city | string | null | "NEW YORK" |
๐ landmark | string | null | null |
๐ข facilityType | string | null | null |
๐ณ๏ธ communityBoard | string | null | "07 MANHATTAN" |
๐ท๏ธ bbl | string | null | "1018850001" |
๐ borough | string | "MANHATTAN" |
๐ xCoordinate | number | null | 993456 |
๐ yCoordinate | number | null | 228871 |
๐ latitude | number | null | 40.7964 |
๐ longitude | number | null | -73.9692 |
๐ณ parkBorough | string | null | "MANHATTAN" |
๐ณ parkFacilityName | string | null | null |
๐ vehicleType | string | null | null |
๐ taxiCompanyBorough | string | null | null |
๐ taxiPickupLocation | string | null | null |
๐ bridgeHighwayName | string | null | null |
๐ bridgeHighwayDirection | string | null | null |
๐ฃ๏ธ roadRamp | string | null | null |
๐ bridgeHighwaySegment | string | null | null |
๐ก openDataChannelType | string | null | "PHONE" |
๐ recordUrl | string | null | "https://portal.311.nyc.gov/sr-step/?id=60123456" |
๐ scrapedAt | ISO 8601 | "2026-05-20T00:00:00.000Z" |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ฝ | Canonical city feed. Pulls from NYC OpenData, the city's official open-data publication. |
| ๐งฐ | Rich record shape. Up to 44 fields including resolved address, coordinates, agency, status, due date, and resolution text. |
| ๐ฏ | Multi-dimensional filtering. Combine complaint type, agency, borough, ZIP, status, and date range in a single run. |
| ๐ | Always live. Every run hits the current dataset, so brand-new complaints show up the same day they are filed. |
| ๐ฆ | Big-export ready. Designed to paginate through millions of rows without hand-holding. |
| ๐ | No login. No personal key, no signup loop, no quota juggling. |
| ๐ | Deep links. Each record gets a clickable URL back to the official 311 portal. |
๐ NYC 311 data is the canonical proxy for urban quality-of-life research and city-government accountability.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ NYC 311 Scraper (this Actor) | $5 free credit, then pay-per-use | 30M+ records, all boroughs | Live per run | type, agency, borough, status, ZIP, date | โก 2 min |
| Hand-rolled NYC OpenData integration | Engineering time | Same data, custom shape | Whatever you build | Whatever you build | ๐ข Days |
| Static yearly CSV downloads | Free | Yearly snapshots | Stale | None | ๐ Hours |
| Commercial civic-data vendors | Subscription | Aggregated, second-hand | Vendor-decided | Vendor schema | โณ Hours |
Pick this Actor when you want clean, filtered NYC 311 records without writing a pagination harness yourself.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the NYC 311 Service Requests Scraper page on the Apify Store.
- ๐ฏ Set input. Pick complaint type, agency, borough, date range, and
maxItems. - ๐ Run it. Click Start and let the Actor collect your data.
- ๐ฅ Download. Grab your results from the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Automating NYC 311 Service Requests Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly noise-complaint sweeps, daily borough digests, or weekly agency-response reports all run unattended.
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐งฉ How does it work?
Pick your filters, set maxItems, and click Start. The Actor builds the query, paginates through the city's open-data feed in batches, normalises every row into a clean schema, and writes one record per service request into your dataset.
๐ Do I need a personal access key?
No. The NYC Open Data feed is open and free to use. You only need an Apify account to run the scraper.
๐ How far back does the data go?
NYC has been publishing 311 records continuously for over a decade. The full historical archive is available with openedFrom and openedTo filters.
๐ How often is the dataset refreshed?
The city refreshes the feed continuously and the latest complaints typically appear within an hour of being filed. Every run of this Actor pulls live, so you always get current data.
๐๏ธ Which agencies are covered?
19 enumerated agencies, including NYPD (police), HPD (housing), DOT (transportation), DSNY (sanitation), DEP (environmental protection), DOB (buildings), DOHMH (health), DPR (parks), DCA (consumer affairs), TLC (taxi), DHS (homeless services), ACS (children), DOE (education), DFTA (aging), EDC (economic development), FDNY (fire), HRA (human resources), OATH (admin trials), and NYCEM (emergency management).
๐ Can I filter by neighbourhood or community board?
The input form filters by borough and ZIP. Community board is included on every output record (communityBoard field) so you can post-filter or group downstream.
โฐ Can I schedule daily or hourly runs?
Yes. Use Apify Schedules to trigger this Actor on any cron interval. Hourly noise-complaint feeds, daily borough digests, and weekly trend reports all run unattended.
๐ผ Can I use this data commercially?
Yes. NYC 311 data is publicly released under an open-data license. Review the city's data-use terms for any attribution requirements and respect downstream privacy norms when republishing.
๐ณ Do I need a paid Apify plan?
No. The free Apify plan covers testing and small runs (10 records per run). A paid plan lifts the cap and unlocks scheduling and higher concurrency.
๐ What happens if a run fails?
Apify retries transient errors automatically. Inspect the log in the Runs tab, adjust the input, and re-run. Partial datasets from failed runs are kept so you never lose progress.
๐ฆ What is the largest single run I can do?
Paid Apify plans cap each run at 1,000,000 records. For multi-million-row exports, split the workload across runs by date range.
๐ What if I need help?
Contact our support team through the Apify platform or the Tally form linked below.
๐ Integrate with any app
NYC 311 Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe 311 data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh 311 records into your civic-tech product, or alert your team in Slack when a building hits a complaint threshold.
๐ Recommended Actors
- ๐บ๏ธ Nominatim OSM Scraper - Geocode addresses via OpenStreetMap
- ๐๏ธ Recreation.gov Campsites Scraper - U.S. federal recreation catalogue
- ๐ค๏ธ NOAA Weather Scraper - U.S. weather forecasts and observations
- ๐ Yelp Scraper - Local-business reviews and metadata
- ๐๏ธ OpenCorporates Company Records Scraper - Global corporate registry records
๐ก Pro Tip: browse the complete ParseForge collection for more civic and reference-data scrapers.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the City of New York, NYC OpenData, or any specific city agency. All trademarks mentioned are the property of their respective owners. Only publicly available open civic-data records are collected.