{"id":16991969,"url":"https://github.com/kyletryon/pcpartpickerparser","last_synced_at":"2026-03-06T23:32:42.541Z","repository":{"id":40713543,"uuid":"170241156","full_name":"KyleTryon/PCPartPickerParser","owner":"KyleTryon","description":"Easily fetch the list of PC parts from a PCPartPicker.com part list. Useful for discord bots and more.","archived":false,"fork":false,"pushed_at":"2023-01-06T11:31:09.000Z","size":461,"stargazers_count":7,"open_issues_count":13,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T11:15:17.104Z","etag":null,"topics":["discord","pcpartpicker"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/KyleTryon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-12T02:55:03.000Z","updated_at":"2024-12-09T04:13:25.000Z","dependencies_parsed_at":"2023-02-06T00:01:48.911Z","dependency_job_id":null,"html_url":"https://github.com/KyleTryon/PCPartPickerParser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FPCPartPickerParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FPCPartPickerParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FPCPartPickerParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyleTryon%2FPCPartPickerParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyleTryon","download_url":"https://codeload.github.com/KyleTryon/PCPartPickerParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245140924,"owners_count":20567474,"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":["discord","pcpartpicker"],"created_at":"2024-10-14T03:27:55.847Z","updated_at":"2026-03-06T23:32:42.488Z","avatar_url":"https://github.com/KyleTryon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PcPartPickerParser\n\nPCP3 is an unofficial API that returns and array of objects containing parts and information from a given pcpartpicker.com parts list.\n\n## Installation\n\n```bash\nnpm install pcpartpickerparser --save\n```\n\n## Install\n\nLoad the module via `require`\n\n```js\nconst  pcp3  =  require(\"pcpartpickerparser\")\n```\n\nLoad the module via `import`\n\n```js\nimport { getPartsList } from 'pcpartpickerparser'\n```\n\n## Example\n\n```js\nimport { getPartsList } from 'pcpartpickerparser'\n\nasync function returnParts() {\n  try {\n    const parts = getPartsList('list id')\n    console.log(parts)\n  } catch (error) {\n    console.log(error)\n  }\n}\n```\n\n## API\n\nThe tabular data from a standard PC Part Picker list is converted into a JSON array with one object per row.\n\n```json\n[\n  {\n    \"type\": \"CPU\",\n    \"image\": \"https://example.com\",\n    \"name\": \"Part name\",\n    \"price\": \"$9.99\"\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyletryon%2Fpcpartpickerparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyletryon%2Fpcpartpickerparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyletryon%2Fpcpartpickerparser/lists"}