{"id":30126915,"url":"https://github.com/sudolife/shopify","last_synced_at":"2026-05-16T18:31:57.855Z","repository":{"id":37896896,"uuid":"191953387","full_name":"sudoLife/shopify","owner":"sudoLife","description":"An easy-to-use crawler to keep track of reviews of an app on Shopify.","archived":false,"fork":false,"pushed_at":"2022-07-31T16:23:13.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T19:44:04.349Z","etag":null,"topics":["crawler","go","golang","shopify"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudoLife.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-14T14:05:37.000Z","updated_at":"2022-06-17T19:05:30.000Z","dependencies_parsed_at":"2022-07-07T23:12:55.313Z","dependency_job_id":null,"html_url":"https://github.com/sudoLife/shopify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sudoLife/shopify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoLife%2Fshopify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoLife%2Fshopify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoLife%2Fshopify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoLife%2Fshopify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudoLife","download_url":"https://codeload.github.com/sudoLife/shopify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudoLife%2Fshopify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756390,"owners_count":24470563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crawler","go","golang","shopify"],"created_at":"2025-08-10T17:01:46.719Z","updated_at":"2026-05-16T18:31:57.822Z","avatar_url":"https://github.com/sudoLife.png","language":"Go","funding_links":["https://www.buymeacoffee.com/sudoLife"],"categories":[],"sub_categories":[],"readme":"Shopify reviews crawler\n======\n[![Go Report Card](https://goreportcard.com/badge/github.com/sudoLife/shopify)](https://goreportcard.com/report/github.com/sudoLife/shopify)  \n\n\u003ca href=\"https://www.buymeacoffee.com/sudoLife\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n\n***Shopify reviews crawler*** fetches all reviews of an app from [Shopify app store](https://apps.shopify.com/)\n\n### Installation\n\n``` shell\n$ go get -u github.com/sudoLife/shopify\n```\n\n### Example Code\n\n``` go\nimport (\n\t\"encoding/json\"\n\t\"os\"\n\t\"github.com/sudoLife/shopify\"\n)\n\nfunc main() {\n\treviews := shopify.Parse(\"https://apps.shopify.com/YourApp/reviews\")\n\tenc := json.NewEncoder(os.Stdout)\n\tenc.SetIndent(\"\", \" \")\n\t\n\tenc.Encode(reviews)\n}\n```\n### Usage\n\nAfter above code has been saved as something like *get-reviews.go*, run the following command to scrape the data in JSON:\n``` shell\n$ go run get-reviews.go\n```\n\n### Third party libraries\n* [Colly](https://github.com/gocolly/colly/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudolife%2Fshopify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudolife%2Fshopify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudolife%2Fshopify/lists"}