# Rome Restaurant Photos - TheFork Food Image Data

**Use case:** 

Export Rome restaurant photo galleries from TheFork with food and customer image URLs, plus ratings and cuisine type. Save as CSV or JSON.

## Input

```json
{
  "urls": [
    "https://www.thefork.com/restaurants/rome-c461789"
  ],
  "maxRestaurants": 30,
  "startPage": 1,
  "includeMenu": false,
  "includeReviewsForRestaurants": false,
  "maxReviewsPerRestaurant": 50,
  "includeFoodPhotos": true,
  "maxFoodPhotos": 15,
  "includeCustomerPhotos": true,
  "maxCustomerPhotos": 10,
  "maxReviews": 100,
  "reviewsOffset": 0,
  "reviewsTimeframe": "7d",
  "reviewsWithText": "WITH_REVIEW",
  "reviewsOrderBy": "MEAL_DATE",
  "reviewsSortDirection": "DESC",
  "reviewsLanguage": "all",
  "reviewsOccasion": "",
  "debugMode": false
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "string"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "string"
  },
  "locality": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "zipCode": {
    "label": "Zip code",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "avgPriceFormatted": {
    "label": "Avg Price",
    "format": "string"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "integer"
  },
  "isBookable": {
    "label": "Bookable",
    "format": "boolean"
  },
  "hasOffer": {
    "label": "Has Offer",
    "format": "boolean"
  },
  "offerDiscount": {
    "label": "Discount %",
    "format": "integer"
  },
  "badges": {
    "label": "Badges",
    "format": "string"
  },
  "dietary": {
    "label": "Dietary Options",
    "format": "string"
  },
  "highlights": {
    "label": "Highlights",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "_source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TheFork Restaurant Intelligence Scrapper](https://apify.com/jdtpnjtp/thefork-restaurant-scraper-advanced) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jdtpnjtp/thefork-restaurant-scraper-advanced) to learn more, explore other use cases, and run it yourself.