An automated workflow that scrapes Shopify store information and product data using the Shopify Scraper API from RapidAPI, triggered by a user submitting a website URL, then logs data into Google Sheets for easy access and analysis.
On form submission
Triggers when a user submits a Shopify store website URL.
Store Info Scrap Request
Sends a POST request to shopify-scraper4.p.rapidapi.com/shopinfo.php
to fetch store metadata (name, location, domain, etc.).
Products Scarp Request
Sends a POST request to shopify-scraper4.p.rapidapi.com/products.php
to retrieve detailed product data (titles, prices, tags, etc.).
Append Store Info Google Sheets
Appends store metadata into the "Shop Info" sheet in Google Sheets.
Append Products Data In Google Sheets
Appends product data into the "Products" sheet in Google Sheets.
Ideal for businesses or analysts who want to quickly gather Shopify store insights and product catalogs without manual data collection, enabling data-driven decision-making or competitive analysis.
Follow these steps to get your API key and start using it in your workflow:
Visit the API Page
👉 Click here to open Shopify Scraper API on RapidAPI
Log in or Sign Up
Subscribe to a Pricing Plan
Access Your API Key
X-RapidAPI-Key
under Request Headers.Use the Key in Your Workflow
"x-rapidapi-key": "your key"
with:"x-rapidapi-key": "YOUR_ACTUAL_API_KEY"