# Kyoto Tabelog Japan Restaurant

**Use case:** 

Extract Tabelog Japan Restaurant data filtered by kyoto. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "city": "kyoto",
  "areaCode": "",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "text"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "addressFull": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City"
  },
  "region": {
    "label": "Region"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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