{"id":19100007,"url":"https://github.com/nager/Nager.AmazonProductAdvertising","last_synced_at":"2025-04-18T17:32:31.504Z","repository":{"id":45947058,"uuid":"53892810","full_name":"nager/Nager.AmazonProductAdvertising","owner":"nager","description":" .NET Amazon Product Advertising Client","archived":true,"fork":false,"pushed_at":"2021-12-21T19:21:01.000Z","size":3276,"stargazers_count":159,"open_issues_count":0,"forks_count":77,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-06-18T18:39:30.794Z","etag":null,"topics":["amazon","amazon-product-advertising","amazon-product-advertising-api","amazon-product-data","c-sharp","csharp","dotnet","dotnet-core","paapi","paapi5","product-advertising-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/nager.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"nager"}},"created_at":"2016-03-14T21:22:05.000Z","updated_at":"2024-05-10T15:37:33.000Z","dependencies_parsed_at":"2022-09-05T16:01:53.790Z","dependency_job_id":null,"html_url":"https://github.com/nager/Nager.AmazonProductAdvertising","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/nager%2FNager.AmazonProductAdvertising","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nager%2FNager.AmazonProductAdvertising/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nager%2FNager.AmazonProductAdvertising/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nager%2FNager.AmazonProductAdvertising/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nager","download_url":"https://codeload.github.com/nager/Nager.AmazonProductAdvertising/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783096,"owners_count":17201903,"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":["amazon","amazon-product-advertising","amazon-product-advertising-api","amazon-product-data","c-sharp","csharp","dotnet","dotnet-core","paapi","paapi5","product-advertising-api"],"created_at":"2024-11-09T03:52:25.903Z","updated_at":"2024-11-09T03:52:54.701Z","avatar_url":"https://github.com/nager.png","language":"C#","funding_links":["https://github.com/sponsors/nager"],"categories":["dotnet","csharp"],"sub_categories":[],"readme":"# Nager.AmazonProductAdvertising\nAllow access to amazon product advertising API (`paapi5`), you can search a product over the name or a keyword.\n\n### Usage\n\nPlease check the AmazonEndpoint is correct for your Country.\n- Amazon Germany use `AmazonEndpoint.DE`\n- Amazon Spain use `AmazonEndpoint.ES`\n- Amazon United Kingdom use `AmazonEndpoint.UK`\n\n##### Item Search (simple)\n```cs\nvar authentication = new AmazonAuthentication(\"accesskey\", \"secretkey\");\nvar client = new AmazonProductAdvertisingClient(authentication, AmazonEndpoint.US, \"nager-20\");\nvar result = await client.SearchItemsAsync(\"canon eos\");\n```\n\n##### Item Search (advanced)\n```cs\nvar authentication = new AmazonAuthentication(\"accesskey\", \"secretkey\");\nvar client = new AmazonProductAdvertisingClient(authentication, AmazonEndpoint.US, \"nager-20\");\nvar searchRequest = new SearchRequest\n{\n    Keywords = \"canon eos\",\n    ItemPage = 2,\n    Resources = new []\n    {\n        //You can found all available Resources in the documentation\n        //https://webservices.amazon.com/paapi5/documentation/search-items.html#resources-parameter\n        \"Images.Primary.Large\",\n        \"ItemInfo.Title\",\n        \"ItemInfo.Features\"\n    }\n};\nvar result = await client.SearchItemsAsync(searchRequest);\n```\n\n##### Item Lookup\n```cs\nvar authentication = new AmazonAuthentication(\"accesskey\", \"secretkey\");\nvar client = new AmazonProductAdvertisingClient(authentication, AmazonEndpoint.US, \"nager-20\");\nvar result = await client.GetItemsAsync(\"B00BYPW00I\");\n```\n\n##### Multi Item Lookup\n```cs\nvar authentication = new AmazonAuthentication(\"accesskey\", \"secretkey\");\nvar client = new AmazonProductAdvertisingClient(authentication, AmazonEndpoint.US, \"nager-20\");\nvar result = await client.GetItemsAsync(new string[] { \"B00BYPW00I\", \"B004MKNBJG\" });\n```\n\n### Amazon Documentation\n- [API Reference](https://webservices.amazon.com/paapi5/documentation/)\n- [Product Advertising API Scratchpad](https://webservices.amazon.com/paapi5/documentation/play-around-using-scratchpad.html)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnager%2FNager.AmazonProductAdvertising","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnager%2FNager.AmazonProductAdvertising","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnager%2FNager.AmazonProductAdvertising/lists"}