{"id":19785616,"url":"https://github.com/knlnks/amazon-wrapper","last_synced_at":"2026-04-30T07:31:52.259Z","repository":{"id":128821444,"uuid":"369947798","full_name":"KnlnKS/amazon-wrapper","owner":"KnlnKS","description":"Playing around with go.","archived":false,"fork":false,"pushed_at":"2021-05-27T02:45:06.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T13:29:58.544Z","etag":null,"topics":["gin","go","golang","goquery"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnlnKS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-23T02:52:33.000Z","updated_at":"2021-05-27T02:45:09.000Z","dependencies_parsed_at":"2023-03-30T21:48:43.938Z","dependency_job_id":null,"html_url":"https://github.com/KnlnKS/amazon-wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KnlnKS/amazon-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Famazon-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Famazon-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Famazon-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Famazon-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnlnKS","download_url":"https://codeload.github.com/KnlnKS/amazon-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnlnKS%2Famazon-wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262699942,"owners_count":23350404,"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","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":["gin","go","golang","goquery"],"created_at":"2024-11-12T06:15:14.540Z","updated_at":"2026-04-30T07:31:52.202Z","avatar_url":"https://github.com/KnlnKS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Wrapper API\n\n## Description\n\nGo api that scrapes Amazon product urls.\nPlz don't hate I'm just trying to learn Go.\n\n## Run Locally\n\n1. `cd` into directoy.\n2. Run `go run main.go`.\n\nCongrats! API will be running on port `8080` by default.\n\n## How To Use\n\nFrom an Amazon url extract the following variables:\n`https://www.amazon.ca/${item}/dp/${variant}`\nand create a url like:\n`http://localhost:8080/item/${item}/${variant}`\n\n## Example\n\n[This](https://www.amazon.ca/Mattel-GAMES-W2085-Card-Game/dp/B00CTH0A1Q) Amazon product page is [this](http://localhost:8080/item/Mattel-GAMES-W2085-Card-Game/B00CTH0A1Q) on the API. It returns the following:\n\n```\n{\n    \"hiResLandingImage\": \"https://images-na.ssl-images-amazon.com/images/I/71Jzj%2BN%2BpmS._AC_SL1500_.jpg\",\n    \"landingImage\": \"https://images-na.ssl-images-amazon.com/images/I/71Jzj%2BN%2BpmS.__AC_SX300_SY300_QL70_ML2_.jpg\",\n    \"numReviews\": \"5,231 ratings\",\n    \"price\": \"$6.93\",\n    \"productTitle\": \"UNO Card Game\",\n    \"rating\": \"4.8 out of 5 stars\",\n    \"url\": \"https://www.amazon.ca/Mattel-GAMES-W2085-Card-Game/dp/B00CTH0A1Q\"\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknlnks%2Famazon-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknlnks%2Famazon-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknlnks%2Famazon-wrapper/lists"}