# Scrape 192.com restaurant listings in Manchester

**Use case:** 

Monitor restaurant business listings in Manchester on 192.com with contact details and trading status for hospitality lead gen.

## Input

```json
{
  "who": "Restaurant",
  "where": "Manchester",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "marketSector": {
    "label": "Market Sector",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [192.com Businesses Scraper](https://apify.com/lexis-solutions/192-com-businesses-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/192-com-businesses-scraper) to learn more, explore other use cases, and run it yourself.