{"id":21496342,"url":"https://github.com/thunbergolle/steam-price","last_synced_at":"2025-06-21T03:35:09.930Z","repository":{"id":57370563,"uuid":"135756084","full_name":"ThunbergOlle/steam-price","owner":"ThunbergOlle","description":"This npm module let's you get the latest information about an item on the steam community market! Live updated with your requests.","archived":false,"fork":false,"pushed_at":"2020-04-08T11:52:40.000Z","size":1132,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-07T02:06:51.912Z","etag":null,"topics":["csgoskins","get-market-prices","skin-prices","steam","steam-api","steam-community","steam-market","steam-prices","steambot","steamcommunitymarket","steammarket","steamprice","steamtrades","tradebot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ThunbergOlle.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":"2018-06-01T19:31:29.000Z","updated_at":"2024-09-01T12:27:30.000Z","dependencies_parsed_at":"2022-08-29T19:00:25.740Z","dependency_job_id":null,"html_url":"https://github.com/ThunbergOlle/steam-price","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/ThunbergOlle%2Fsteam-price","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunbergOlle%2Fsteam-price/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunbergOlle%2Fsteam-price/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThunbergOlle%2Fsteam-price/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThunbergOlle","download_url":"https://codeload.github.com/ThunbergOlle/steam-price/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226064502,"owners_count":17568036,"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":["csgoskins","get-market-prices","skin-prices","steam","steam-api","steam-community","steam-market","steam-prices","steambot","steamcommunitymarket","steammarket","steamprice","steamtrades","tradebot"],"created_at":"2024-11-23T16:15:51.479Z","updated_at":"2024-11-23T16:15:52.114Z","avatar_url":"https://github.com/ThunbergOlle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam-price-API\nThis is a module developed by OlleThunberg that lets you easily check in-game items values.\n\n**Install**\n```js\nnpm install steam-price-api --save\n```\n\n**Import**\n```js\nconst steamprice = require('steam-price-api');\n```\n\n## Methods\n```js\n//For one item\nsteamprice.getprice(appid, itemname, currency);\n```\n- `appid` : The games appid. (730 = CSGO)\n- `itemname` : The items market name. (Example: Clutch Case)\n- `currency` : The currency in **numbers**. (1 = USD);\n\n## Examples\n\n### Get One Item: \n```js\nsteamprice.getprice(730, 'Clutch Case', '1').then(data =\u003e {\n    console.log(data);\n}).catch(err =\u003e console.log(err));\n```\n**Output**\n```json\n{ \"success\": true,\n  \"lowest_price\": \"$0.21\",\n  \"volume\": \"31,939\",\n  \"median_price\": \"$0.21\" }\n```\n\n---\n\n\n### Get Multiple Items:\n```js\nconst items = [\n    'Clutch Case Key',\n    'Clutch Case'\n]\nsteamprice.getprices(730, items, '1').then(data =\u003e {\n    console.log(data);\n}).catch(err =\u003e console.log(err));\n```\n**Output**\n```json\n{ \"success\": true,\n  \"lowest_price\": \"$2.56\",\n  \"volume\": \"3,110\",\n  \"median_price\": \"$2.56\" }\n{ \"success\": true,\n  \"lowest_price\": \"$0.21\",\n  \"volume\": \"31,939\",\n  \"median_price\": \"$0.21\" }\n```\n## License\nMIT License\n\nCopyright (c) 2018 Olle Thunberg\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunbergolle%2Fsteam-price","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunbergolle%2Fsteam-price","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunbergolle%2Fsteam-price/lists"}