BigCommerce App Marketplace Scraper avatar

BigCommerce App Marketplace Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
BigCommerce App Marketplace Scraper

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

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDescription
modeselectsearch (default), byCategory, or byAppId
searchQuerystringKeyword to search (mode=search)
categoryselectCategory slug to browse (mode=byCategory)
appIdsarrayList of app IDs (mode=byAppId)
maxItemsintegerMax apps to return (1–500, default 20)
proxyConfigurationproxyOptional Apify proxy
{
"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:

FieldTypeDescription
appIdstringBigCommerce app identifier
namestringApp name
taglinestringShort app tagline
descriptionstringFull description
vendorstringVendor/developer name
vendorUrlstringVendor website
categoriesarrayList of category names
pricingstringPricing model (Free, Paid, etc.)
pricingDetailsstringDetailed pricing info
ratingnumberAverage rating (0–5)
reviewCountintegerTotal review count
iconUrlstringApp icon URL
screenshotUrlsarrayApp screenshot URLs
urlstringApp marketplace page URL
recordTypestringAlways "app"
scrapedAtstringScrape 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.