Amazon to Shopify Product Scraper This project is a simple JavaScript snippet that scrapes product data from an Amazon product page and formats it for Shopify-compatible CSV import. It extracts product details like title, price, description, and images β then generates structured JSON entries that can be used to populate a Shopify store.
π Features Extracts:
-
Product title
-
Product description
-
Price
-
"About this item" bullet points
-
Key product details (like material, care instructions, etc.)
-
Product images
π§ Use Case This is especially useful when you're:
-
Dropshipping from Amazon
-
Importing data for product research
-
Bulk uploading products into Shopify with media assets
-
Automating store data entry
π How to Use
-
Go to any Amazon product page (e.g., jeans, gadgets, kitchenware, etc.).
-
Open Developer Tools (Right click β Inspect β Console tab).
-
Paste the script from scraper.js into the console and hit Enter.
-
Copy the generated JSON output.
-
Convert it to CSV using any online tool or script.
-
Import it into your Shopify store.
π Files
-
Product_Scrapping.js β The core scraping script.
-
README.md β This documentation.
π License MIT License β feel free to use and modify.
π Contributions Got improvements or want to add auto-CSV export? Feel free to fork this repo and submit a pull request!