# Export a MemberClicks association member directory

**Use case:** 

Export MemberClicks directories that expose public search into rows with business name, organisation, address, category, and source URL—never member-only data.

## Input

```json
{
  "startUrls": [
    "https://aaes.memberclicks.net/index.php?id=2000982&option=com_mcdirectorysearch&view=search"
  ],
  "searchTerms": [
    "Smith"
  ],
  "maxResults": 100,
  "onlyNewSinceLastRun": false,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "memberId": {
    "label": "Member ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "fax": {
    "label": "Fax",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "organization": {
    "label": "Organization",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "profileImageUrl": {
    "label": "Profile image",
    "format": "string"
  },
  "extra": {
    "label": "Extra fields",
    "format": "object"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "string"
  },
  "directoryId": {
    "label": "Directory ID",
    "format": "string"
  },
  "directoryHost": {
    "label": "Directory host",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MemberClicks Directory Scraper - Export Member Leads](https://apify.com/rook-data-tools/memberclicks-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rook-data-tools/memberclicks-directory-scraper) to learn more, explore other use cases, and run it yourself.