Typeform Connect — Integrations Directory Scraper avatar

Typeform Connect — Integrations Directory Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Typeform Connect — Integrations Directory Scraper

Typeform Connect — Integrations Directory Scraper

Scrape live n8n.io workflow templates that integrate with Typeform. 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 Typeform. Browse by category or search by keyword to get names, descriptions, logos, partner tiers, and direct integration links for all apps in Typeform's ecosystem.

What Does This Actor Do?

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

Two modes:

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

Output Fields

FieldDescription
idUnique app identifier
slugURL-safe app slug (e.g., google-sheets)
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 Typeform ↔ App integration
sourceUrlCanonical URL used to scrape this record
recordTypeAlways "integration"
scrapedAtUTC timestamp of when the record was collected

Sample Output

{
"id": "c91cc1ba-d8fb-4aaa-b71a-a325f7705f78",
"slug": "google-sheets",
"name": "Google Sheets",
"description": "Create, edit, and share spreadsheets wherever you are with Google Sheets.",
"category": "Spreadsheets",
"categorySlug": "spreadsheets",
"logoUrl": "https://zapier-images.imgix.net/storage/services/8913a06feb7556d01285c052e4ad59d0.png",
"isPremium": false,
"partnerTier": "PLATINUM",
"externalUrl": "https://sheets.google.com/",
"integrationUrl": "https://zapier.com/apps/google-sheets/integrations/typeform",
"sourceUrl": "https://zapier.com/apps/google-sheets/integrations/typeform",
"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

forms, marketing-automation, crm, email, team-chat, spreadsheets, databases, project-management, task-management, calendar, documents, files, payment-processing, ecommerce, ads-conversion, email-newsletters, video-calls, scheduling, contacts, notifications, phone, social, developer-tools, analytics, customer-support, hr, accounting, artificial-intelligence

Use Cases

  • Marketing research — Identify which marketing automation tools your leads are already using with Typeform.
  • Integration audits — Audit which apps in your technology stack connect to Typeform.
  • Partnership discovery — Find potential technology partners in Typeform's ecosystem.
  • Competitor analysis — Understand which categories of software most commonly integrate with Typeform.
  • Data enrichment — Enrich your integration database with logos, descriptions, and partner status.

Example Inputs

Browse all CRM integrations:

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

Search for Slack:

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

Browse all integrations (no filter):

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

Frequently Asked Questions

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

Q: Does this actor require 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 designation for how deeply a partner has integrated with their platform. Common values: PLATINUM, GOLD, SILVER.

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