# Fencers in Cardiff - Contact Information and Ratings

**Use case:** 

Find fencers in Cardiff with their profiles and reviews.

## Input

```json
{
  "searchQueries": [
    "Fencer"
  ],
  "locations": [
    "Cardiff"
  ],
  "maxTrades": 30,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "primaryTrade": {
    "label": "Trade",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "addressLocality": {
    "label": "Town",
    "format": "text"
  },
  "areaCovered": {
    "label": "Area Covered",
    "format": "text"
  },
  "rating": {
    "label": "Rating /10",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Checkatrade UK Tradespeople & Trades Contacts Scraper](https://apify.com/scrapers_lat/checkatrade-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/checkatrade-uk-scraper) to learn more, explore other use cases, and run it yourself.