Shopify Theme Store Scraper avatar

Shopify Theme Store Scraper

Pricing

Pay per event

Go to Apify Store
Shopify Theme Store Scraper

Shopify Theme Store Scraper

Scrape themes from Shopify Theme Store including pricing, features, ratings, and user reviews

Pricing

Pay per event

Rating

5.0

(1)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Scrapes every theme from the Shopify Theme Store. That includes pricing, feature lists, designer contact details, ratings, presets, and — if you opt in — the full text of user reviews with designer replies.

Shopify Theme Store Scraper Features

  • Collects all ~280 themes in the store, with pagination handled automatically
  • Extracts designer email and physical address straight from the theme page — no guesswork, no enrichment step
  • Pulls the complete feature list organized by Shopify's own categories (cart and checkout, merchandising, marketing, product discovery)
  • Returns rating percentages and review counts so you can sort by what actual store owners think
  • Fetches full user reviews as a premium add-on, including designer replies when they exist
  • Paginates through up to 5 pages of reviews per theme — enough to capture the conversation without running up your bill

Who Is This For?

  • Shopify theme developers — See how competitors price, what features they ship, and what their users complain about
  • Agency owners — Build a shortlist of themes filtered by rating, price, and feature set before recommending anything to a client
  • Market researchers — Track the full Shopify theme catalog over time, spot pricing trends, and identify gaps in the market
  • Lead gen teams — Every theme listing includes the developer's email and address, which is the kind of thing that would take you an afternoon to compile manually
  • Review analysts — Aggregate review text across themes to find recurring pain points or feature requests that nobody is building yet

How Shopify Theme Store Scraper Works

  1. Starts at the theme listing page sorted by newest, then walks through every pagination page collecting theme URLs.
  2. Visits each theme's detail page and parses the name, price, description, designer info, features, presets, ratings, version, release date, and contact details.
  3. If review fetching is enabled, follows the reviews link for each theme and paginates through up to 5 pages, collecting reviewer names, dates, review text, and any designer replies. These get merged back into the theme record before saving.

Input

{
"maxItems": 30,
"do_fetch_reviews": false
}
FieldTypeDefaultDescription
maxItemsinteger(required)Maximum number of themes to scrape. The store has about 280 total.
do_fetch_reviewsbooleanfalseFetch full user reviews for each theme. This is a premium feature — costs more per result but gives you the actual review text and designer replies.

Scrape themes only (default)

{
"maxItems": 50
}

Scrape themes with reviews

{
"maxItems": 10,
"do_fetch_reviews": true
}

Keep maxItems lower when fetching reviews. Each theme can have multiple pages of reviews, so the run takes longer and costs more per record.

Shopify Theme Store Scraper Output Fields

Theme data (always included)

{
"themeId": "dawn",
"name": "Dawn",
"price": 0,
"priceText": "Free",
"description": "A beautifully simple, clean, and adaptable theme that works for most store types.",
"designer": "Shopify",
"features": [
"Quick buy",
"Sticky cart",
"Cross-selling",
"Product filtering and sorting",
"Enhanced search"
],
"ratingPercent": 72,
"reviewCount": 4138,
"presets": ["Default"],
"publisherAddress": "151 O'Connor Street, Ottawa ON K2P 2L8, CA",
"publisherEmail": "theme-support@shopify.com",
"versionNumber": "16.0.0",
"releaseDate": "2021-06-29",
"link": "https://themes.shopify.com/themes/dawn",
"imageUrl": "https://themes.shopify.com/services/...",
"scrapedAt": "2026-03-09T14:22:31.000Z"
}
FieldTypeDescription
themeIdstringUnique identifier extracted from the theme URL
namestringTheme name
pricenumberPrice in USD. Free themes return 0.
priceTextstringFormatted price string (e.g., "$380 USD" or "Free")
descriptionstringTheme description from the detail page
designerstringTheme designer or developer name
featuresarrayList of theme features by category
ratingPercentnumberPositive rating percentage
reviewCountnumberTotal number of user reviews
presetsarrayAvailable theme presets/variants
publisherAddressstringDesigner's contact address
publisherEmailstringDesigner's contact email
versionNumberstringCurrent theme version
releaseDatestringTheme release date
linkstringURL to the theme page on Shopify
imageUrlstringTheme preview image URL
scrapedAtstringISO 8601 timestamp of when this record was scraped

Review data (when do_fetch_reviews is enabled)

Each theme record gets an additional reviews array:

{
"themeId": "dawn",
"name": "Dawn",
"price": 0,
"reviews": [
{
"reviewerName": "Kara M.",
"reviewDate": "2025-11-14",
"reviewText": "Clean and fast out of the box. Customization options are solid for a free theme.",
"designerReply": "Thanks for the kind words, Kara."
},
{
"reviewerName": "Shop Owners Co.",
"reviewDate": "2025-10-02",
"reviewText": "Decent theme but the mega menu is limited compared to paid options."
}
]
}
FieldTypeDescription
reviewerNamestringName of the reviewer
reviewDatestringDate the review was posted
reviewTextstringFull text of the review
designerReplystringDesigner's reply to the review, if one exists

FAQ

How many themes does Shopify Theme Store Scraper return? The Shopify Theme Store has roughly 280 themes. Set maxItems to 300 or higher to get all of them, or set it lower to grab a subset. The scraper stops as soon as it hits your limit.

How long does a full run take? A full scrape of all themes without reviews takes about 15-20 minutes. With reviews enabled, it depends on how many reviews each theme has — budget closer to an hour for a full catalog run with reviews.

What does the premium reviews feature cost? Review-enabled records are billed at a higher per-result rate than standard theme records. The exact cost depends on your Apify plan, but the tradeoff is straightforward: you get the actual words people wrote instead of just a number.

Can I scrape just free themes or just paid themes? Not directly through the input parameters. The scraper collects all themes and you filter afterward — the price field makes this trivial.

Does the scraper handle rate limiting? Yes. It runs with built-in delays and automatic retry logic. Shopify's theme store is not aggressive about blocking, but the scraper is polite about it anyway.

Need More Features?

Need custom fields, filters, or a different target site? File an issue or get in touch.

Why Use Shopify Theme Store Scraper?

  • Complete catalog coverage — Scrapes the entire Shopify Theme Store in one run, including fields like designer email and physical address that you will not find in any public API
  • Reviews with context — Most scrapers give you a star rating and call it a day. This one pulls the full review text and designer replies, which is where the actual signal lives.
  • Simple two-knob input — Set how many themes you want and whether you want reviews. That is the entire configuration.