Python client for scraping Vinted website
Project description
VintedAPIClient
Installation
You can install the package using pip:
pip install VintedAPIClient
Usage
from VintedAPIClient.VintedAPI 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.1.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file VintedAPIClient-0.1.1.tar.gz
.
File metadata
- Download URL: VintedAPIClient-0.1.1.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 | 95838ec674331349b1c430511036dcd59c1cfc76b4e1fe34a205934d4efea61e |
|
MD5 | 413d9d176402398bc44b564819590a29 |
|
BLAKE2b-256 | 6438a39f35d769e69b791d78c311c073dd3081157afed7f0954fe56f0b7e30e5 |
File details
Details for the file VintedAPIClient-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: VintedAPIClient-0.1.1-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 | e2db3a32673cef45035f1bbeb05539613968d7fcf4a003825d98e315293f230a |
|
MD5 | 744c366ec47b997570f806786c081c71 |
|
BLAKE2b-256 | 77fc18aa5f37032228e7016031a500d822a1a26b5d5dbf17cb9decb8251da471 |