# Find supermarkets in London on 192.com business directory

**Use case:** 

Extract supermarket business listings in London from 192.com with addresses, phone numbers, and company details for local lead generation.

## Input

```json
{
  "who": "Supermarket",
  "where": "London",
  "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.