# ITI NYC Latest Results

**Use case:** 

Latest Results of ITI NYC. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://itinyc.com/collections/chains"
    }
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "images": {
    "label": "Image",
    "format": "array"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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