{"id":50316015,"url":"https://github.com/addisonking/pricecharting","last_synced_at":"2026-05-29T00:02:24.133Z","repository":{"id":360330828,"uuid":"1249660591","full_name":"addisonking/pricecharting","owner":"addisonking","description":"Unofficial PriceCharting scraper with REST API and MCP server","archived":false,"fork":false,"pushed_at":"2026-05-26T00:37:24.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T02:17:08.563Z","etag":null,"topics":["ebay","fastapi","game-prices","lm-studio","mcp-server","pricecharting","python","rest-api","scraper","video-games"],"latest_commit_sha":null,"homepage":"","language":"Python","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/addisonking.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T23:46:00.000Z","updated_at":"2026-05-26T00:37:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/addisonking/pricecharting","commit_stats":null,"previous_names":["addisonking/pricecharting"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/addisonking/pricecharting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonking%2Fpricecharting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonking%2Fpricecharting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonking%2Fpricecharting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonking%2Fpricecharting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addisonking","download_url":"https://codeload.github.com/addisonking/pricecharting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addisonking%2Fpricecharting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33630999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ebay","fastapi","game-prices","lm-studio","mcp-server","pricecharting","python","rest-api","scraper","video-games"],"created_at":"2026-05-29T00:02:23.437Z","updated_at":"2026-05-29T00:02:24.128Z","avatar_url":"https://github.com/addisonking.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pricecharting\n\nunofficial scraper + rest api + mcp server for pricecharting.com  \nworks for games, consoles, and hardware\n\n## install\n\n```bash\npip install -r requirements.txt\n```\n\n## caching\n\ncaching works out of the box with a local SQLite database (`cache.db`). no config needed.\n\n- default cache TTL: 1 hour (3600s)\n- search results cached for 5 minutes\n- all API responses include `cached: true` when served from cache\n\n### turso (optional)\n\nfor a persistent remote cache, create a `.env`:\n\n```bash\ncp .env.example .env\n# fill in your Turso DB URL and token from https://docs.turso.tech\n```\n\n### disable cache\n\nset `DISABLE_CACHE=1` in your environment to fetch fresh data every request.\n\n## rest api\n\n```bash\nuvicorn api:app --host 0.0.0.0 --port 8000\n```\n\n- `GET /game/{slug}` — prices + recent sales for games, consoles, or hardware\n  - response includes `cached: true` when served from cache\n- `GET /search?q=...` — search by title\n\n## mcp server (lm studio)\n\nadd a stdio server in lm studio settings:\n\n- **command**: `/path/to/repo/run_mcp.sh`\n- **args**: *(empty)*\n\n### tools\n\n- `search_products(query)` — search games, consoles, or hardware by title\n- `get_product_prices(slug)` — current prices + volume\n- `get_product_sales(slug, condition, limit=5)` — recent sales for one condition\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddisonking%2Fpricecharting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddisonking%2Fpricecharting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddisonking%2Fpricecharting/lists"}