Auth0 Marketplace Scraper - Identity Integration Catalog Data avatar

Auth0 Marketplace Scraper - Identity Integration Catalog Data

Pricing

Pay per event

Go to Apify Store
Auth0 Marketplace Scraper - Identity Integration Catalog Data

Auth0 Marketplace Scraper - Identity Integration Catalog Data

Scrape the Auth0 Marketplace. Extract integration names, vendors, categories, feature types, tags, and descriptions across social connections, MFA, SSO, and security integrations. Built for identity/security ISVs and CIAM competitive intelligence.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

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:

FieldDescription
integration_nameIntegration name (e.g. "Twilio Verify", "Google / Gmail")
slugURL slug (e.g. twilio-verify-sms-provider)
vendorPublisher / vendor name
categoryPrimary marketplace category
feature_typeFeature classification (Social Connections, Actions, Log Streaming, etc.)
integration_typeType tag: built-in, actions, extensibility, guide
descriptionShort description of the integration
tagsAdditional categories beyond the primary
integration_urlFull URL on Auth0 Marketplace
icon_urlIntegration icon CDN URL
support_levelSupport 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

ParameterTypeDescription
categorystringFilter by category (leave empty for all). See dropdown for valid values.
maxItemsintegerMax 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.