# Production export: data enrichment

**Use case:** 

Zomato Scraper configured for production export around “data enrichment”. The saved input exposes queries, city, maxResults, deliveryOnly, includeMenu and...

## Input

```json
{
  "queries": [
    "data enrichment"
  ],
  "city": "delhi",
  "maxResults": 250,
  "deliveryOnly": true,
  "includeMenu": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "array"
  },
  "cost_for_two": {
    "label": "Cost for Two",
    "format": "text"
  },
  "delivery_time": {
    "label": "Delivery Time",
    "format": "text"
  },
  "location": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Zomato Scraper - India Restaurants, Ratings & Delivery Data](https://apify.com/thirdwatch/zomato-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/zomato-scraper) to learn more, explore other use cases, and run it yourself.