Fast-track your online Shopify business

Data, E-commerce, web scraping

Shopify-Webscraper-fast-tracking-your-online-business

Nowadays, with almost everything being available online - many are looking for ways to start a new eCommerce business or automate an existing one. 

Imagine a fast-track to improve the efficiency of your new, already existing online store. CSV export from Web Scraper and import to Shopify can get you updating your product lists in only a few minutes. 


Whether you are thinking of migrating from another online shopping cart software to Shopify or starting a new dropshipping journey - manually importing each item can take a great amount of time. By implementing scrapers to gather the necessary product data for you can enormously increase the time you can spend developing other aspects of your business.

To learn how to scrape e-commerce websites with Web Scraper, see our previous blog posts:

  1. Classical;
  2. More advanced.

One important thing to mention is that when scraping - to be able to import the data into Shopify, it is very important to name selectors very carefully, as for the import to be successful, the column names within your file have to match Shopify's pre-defined column names.

Here are helpful links to begin your product scraping for Shopify import:

  1. A sample CSV;
  2. List explaining the purpose of each column name.

As an example - we scraped a single Amazon product page with selectors already named for Shopify to be able to recognize the necessary data and imported the “products” to Shopify.

The created example sitemap:

{"_id":"webscraper-shopify-blog-example-sitemap","startUrl":["https://www.amazon.com/s?k=face+masks&s=date-desc-rank&qid=1613385948&ref=sr_st_date-desc-rank"],"selectors":[{"id":"Handle","type":"SelectorLink","parentSelectors":["_root"],"selector":".celwidget > div.s-include-content-margin .a-size-mini a","multiple":true,"delay":0},{"id":"Title","type":"SelectorText","parentSelectors":["element-with-price"],"selector":"span.a-size-large","multiple":false,"regex":"","delay":0},{"id":"Variant Price","type":"SelectorText","parentSelectors":["element-with-price"],"selector":"#ppd [class*=\"PriceString\"]","multiple":false,"regex":"","delay":0},{"id":"Image Src","type":"SelectorElementAttribute","parentSelectors":["element-with-price"],"selector":".imgTagWrapper img","multiple":false,"extractAttribute":"src","delay":0},{"id":"element-with-price","type":"SelectorElement","parentSelectors":["Handle"],"selector":"body:has([class*=\"PriceString\"])","multiple":true,"delay":0}]}

Once the products are scraped and exported or converted to CSV format, importing them into Shopify is a piece of cake.

To import the products to Shopify, visit your Shopify store, go to “Products” -> “All products” and click on the “Import” option on the upper-right. An import menu will open up and there you are able to upload your CSV file. 

Importing-products-from-scraped-Webscraper-Shopify-blog

Importing-products-from-scraped-Webscraper-Shopify-blog

Once the file has been added, we continue the import by clicking the “Upload and continue” option.

As we can see in the preview log - Shopify has detected all of the 38 products within our CSV file; therefore, we can now finalize our import by clicking on “ Import products”.

Importing-files-webscraper-shopify-product-preview-log-blog

Importing-files-webscraper-shopify-product-preview-log-blog

The process might take a few minutes depending on how many products and how much information is imported from the CSV file.

Final-step-product-import-webscraper-shopify

Final-step-product-import-webscraper-shopify

That is it - the whole list has been imported successfully and is now available within our example Shopify store.

If you work closely with scraping products and eCommerce - Web Scraper and Shopify work wonders with product import. From having to manually input each product - scrapers do it in only a few minutes, and lastly, all you have to do is import the file into your Shopify shop. As easy as that! 

Go back to blog page