# Restaurant DNA for District 1, Ho Chi Minh City

**Use case:** 

Get scored, cited Restaurant DNA for District 1 restaurants in Ho Chi Minh City: family-friendly, romantic, quiet, value and more, each with evidence.

## Input

```json
{
  "maxPlaces": 5,
  "language": "vi",
  "includeDna": true,
  "dnaUseLlm": true,
  "llmProvider": "openai",
  "useTinyFish": false,
  "demo": false
}
```

## Output

```json
{
  "title": {
    "label": "Name",
    "format": "string"
  },
  "dna_traits": {
    "label": "🧬 Restaurant DNA",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "★",
    "format": "number"
  },
  "completeness_score": {
    "label": "Completeness",
    "format": "number"
  },
  "summary": {
    "label": "AI summary",
    "format": "string"
  },
  "recommended_segments": {
    "label": "For",
    "format": "array"
  },
  "opening_hours": {
    "label": "Hours"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "sources_used": {
    "label": "Sources",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant DNA Agent](https://apify.com/jinq/restaurant-dna-agent) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jinq/restaurant-dna-agent) to learn more, explore other use cases, and run it yourself.