New York State Open Data Scraper
Pricing
from $4.25 / 1,000 item extracteds
New York State Open Data Scraper
Search data.ny.gov datasets, export catalog metadata and column schemas, and fetch bounded rows from selected public dataset IDs.
New York State Open Data Scraper
Pricing
from $4.25 / 1,000 item extracteds
Search data.ny.gov datasets, export catalog metadata and column schemas, and fetch bounded rows from selected public dataset IDs.
recordType
Optional
Whether this item is catalog metadata or a selected dataset row.
datasetId
Optional
Stable Socrata resource identifier.
name
Optional
Dataset title for catalog records.
datasetName
Optional
Dataset title associated with a data row.
description
Optional
Public dataset description.
attribution
Optional
New York State agency or organization credited for the dataset.
category
Optional
Portal category assigned to the dataset.
createdAt
Optional
Dataset creation timestamp when available.
updatedAt
Optional
Most recent general update timestamp when available.
dataUpdatedAt
Optional
Most recent source data update timestamp when available.
metadataUpdatedAt
Optional
Most recent metadata update timestamp when available.
rowsUpdatedAt
Optional
Most recent row update timestamp from dataset details when available.
rowCount
Optional
Published row count when supplied by the catalog.
viewCount
Optional
Portal view count when supplied by the source.
downloadCount
Optional
Portal download count when supplied by the source.
columns
Optional
Dataset column schema from Socrata metadata.
[ { "name": "Draw Date", "fieldName": "draw_date", "dataType": "Calendar date", "description": "Date of the drawing." }]rowIndex
Optional
Zero-based row offset within the selected dataset export.
data
Optional
Original public row fields returned by the selected Socrata dataset.
{ "draw_date": "2025-01-15T00:00:00.000", "winning_numbers": "01 02 03 04 05"}sourceUrl
Optional
Human-readable data.ny.gov dataset page.
apiUrl
Optional
Public Socrata JSON API URL for the dataset or row.
fetchedAt
Optional
Timestamp when this Actor fetched the record.