OrbTop

Auth0 Marketplace Scraper - Identity Integration Catalog Data

BUSINESSDEVELOPER TOOLS

Auth0 Marketplace Scraper — Identity Integration Catalog Data

Extract the full Auth0 Marketplace catalog: 330+ identity integrations across social connections, MFA providers, SSO, security extensions, log streaming, and developer tools. Built for identity/security ISVs and CIAM competitive intelligence.

What You Get

Each scraped integration includes:

Field Description
integration_name Integration name (e.g. "Twilio Verify", "Google / Gmail")
slug URL slug (e.g. twilio-verify-sms-provider)
vendor Publisher / vendor name
category Primary marketplace category
feature_type Feature classification (Social Connections, Actions, Log Streaming, etc.)
integration_type Type tag: built-in, actions, extensibility, guide
description Short description of the integration
tags Additional categories beyond the primary
integration_url Full URL on Auth0 Marketplace
icon_url Integration icon CDN URL
support_level Support tier: supported, partner, community

Use Cases

  • Identity ISV competitive research — map the full Auth0 integration ecosystem by category
  • CIAM market coverage — pairs with the Okta OIN actor for full identity-integration market coverage
  • Security/MFA vendor discovery — enumerate all MFA and enterprise connection providers
  • Integration auditing — track Auth0's catalog additions over time

Input Configuration

Parameter Type Description
category string Filter by category (leave empty for all). See dropdown for valid values.
maxItems integer Max integrations to return. 0 = unlimited (default: 10).

Categories Available

Social Login, Enterprise Connections, SMS & MFA Providers, Security, Developer Tools, IT & Business Applications, Communications, Fraud Prevention, Identity Proofing, Consent Management, Customer Success & Sales, Deployment, Decentralized Identity, Web3 and Blockchain.

Sample Output

{
  "integration_name": "Twilio Verify",
  "slug": "twilio-verify-sms-provider",
  "vendor": "Twilio",
  "category": "Communications",
  "feature_type": "SMS Providers",
  "integration_type": "guide",
  "description": "Verify phone numbers and protect user accounts from fraud",
  "tags": ["SMS & MFA Providers"],
  "integration_url": "https://marketplace.auth0.com/integrations/twilio-verify-sms-provider",
  "icon_url": "https://cdn.auth0.com/marketplace/catalog/content/assets/creators/twilio/twilio-avatar.png",
  "support_level": "supported"
}

Technical Notes

Data is fetched from Auth0's public CDN catalog endpoint (cdn.auth0.com/marketplace/catalog/content/integrations.json). No browser rendering or authentication required. Single HTTP fetch — extremely fast and low-cost to run.