Mailchimp Integrations Directory Scraper avatar

Mailchimp Integrations Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Mailchimp Integrations Directory Scraper

Mailchimp Integrations Directory Scraper

Scrape live n8n.io workflow templates that integrate with Mailchimp. Browse all templates or search by keyword - returns template name, description, node apps used, view count, categories, and direct template URL.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Discover every app that integrates with Mailchimp. Browse by category or search by keyword to get names, descriptions, logos, partner tiers, and direct integration links for all apps in Mailchimp's ecosystem.

What Does This Actor Do?

This actor scrapes the Zapier integration directory to compile a comprehensive list of applications that connect with Mailchimp. Instead of manually browsing the Mailchimp integrations page, this actor returns structured data you can analyze, filter, and use programmatically.

Two modes:

  • search — Find apps matching any keyword (e.g., "Shopify", "eCommerce", "Stripe").
  • browse — List all apps in a specific category or across all categories.

Output Fields

FieldDescription
idUnique app identifier
slugURL-safe app slug (e.g., shopify)
nameApp display name
descriptionShort description of the app
categoryHuman-readable category name
categorySlugCategory URL slug
logoUrlHigh-resolution app logo URL
isPremiumWhether the app requires a premium Zapier plan
isBetaWhether the app is in beta
partnerTierZapier partner tier (PLATINUM, GOLD, etc.)
externalUrlApp's official website
integrationUrlDirect Zapier URL for the Mailchimp ↔ App integration
sourceUrlCanonical URL used to scrape this record
recordTypeAlways "integration"
scrapedAtUTC timestamp of when the record was collected

Sample Output

{
"id": "0d71fb90-f233-4ce0-bdb1-3a2c887dfadf",
"slug": "shopify",
"name": "Shopify",
"description": "Shopify is a simple way to create an online store to list products, collect payments, and ship orders.",
"category": "eCommerce",
"categorySlug": "ecommerce",
"logoUrl": "https://zapier-images.imgix.net/storage/services/shopify.png",
"isPremium": false,
"partnerTier": "PLATINUM",
"externalUrl": "https://shopify.com/",
"integrationUrl": "https://zapier.com/apps/shopify/integrations/mailchimp",
"sourceUrl": "https://zapier.com/apps/shopify/integrations/mailchimp",
"recordType": "integration",
"scrapedAt": "2026-05-30T12:00:00+00:00"
}

Input Parameters

ParameterTypeRequiredDescription
modeselectYessearch or browse
querystringFor searchKeyword to match against app name, description, or slug
categoryselectNoCategory slug to filter results (browse mode)
maxItemsintegerNoMax records to return (1–10000, default 100)

Available Categories

ecommerce, email-newsletters, marketing-automation, crm, forms, payment-processing, social, ads-conversion, event-management, scheduling, contacts, spreadsheets, databases, project-management, task-management, customer-support, email, team-chat, accounting, website-app-building, cms, calendar, drip-emails, webinars, reviews, video-calls, artificial-intelligence

Use Cases

  • Market research — Identify which eCommerce, CRM, and marketing platforms commonly integrate with Mailchimp.
  • Integration audits — Check if your existing tools in your technology stack connect to Mailchimp.
  • Partner discovery — Find potential co-marketing opportunities within Mailchimp's ecosystem.
  • Competitive analysis — Understand the breadth of Mailchimp's integration landscape.
  • Developer research — Find app slugs and logos for building your own integration directory.

Example Inputs

Browse eCommerce integrations:

{
"mode": "browse",
"category": "ecommerce",
"maxItems": 50
}

Search for Shopify:

{
"mode": "search",
"query": "shopify",
"maxItems": 10
}

Browse all integrations:

{
"mode": "browse",
"maxItems": 200
}

Frequently Asked Questions

Q: How many integrations does this actor find? A: Mailchimp connects to hundreds of apps through Zapier. The actor iterates 27+ Zapier categories and Mailchimp's dedicated partner page, collecting all unique apps found.

Q: Does this actor require Mailchimp or Zapier authentication? A: No. All data is sourced from Zapier's public directory which requires no login or API key.

Q: How fresh is the data? A: Data is fetched live at run time directly from Zapier's website, so it reflects the current state of the integration directory.

Q: What is partnerTier? A: Zapier's internal partner tier indicating integration quality. Common values: PLATINUM, GOLD, SILVER.

Q: Can I filter by both category and keyword? A: In search mode, set both query and category to apply both filters simultaneously.