American Alliance of Museums Directory Scraper
Pricing
from $7.69 / 1,000 results
American Alliance of Museums Directory Scraper
Browse the American Alliance of Museums Find a Museum directory for institutions across the United States. Every record includes the museum name, type, city, state, director, website, accreditation status, and year founded. Handy for cultural research and outreach lists.
Pricing
from $7.69 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

ποΈ AAM Museum Directory Scraper
π Export American Alliance of Museums Find a Museum data in seconds. Clean records straight from the public site, ready for spreadsheets, BI tools, and warehouses.
π Last updated: 2026-06-05 Β· π 9 fields per record Β· Public source Β· No login required
The AAM Museum Directory Scraper turns the public American Alliance of Museums Find a Museum directory into a clean, structured dataset. It walks the public listing pages, parses each record, and pushes one row per result into an Apify dataset that you can download in seconds.
This actor scrapes only data already visible to anyone visiting the site without logging in. No credentials, no scraping of paywalled or member-only content.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| π Analysts | Pull a structured copy of the directory for analysis. |
| π’ Business teams | Build lead lists and market maps. |
| π€ ML engineers | Build training and benchmark datasets. |
| π° Journalists | Verify and cross-reference facts at scale. |
| π©βπ» Developers | Avoid writing one-off scrapers. |
π What the AAM Museum Directory Scraper does
- Fetches the public American Alliance of Museums Find a Museum listing pages.
- Parses each record into a flat row with normalized field names.
- Surfaces upstream errors as a single record with the
errorfield populated instead of crashing. - Streams results into an Apify dataset for instant download.
π‘ Why it matters: The American Alliance of Museums Find a Museum site presents this data as HTML pages built for humans, not pipelines. This actor flattens it into rows your tools can read without writing custom parsers.
π¬ Full Demo
π§ Coming soon.
βοΈ Input
| Field | Type | Required | Description |
|---|---|---|---|
state | string | No | Two-letter US state code (e.g. CA, NY, TX) to filter museums by location. |
type | string | No | Optional museum type filter (Art, History, Science, Children, Natural History, etc.) as listed on the AAM directory. |
maxItems | integer | No | Free users 10, paid users up to 1,000,000. Prefill 10. |
Example 1.
{"state": "example","type": "example","maxItems": 25}
Example 2.
{"maxItems": 10}
β οΈ Good to Know. This actor scrapes public pages only. Layouts can change. If a field is missing on the source, it will arrive as
nullin the output.
π Output
Each record is a flat object. error is always last.
| Field | Type | Description |
|---|---|---|
ποΈ Museum museumName | text | Field from the American Alliance of Museums Find a Museum record. |
π·οΈ Type type | text | Field from the American Alliance of Museums Find a Museum record. |
π City city | text | Field from the American Alliance of Museums Find a Museum record. |
πΊοΈ State state | text | Field from the American Alliance of Museums Find a Museum record. |
π€ Director director | text | Field from the American Alliance of Museums Find a Museum record. |
π Website website | text | Field from the American Alliance of Museums Find a Museum record. |
ποΈ Accreditation accreditation | text | Field from the American Alliance of Museums Find a Museum record. |
π
Founded founded | text | Field from the American Alliance of Museums Find a Museum record. |
π URL profileUrl | text | Field from the American Alliance of Museums Find a Museum record. |
π scrapedAt | string | When the row was collected. |
β error | string | Populated if the upstream response was an error. |
Sample record.
{"museumName": null,"type": null,"city": null,"state": null,"director": null,"website": null,"accreditation": null,"founded": null,"profileUrl": null,"scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
β¨ Why choose this Actor
| π | Works on the public site without login. | | π§Ή | Clean, normalized field names ready for analytics. | | π | Errors surfaced as a clean diagnostic record, not a crash. | | πΎ | Push to dataset, instant download in any supported format. |
π How it compares to alternatives
| Approach | Setup time | Clean fields | Pagination | Error handling |
|---|---|---|---|---|
| Roll your own fetch | 30 min plus | β | manual | β |
| Browser automation | 1 hr plus | partial | manual | partial |
| This Actor | 5 sec, no install | β | β | β |
π How to use
- Click Try for free.
- Fill in the optional filters or accept the prefills.
- Set
maxItems(or leave the prefill of 10). - Click Start. Download the dataset in seconds.
πΌ Business use cases
π Market mapping. Build a structured view of the American Alliance of Museums Find a Museum landscape for strategy work.
π Lead generation. Turn the directory into a starting list for outbound research.
π§ Competitive intelligence. Track changes between runs over time.
π€ ML and analytics. Use the dataset as a clean input for downstream pipelines.
π Automating AAM Museum Directory Scraper
- Make and Zapier. Trigger the actor on a schedule, push results to Airtable, Sheets, or Slack.
- Cron schedule. Use the native Apify scheduler.
- Webhooks. Get notified the moment a run finishes.
- Warehouses. Pipe results to BigQuery, Snowflake, or Postgres.
π Beyond business use cases
π Education. Use the dataset as a teaching example in data classes.
π§ͺ Personal research. Power side projects with structured public data.
π€ Non-profit and open data. Build public dashboards on top of the dataset.
π§° Tinkering and prototyping. Spin up a feed in minutes for a new tool.
π€ Ask an AI assistant about this scraper
Drop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor's inputs.
β Frequently Asked Questions
β Do I need an account on the source site? No. The actor uses only public pages.
β Are there rate limits? The actor is conservative by default. If the source returns an error, you will see a clean error record.
β Can I schedule runs? Yes, via the Apify scheduler or any external trigger.
β What output formats are supported? All formats supported by Apify datasets.
β Will fields ever be missing? Yes, when the source page does not include them. They will be null instead of a hard failure.
β Will the schema change? The core fields are stable. New optional fields may be added over time.
β Is the output deterministic? Order follows the source listing. Re-runs return the same shape but content can change as the site updates.
β Can I integrate with my warehouse? Yes, via native Apify integrations.
β Can I run this from a script? Yes, via the Apify API or any SDK.
β Can I extend the actor? Yes, fork it on Apify or run a custom build.
π Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST or webhook endpoint. Pipe results straight into BigQuery, Snowflake, or Postgres.
π Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Yahoo Finance Scraper | Equities, funds, indices, options. |
| ParseForge NBA Stats Scraper | Player and team stats. |
| ParseForge Alpha Vantage Scraper | Market data and indicators. |
π‘ Pro Tip. Browse the complete ParseForge collection for 900 plus production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.