# Scrape Tampines restaurant leads - Burpple

**Use case:** 

Export Tampines F&B leads from Burpple with venue, phone, website, address, neighbourhood, cuisine and price. Ready-to-use contact list.

## Input

```json
{
  "cuisines": [
    "breakfast-and-brunch"
  ],
  "neighbourhoods": [
    "Tampines"
  ],
  "maxItems": 100,
  "includeVenueDetails": true,
  "includeReviews": false,
  "maxReviewsPerVenue": 5,
  "maxPagesPerSource": 15,
  "deduplicate": true,
  "monitorMode": false,
  "monitorStoreName": "burpple-scraper-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Venue"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "neighbourhood": {
    "label": "Neighbourhood"
  },
  "primaryCuisine": {
    "label": "Cuisine"
  },
  "priceRange": {
    "label": "Price"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "wishlistedCount": {
    "label": "# Wishlisted"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Burpple URL"
  }
}
```

## About this Actor

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