
Shopify App Store Scraper
Deprecated
Pricing
$20.00/month + usage

Shopify App Store Scraper
Deprecated
Use this scrapper to collect data about apps on the Shopify app store, including titles, handles, descriptions, ratings and more.
0.0 (0)
Pricing
$20.00/month + usage
1
Total users
135
Monthly users
14
Last modified
a year ago
What does the Shopify App Store Scraper do?
The Shopify App Store Scraper is a tool for scraping the Shopify App Store. It can scrape the entire Shopify App Store database and extract all the information about the apps, including:
- Handle
- URL
- Title
- Number of ratings
- Rating
- Description
- Pricing
- Categories
- Logo URL
How should the input look?
By default, the scraper will scrape all the apps listed on the Shopify App Store. You can choose to limit the dataset to only a few apps or set a limited number of apps using the "Apps urls" and "Max items".
- Apps urls : Urls of the apps to crawl. Leave empty to crawl all the apps.
- Max items : Maximum number of apps to crawl.
What is the output format?
The scraper will provide a list of the requested apps in JSON format, including all the attributes listed above.
Example:
1[{ 2 "appHandle": "good-fulfill", 3 "appUrl": "https://apps.shopify.com/good-fulfill", 4 "pageTitle": "Goods Fulfill", 5 "grades": "", 6 "gradeInt": null, 7 "description": "Goods Fulfill is revolutionary dropshipping app offering wide range of electronics across the world.\n \n \n Goods Fulfill is one of the online dropshipping provider for electronic goods where wholesale and retail buyers, and dropshippers from around the world successfully connect in single click.\n\nWe as Goods Fulfill offer wide range of electronic goods like, camera, camera lens, camcorders, unlocked mobile phones, smart watch, tablet and their accessories where dropshippers and wholesale buyers can make reasonable profit with selling all listed products.\n \n \n \n Goods Fulfill is one of the online dropshipping provider for electronic goods where wholesale and retail buyers, and dropshippers from around the world successfully connect in single click.\n\nWe as Goods Fulfill offer wide range of electronic goods like, camera, camera lens, camcorders, unlocked mobile phones, smart watch, tablet and their accessories where dropshippers and wholesale buyers can make reasonable profit with selling all listed products.\n \n \n more\n \n \n \n \n \n \n \n \n Dropshipping business to start selling digital electronic goods\n \n \n \n \n \n \n \n Range of camera, camcorders, camera lens, mobile phones, smart watch, tablets\n \n \n \n \n \n \n \n Offering free shipping on all orders received from dropshipper and wholesaler.\n \n \n \n \n \n \n \n Almost all products are covered with 1 year warranty.", 8 "pricesArray": [ 9 "$99/month" 10 ], 11 "categories": [ 12 "finding-products-product-sourcing-dropshipping" 13 ], 14 "logo_url": "https://cdn.shopify.com/app-store/listing_images/a1da76a41ac03b15b8fb3e9aedec1c7b/icon/CI-w-qTJwfwCEAE=.png" 15}, 16{ 17 "appHandle": "bulk-discount-generator", 18 "appUrl": "https://apps.shopify.com/bulk-discount-generator", 19 "pageTitle": "Bulk Discount Code Bot", 20 "grades": "358", 21 "gradeInt": "4.9", 22 "description": "Generate and export unique discount code sets. Stop coupon abuse and personalize your marketing.\n \n \n Unique discount codes are a super smart way to keep customers coming back while avoiding the abuse of leaked discount codes. With our bulk discount code generator, you can create large sets of unique discount codes in Shopify in just a few clicks. Easily generate unlimited unique codes or provide specific ones yourself, then export your codes directly from the app to use in your preferred marketing channel. Don’t waste your time, let the robots do the work!\n \n \n \n Unique discount codes are a super smart way to keep customers coming back while avoiding the abuse of leaked discount codes. With our bulk discount code generator, you can create large sets of unique discount codes in Shopify in just a few clicks. Easily generate unlimited unique codes or provide specific ones yourself, then export your codes directly from the app to use in your preferred marketing channel. Don’t waste your time, let the robots do the work!\n \n \n more\n \n \n \n \n \n \n \n \n Create and import unlimited unique discount codes right into Shopify.\n \n \n \n \n \n \n \n Export your codes to CSV directly from the app.\n \n \n \n \n \n \n \n Preview example codes and get an estimated time to generate.\n \n \n \n \n \n \n \n Keep out unwanted characters and words with automatic filtering.\n \n \n \n \n \n \n \n Look up any unique code to find its discount inside Shopify.", 23 "pricesArray": [ 24 "Free", 25 "$19/month", 26 "$99/month" 27 ], 28 "categories": [ 29 "marketing-and-conversion-promotions-discounts" 30 ], 31 "logo_url": "https://cdn.shopify.com/app-store/listing_images/a8478ddec690db3f058dc9f525509e52/icon/CMORr5TltvsCEAE=.png" 32}, 33... 34]