# AAM California Museum Directory Scraper

**Use case:** 

Scrape California museums from the American Alliance of Museums directory with name, type, city, state, website, and membership status. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 100,
  "state": "CA"
}
```

## Output

```json
{
  "museumName": {
    "label": "🏛️ Museum",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "city": {
    "label": "📍 City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "director": {
    "label": "👤 Director",
    "format": "text"
  },
  "website": {
    "label": "🌐 Website",
    "format": "text"
  },
  "accreditation": {
    "label": "🎖️ Accreditation",
    "format": "text"
  },
  "founded": {
    "label": "📅 Founded",
    "format": "text"
  },
  "profileUrl": {
    "label": "🔗 URL",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [American Alliance of Museums Directory Scraper](https://apify.com/parseforge/aam-museum-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/aam-museum-directory-scraper) to learn more, explore other use cases, and run it yourself.