8000 GitHub - giaco8020/VintedScraper: easy-to-use python client for scraping data from https://www.vinted.it/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

giaco8020/VintedScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

easy-to-use python client for scraping data from https://www.vinted.it/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0