Webex App Hub Scraper
Pricing
from $3.00 / 1,000 results
Webex App Hub Scraper
Scrapes app listings from the Webex App Hub marketplace including app details, categories, ratings, and developer info
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape app listings from the Webex App Hub marketplace. Extract app names, descriptions, categories, developer info, logos, screenshots, and direct links — no login or API key required.
Features
- Search mode — find apps by keyword (e.g. "CRM", "Salesforce", "analytics")
- Category mode — browse all apps in a specific category (Analytics, Productivity, Contact Center, etc.)
- All apps mode — retrieve the newest apps across all categories
- 31 categories supported including Analytics, Collaboration Management, Meeting, Messaging, Calling, Contact Center, and more
- Automatic pagination — fetches all matching results up to your
maxItemslimit - Clean output — null/empty fields omitted automatically
Input
| Field | Type | Description |
|---|---|---|
mode | select | search, byCategory, or allApps |
searchQuery | string | Keyword to search (used when mode = search) |
category | select | Category to browse (used when mode = byCategory) |
maxItems | integer | Max number of apps to return (1–500, default 20) |
Output
Each record contains:
| Field | Description |
|---|---|
appId | Unique Webex App Hub identifier |
name | App display name |
tagLine | Short one-line description |
description | Full app description |
companyName | Developer/company name |
companyUrl | Developer website |
productType | App type (integration, bot, playbook, etc.) |
categories | List of category names |
logoUrl | App logo image URL |
screenshotUrls | List of screenshot URLs |
privacyUrl | Privacy policy URL |
supportUrl | Support page URL |
url | Direct link to the app's page on Webex App Hub |
scrapedAt | ISO 8601 scrape timestamp |
recordType | Always "app" |
Example Output
{"appId": "Y2lzY29zcGFyazovL3VzL0FQUExJQ0FUSU9O...","name": "Salesforce","tagLine": "See your Salesforce data right in Webex","description": "Bring Salesforce data into Webex conversations.","companyName": "Salesforce.com","companyUrl": "https://www.salesforce.com","productType": ["teams"],"categories": ["customer_relations", "productivity"],"logoUrl": "https://developer-applications.webexcontent.com/logo-salesforce.png","screenshotUrls": ["https://developer-applications.webexcontent.com/s1.jpg"],"privacyUrl": "https://www.salesforce.com/privacy","supportUrl": "https://help.salesforce.com","url": "https://apphub.webex.com/applications/salesforce-salesforce-com","scrapedAt": "2026-05-22T10:00:00+00:00","recordType": "app"}
FAQ
Does this require a Webex account or API token? No — the scraper works entirely with the public App Hub site. No authentication is needed.
How many apps can I retrieve?
The App Hub has ~900+ apps. Set maxItems up to 500 per run, or run multiple times with different search queries.
Which categories are available? Analytics, Calendar & Scheduling, Calling, Collaboration Management, Contact Center, Customer Relations, Customer Support, Developer Tools, Devices, Education, Finance, Healthcare, Human Resources, Internet of Things, Marketing & Sales, Meeting, Messaging, Other, Partner Solutions, Platform, Productivity, Project Management, Recording & Transcriptions, Security & Compliance, Social and Fun, Strategy & Team Planning, Workflow & Automation, AI Agent Testing & Observability.
What app types are returned? Integrations, bots, embedded apps, service apps, and playbooks.
Is there a rate limit? The scraper includes polite delays between requests. For large scrapes, the actor automatically handles retries on rate-limit responses.