# Scrape Bangkok restaurants - Chope

**Use case:** 

Find Bangkok restaurants on Chope with restaurant, market, area, cuisine, price, rating, review count and phone. Export to JSON, CSV or Excel.

## Input

```json
{
  "countries": [
    "bangkok"
  ],
  "maxResults": 100,
  "includeDetails": true,
  "includeReviews": false,
  "maxReviews": 20,
  "priceTiers": [],
  "minRating": 0,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "chope-scraper-monitor",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant"
  },
  "market": {
    "label": "Market"
  },
  "area": {
    "label": "Area"
  },
  "primaryCuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "phone": {
    "label": "Phone"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Chope URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Chope Scraper - Singapore & Asia Restaurant Leads](https://apify.com/scrapesage/chope-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/chope-scraper) to learn more, explore other use cases, and run it yourself.