Shopify Products Scraper - Automate Product Extraction
3 days trial then $9.99/month - No credit card required now
Shopify Products Scraper - Automate Product Extraction
3 days trial then $9.99/month - No credit card required now
Automate monitoring prices on the most popular solution for building online stores and selling products online. Crawl arbitrary Shopify-powered online stores and extract a list of all products in a structured form, including product title, price, description, etc.
Start URLs
startUrls
arrayOptional
Provide Shopify shop URLs as the starting point
Default value of this property is []
Max items
maxRequestsPerCrawl
integerOptional
Maximum number of items to scrape. Set it to 0 to scrape everything.
Default value of this property is 10
Proxy Configuration
proxyConfig
objectOptional
Use either automatic Apify proxies, Residentials or your own.
Default value of this property is {"useApifyProxy":true}
Check for Shopify on robots
checkForBanner
booleanOptional
Ensure that the remote robots.txt file contains the Shopify keyword.
Default value of this property is true
Extend Output Function
extendOutputFunction
stringOptional
Add or remove properties on the output object or omit the output returning null
Default value of this property is "async ({ data, item, product, images, fns, name, request, variants, context, customData, input, Apify }) => {\n return item;\n}"
Extend Scraper Function
extendScraperFunction
stringOptional
Advanced function that allows you to extend the default scraper functionality, allowing you to manually perform actions on the page
Default value of this property is "async ({ fns, customData, Apify, label }) => {\n \n}"
Custom data
customData
objectOptional
Any data that you want to have available inside the Extend Output/Scraper Function
Default value of this property is {}
Fetch HTML
fetchHtml
booleanOptional
If you decide to fetch the HTML of the pages, it will take twice as long. Make sure to only enable this if needed
Default value of this property is false
Max concurrency
maxConcurrency
integerOptional
Max concurrency to use
Default value of this property is 10
- 6 monthly users
- 2 stars
- 100.0% runs succeeded
- Created in Apr 2024
- Modified about 2 months ago