Webex App Hub Scraper avatar

Webex App Hub Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Webex App Hub Scraper

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

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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 maxItems limit
  • Clean output — null/empty fields omitted automatically

Input

FieldTypeDescription
modeselectsearch, byCategory, or allApps
searchQuerystringKeyword to search (used when mode = search)
categoryselectCategory to browse (used when mode = byCategory)
maxItemsintegerMax number of apps to return (1–500, default 20)

Output

Each record contains:

FieldDescription
appIdUnique Webex App Hub identifier
nameApp display name
tagLineShort one-line description
descriptionFull app description
companyNameDeveloper/company name
companyUrlDeveloper website
productTypeApp type (integration, bot, playbook, etc.)
categoriesList of category names
logoUrlApp logo image URL
screenshotUrlsList of screenshot URLs
privacyUrlPrivacy policy URL
supportUrlSupport page URL
urlDirect link to the app's page on Webex App Hub
scrapedAtISO 8601 scrape timestamp
recordTypeAlways "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.