BigCommerce App Marketplace Scraper
Pricing
from $3.00 / 1,000 results
BigCommerce App Marketplace Scraper
Scrape apps from the BigCommerce App Marketplace with search by keyword, browse by category, or fetch specific apps.
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 data from the BigCommerce App Marketplace — the official store for BigCommerce platform integrations. No authentication required.
Features
- Search by keyword — find apps matching any query (e.g. "analytics", "shipping", "email")
- Browse by category — list apps in a specific category (Analytics, Marketing, Payments, etc.)
- Fetch by App ID — retrieve one or more specific apps by their unique identifier
- Rich output — ratings, reviews, vendor details, categories, pricing, screenshots, and more
Input
| Field | Type | Description |
|---|---|---|
mode | select | search (default), byCategory, or byAppId |
searchQuery | string | Keyword to search (mode=search) |
category | select | Category slug to browse (mode=byCategory) |
appIds | array | List of app IDs (mode=byAppId) |
maxItems | integer | Max apps to return (1–500, default 20) |
proxyConfiguration | proxy | Optional Apify proxy |
Example Input — Search
{"mode": "search","searchQuery": "analytics","maxItems": 20}
Example Input — Browse by Category
{"mode": "byCategory","category": "analytics-reporting","maxItems": 50}
Example Input — Fetch by App ID
{"mode": "byAppId","appIds": ["google-analytics", "klaviyo"]}
Output
Each item in the dataset contains:
| Field | Type | Description |
|---|---|---|
appId | string | BigCommerce app identifier |
name | string | App name |
tagline | string | Short app tagline |
description | string | Full description |
vendor | string | Vendor/developer name |
vendorUrl | string | Vendor website |
categories | array | List of category names |
pricing | string | Pricing model (Free, Paid, etc.) |
pricingDetails | string | Detailed pricing info |
rating | number | Average rating (0–5) |
reviewCount | integer | Total review count |
iconUrl | string | App icon URL |
screenshotUrls | array | App screenshot URLs |
url | string | App marketplace page URL |
recordType | string | Always "app" |
scrapedAt | string | Scrape timestamp (ISO 8601) |
Example Output
{"appId": "google-analytics","name": "Google Analytics","vendor": "BigCommerce","categories": ["Analytics & Reporting"],"pricing": "Free","rating": 4.5,"reviewCount": 312,"url": "https://www.bigcommerce.com/apps/google-analytics","recordType": "app","scrapedAt": "2024-01-01T00:00:00+00:00"}
FAQs
Does this require authentication? No. The BigCommerce App Marketplace uses a public Algolia search index that requires no login.
What categories are available? Accounting & Tax, AI, Analytics & Reporting, B2B & Wholesale, Catalog & Order Management, Checkout, CMS & Hosting, CRM & Customer Service, Data Transfer & Migration, ERP, Financing, Marketing, Merchandising, Mobile, Payments & Security, POS & In-Store, Product & Shipping Protection, Product Sourcing & Home, Sales Channels, Shipping & Fulfillment, Site Tools.
How do I find an app's ID?
Visit the app's marketplace page; the URL slug is the app ID (e.g. /apps/google-analytics → ID is google-analytics).
What is the data rate limit? The public Algolia index is rate-limited per IP. For large scrapes (200+), enable Apify proxy to rotate IPs.