Python client for scraping Vinted website
Project description
VintedAPIClient
Installation
You can install the package using pip:
pip install VintedAPIClient
Usage
from VintedAPIClient import VintedAPI
# Initialize the API client
api = VintedAPI()
# Retrieve a list of items based on a search query
# query: String containing the search keywords
# page: Integer indicating the page number to retrieve (approximately 100 items per page)
items = api.get_list_items("query", page)
# Download images for a specific item
# url: Vinted URL corresponding to an item
# destination_folder: Folder path where the images should be saved
# Images will be saved sequentially as "imgNUMBER.jpg"
api.download_images_by_url(url, destination_folder)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
VintedAPIClient-0.1.0.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file VintedAPIClient-0.1.0.tar.gz
.
File metadata
- Download URL: VintedAPIClient-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7bca3eec89910aaf1f9a0fe5065cddbc0b0ba1544fe95196d912cdd1ea0e34d |
|
MD5 | 8034a2d88c9890cd1967dc588e12505e |
|
BLAKE2b-256 | 972af6cbb077f7a1410bca5c6e117a752e3d2649d0d8c8035c7c940f1ed4b944 |
File details
Details for the file VintedAPIClient-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: VintedAPIClient-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb97e623230e42ce110c6044ceccdfebe8504530bbff725e9f87530f89ee1f80 |
|
MD5 | 5b190951f8fa778e8eeba03f695b3a88 |
|
BLAKE2b-256 | b1b15e5230647a13b1cf50277ca9192fcf19b341a59183fc5f89e8c8125eaf03 |