# Rotary Clubs In Sydney Scraper

**Use case:** 

Scrape Rotary clubs in Sydney with club name, city, country, meeting day and time, venue, website, and member count. Export to JSON or CSV.

## Input

```json
{
  "city": "Sydney",
  "maxItems": 50
}
```

## Output

```json
{
  "url": {
    "label": "🔗 Club Page",
    "format": "link"
  },
  "clubName": {
    "label": "🏛️ Club",
    "format": "text"
  },
  "clubId": {
    "label": "🆔 Club ID",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "meetingDay": {
    "label": "📅 Meeting Day",
    "format": "text"
  },
  "meetingTime": {
    "label": "⏰ Meeting Time",
    "format": "text"
  },
  "venue": {
    "label": "📍 Venue",
    "format": "text"
  },
  "website": {
    "label": "🌐 Website",
    "format": "link"
  },
  "email": {
    "label": "✉️ Email",
    "format": "text"
  },
  "phone": {
    "label": "☎️ Phone",
    "format": "text"
  },
  "membersCount": {
    "label": "👥 Members",
    "format": "text"
  },
  "founded": {
    "label": "🎗️ Charter Date",
    "format": "text"
  },
  "district": {
    "label": "🏷️ District",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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