{"id":20100752,"url":"https://github.com/mattbit/amazonpa","last_synced_at":"2025-05-06T06:32:35.573Z","repository":{"id":79842430,"uuid":"49288336","full_name":"mattbit/amazonpa","owner":"mattbit","description":"Go lang library for Amazon Product Advertising API","archived":false,"fork":false,"pushed_at":"2017-12-30T11:06:42.000Z","size":27,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T09:40:56.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mattbit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-08T18:12:04.000Z","updated_at":"2018-04-03T06:41:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"655e4e92-eb9f-4f18-98b1-dbd3aec84fe7","html_url":"https://github.com/mattbit/amazonpa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Famazonpa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Famazonpa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Famazonpa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Famazonpa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattbit","download_url":"https://codeload.github.com/mattbit/amazonpa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252633769,"owners_count":21779915,"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":[],"created_at":"2024-11-13T17:17:00.794Z","updated_at":"2025-05-06T06:32:35.324Z","avatar_url":"https://github.com/mattbit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mattbit/amazonpa.svg?branch=master)](https://travis-ci.org/mattbit/amazonpa)\n\n# Amazon PA\n\nA Go lang library to interact with Amazon Product Advertising API.\n\nThe library does not cover all the functionality of the PA API, but feel free to create new pull requests and I will try to merge them quickly!\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/mattbit/amazonpa\"\n)\n\nfunc main() {\n\tcfg := amazonpa.Config{\n\t\tAccessKey:    \"YOUR_KEY\",\n\t\tAccessSecret: \"YOUR_SECRET\",\n\t\tAssociateTag: \"YOUR_TAG\",\n\t\tRegion:       \"YOUR_REGION\",\n\t\tSecure:       true,\n\t}\n\tclient := amazonpa.NewClient(cfg)\n\n\tquery := amazonpa.ItemSearchQuery{\n\t\tSearchIndex:    \"All\",\n\t\tKeywords:       \"mouse\",\n\t\tResponseGroups: []string{\"Large\"},\n\t}\n\n\tresponse, err := client.ItemSearch(query)\n\n\tif err != nil {\n\t\tfmt.Println(err)\n\t} else {\n\t\tfmt.Printf(\"Found %d items\\n\", len(response.Items.Items))\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbit%2Famazonpa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattbit%2Famazonpa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbit%2Famazonpa/lists"}