https://github.com/yoast/singer-tap-shopify-shops
Scrape of publicly available Shopify shop information
https://github.com/yoast/singer-tap-shopify-shops
Last synced: 10 months ago
JSON representation
Scrape of publicly available Shopify shop information
- Host: GitHub
- URL: https://github.com/yoast/singer-tap-shopify-shops
- Owner: Yoast
- License: agpl-3.0
- Created: 2022-04-26T10:32:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T09:49:31.000Z (almost 4 years ago)
- Last Synced: 2025-04-21T09:06:05.221Z (about 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singer-tap-shopify-shops
This is a [Singer](https://singer.io) tap that produces JSON-formatted data following the [Singer spec](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification).
This tap:
- Scrapes data from the /meta.json file for each Shopify shop in a given list
- Extracts the following resources:
- Shop location
- Domain
- Description
- Outputs the schema for each resource
- Adds only new data to the BigQuery table
### Step 1: Get a list of available shops via a Shopify Partners Query
1. TODO
### Step 2: Scrape
1. TODO
Copyright © 2021 Yoast