{"id":34075695,"url":"https://github.com/herissondev/vinted-api-wrapper","last_synced_at":"2025-12-14T09:57:04.360Z","repository":{"id":39602763,"uuid":"453453734","full_name":"herissondev/vinted-api-wrapper","owner":"herissondev","description":"This is a simple python module to interact with the vinted api with ease.","archived":false,"fork":false,"pushed_at":"2025-05-11T20:39:59.000Z","size":70,"stargazers_count":61,"open_issues_count":11,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-28T12:22:39.783Z","etag":null,"topics":["python","vinted"],"latest_commit_sha":null,"homepage":"","language":"Python","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/herissondev.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":"2022-01-29T16:33:21.000Z","updated_at":"2025-08-14T22:53:44.000Z","dependencies_parsed_at":"2022-07-13T09:00:48.451Z","dependency_job_id":"bd1d32f9-0027-4b37-836e-1b7c0e2822fe","html_url":"https://github.com/herissondev/vinted-api-wrapper","commit_stats":null,"previous_names":["herissondev/vinted-api-wrapper","aime-risson/vinted-api-wrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/herissondev/vinted-api-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herissondev%2Fvinted-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herissondev%2Fvinted-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herissondev%2Fvinted-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herissondev%2Fvinted-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herissondev","download_url":"https://codeload.github.com/herissondev/vinted-api-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herissondev%2Fvinted-api-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27725723,"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","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"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":["python","vinted"],"created_at":"2025-12-14T09:57:03.717Z","updated_at":"2025-12-14T09:57:04.346Z","avatar_url":"https://github.com/herissondev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vinted-Api-Wrapper\nSimple python package that uses the Vinted API to search new posts.\n\n## Install\nSimpely install package using pip :\n```\npip install pyVinted\n```\n## Example\n\n```py\nfrom pyVinted import Vinted\n\nvinted = Vinted()\n\n# search(url, number_of_items, page_number)\nitems = vinted.items.search(\"https://www.vinted.fr/vetement?order=newest_first\u0026price_to=60\u0026currency=EUR\",10,1)\n#returns a list of objects: item\n\n```\nYou can access Item attributes as shown here:\n```py\nitem1 = items[0]\n#title\nitem1.title\n#id\nitem1.id\n#photo url\nitem1.photo\n#brand\nitem1.brand_title\n#price\nitem1.price\n#url\nitem1.url\n#currency\nitem1.currency\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherissondev%2Fvinted-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherissondev%2Fvinted-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherissondev%2Fvinted-api-wrapper/lists"}