# Scrape a Burpple guide by URL - Burpple

**Use case:** 

Export any Burpple search or guide URL into venue, neighbourhood, cuisine, price, review and wishlist counts. Export to JSON, CSV or Excel.

## Input

```json
{
  "cuisines": [
    "breakfast-and-brunch"
  ],
  "startUrls": [
    "https://www.burpple.com/search/sg?q=cafes"
  ],
  "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"
  },
  "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.