# Featured (default) OpenTable Restaurants, Ratings &

**Use case:** 

Standard Export of OpenTable Restaurants, Ratings & Reviews for Featured (default). Structured results ready to export for analysis, lead generation, or

## Input

```json
{
  "searchTerms": [
    "New York"
  ],
  "restaurantUrls": [],
  "maxItems": 100,
  "priceBands": [],
  "sortBy": "web_conversion",
  "enrichWithProfile": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "🍽 Restaurant",
    "format": "text"
  },
  "primaryCuisine": {
    "label": "🍝 Cuisine",
    "format": "text"
  },
  "priceRange": {
    "label": "💰 Price",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "number"
  },
  "neighborhood": {
    "label": "📍 Neighborhood",
    "format": "text"
  },
  "phoneNumber": {
    "label": "📞 Phone",
    "format": "text"
  },
  "url": {
    "label": "🔗 OpenTable",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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