# Find UK coffee shops for sale under GBP 250K

**Use case:** 

Scrape UK coffee shops for sale under GBP 250K. Get listing URLs, locations, financials, descriptions, and contacts for acquisition research.

## Input

```json
{
  "startUrls": [],
  "searchKeywords": [
    "coffee shop"
  ],
  "maxResults": 100,
  "country": "uk",
  "industry": "coffee-shops",
  "locationText": "",
  "sortOrder": "newest",
  "minAskingPrice": 0,
  "maxAskingPrice": 250000,
  "minRevenue": 0,
  "maxRevenue": 0,
  "minCashFlow": 0,
  "maxCashFlow": 0,
  "onlyDisclosedPrice": true,
  "onlyDisclosedRevenue": false,
  "onlyDisclosedCashFlow": false
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "resultPosition": {
    "label": "Position",
    "format": "number"
  },
  "listingClass": {
    "label": "Class",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "financials": {
    "label": "Financials",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "contact": {
    "label": "Contact",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [BusinessesForSale Listings Scraper](https://apify.com/parsebird/businessesforsale-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/businessesforsale-listings-scraper) to learn more, explore other use cases, and run it yourself.