Shopify Catalog Export
Pricing
from $30.00 / 1,000 store catalog exporteds
Shopify Catalog Export
Exports structured product data from public Shopify storefronts via their standard products.json endpoint. Respects robots.txt on every domain.
Pricing
from $30.00 / 1,000 store catalog exporteds
Rating
0.0
(0)
Developer
Andrew Harris
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Exports structured product data (title, vendor, category, price, availability,
images, tags) from public Shopify storefronts via their standard
products.json endpoint — the same public API that AI shopping agents and
comparison tools already use.
What it does
Give it a list of store domains. For each one it:
- Checks
robots.txtfirst. If/products.jsonis disallowed, the store is skipped and reported — never bypassed. - Fetches the public product feed.
- Writes one dataset row per product: id, title, vendor, category, handle/URL, price, compare-at price, availability, variant count, image count, tags, created date.
Domains that are skipped (robots-disallowed, unreachable, or not a live
Shopify store) get a status: skipped row with the reason, and aren't charged.
Status
Not yet deployed to Apify Store. Code is written and structured to Apify's Python actor conventions, and the underlying fetch/robots-check logic is the same code this project ran against 377 real stores during an earlier research pass — but this specific actor packaging hasn't been built or run on the Apify platform yet. Treat it as ready-to-deploy, not yet verified end-to-end in that environment.
Pricing model
Pay-per-event: one store-exported charge per domain that successfully
returns product data. Skipped domains aren't charged. Exact price per event
gets set in the Apify Console at publish time, not in code.