NYC Geocode API
An npm package for geocoded searching and reverse searching addresses or endpoints within New York City
In development
borough schema
"manhattan": [
{
"neighborhood": "Little Italy"
"zipCodes": [ 10012, 10013 ]
},
{
"neighborhood": "Financial District"
"zipCodes": [ 10004, 10005, 10006, 10038 ]
}
]
neighborhood schema
{
"neighborhood": "Financial District"
"subway_lines": [ '1', '2', '3', '4', '5', '6', 'N', 'R', 'E', 'J' ]
"nearby_neighborhoods": [ 'Battery Park City', 'Tribeca', 'Chinatown', 'Lower East Side' ]
"borough": "Manhattan"
"state": "New York"
"zipCodes": [ 10004, 10005, 10006, 10038 ]
}
All Neighborhoods by Borough - Baruch CUNY Compass Neighborhood Guide Statistic Atlas
webscrapers (python)
Webscraper for Zip Codes
Webscraper for Subway Lines + Nearby Neighborhoods
Combination Webscraper