Wix App Market Scraper avatar

Wix App Market Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wix App Market Scraper

Wix App Market Scraper

Scrape apps from the Wix App Market. Search by keyword, browse by category, or get trending/collection 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

Extract apps from the Wix App Market — the official marketplace for Wix website integrations. Search by keyword, browse by category, or get trending apps. No authentication required.

What data do you get?

FieldDescription
appIdWix App UUID
nameApp name
slugURL slug
taglineShort teaser text
descriptionFull app description
developerDeveloper/company name
developerSlugDeveloper slug
categoriesCategory slugs (e.g. stores, analytics)
averageRatingAverage user rating (1–5)
reviewCountNumber of user reviews
pricingTypefree, freemium, or paid
iconUrlApp icon image URL
urlDirect URL to the app page
scrapedAtISO timestamp

Use cases

  • Market research — Analyze the Wix App ecosystem, pricing trends, and developer landscape
  • Competitor analysis — Monitor apps in your niche
  • App discovery — Find the best-rated apps for eCommerce, marketing, bookings, etc.
  • Developer intelligence — Track app publishers and their portfolio

Input parameters

ParameterTypeDescription
modeselectsearch (keyword), byCategory (browse), trending (trending apps)
searchQuerystringSearch keyword (used in search mode)
categoryselectCategory to browse (ecommerce, marketing, design, etc.)
maxItemsintegerMax apps to return (1–500, default 20)

Example input

{
"mode": "search",
"searchQuery": "ecommerce",
"maxItems": 20
}

Example output

{
"appId": "215238eb-22a5-4c36-9e7b-e7c08025e04e",
"name": "Wix Stores",
"slug": "wix-stores",
"tagline": "Professional eCommerce platform to sell online",
"developer": "Wix",
"categories": ["stores"],
"averageRating": 4.1,
"reviewCount": 4474,
"pricingType": "free",
"iconUrl": "https://static.wixstatic.com/media/22e53e_a53027.png",
"url": "https://www.wix.com/app-market/wix-stores",
"scrapedAt": "2026-05-22T10:00:00+00:00",
"recordType": "app"
}

FAQs

Do I need a Wix account? No. The Wix App Market search API is publicly accessible.

How many apps can I scrape? Up to 500 per run, paginated at 50 per page.

What categories are available? eCommerce, Marketing, Design, Photography, Music, Communication, Business Tools, Blog, Events, Bookings, Restaurants, Finance, Analytics, and more — all selectable via the category dropdown.