# London UK Toastmasters Club Finder Scraper

**Use case:** 

Find Toastmasters clubs near London, UK with club name, district, city, country, meeting day and time, venue, and contact. Export results to CSV.

## Input

```json
{
  "maxItems": 50,
  "latitude": "51.5074",
  "longitude": "-0.1278",
  "radius": 25,
  "country": "United Kingdom"
}
```

## Output

```json
{
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "clubName": {
    "label": "🏛️ clubName",
    "format": "text"
  },
  "district": {
    "label": "🗺️ district",
    "format": "text"
  },
  "city": {
    "label": "🏙️ city",
    "format": "text"
  },
  "country": {
    "label": "🌍 country",
    "format": "text"
  },
  "meetingDay": {
    "label": "📆 meetingDay",
    "format": "text"
  },
  "time": {
    "label": "⏰ time",
    "format": "text"
  },
  "venue": {
    "label": "📍 venue",
    "format": "text"
  },
  "contact": {
    "label": "📧 contact",
    "format": "text"
  },
  "language": {
    "label": "🗣️ language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Toastmasters Club Finder Scraper](https://apify.com/parseforge/toastmasters-club-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/toastmasters-club-finder-scraper) to learn more, explore other use cases, and run it yourself.