Skip to main content

Une description de votre bibliothèque

Project description

Vinted-Api-Wrapper

Simple python package that uses the Vinted API to search new posts.

Install

Simpely install package using pip :

pip install Vinted_api_scraper

Example

from Vinted_api_scraper import Vinted

vinted = Vinted()

# search(url, number_of_items, page_number)
items = vinted.items.search("https://www.vinted.fr/vetement?order=newest_first&price_to=60&currency=EUR",10,1)
#returns a list of objects: item

You can access Item attributes as shown here:

item1 = items[0]
#title
item1.title
#id
item1.id
#photo url
item1.photo
#brand
item1.brand_title
#price
item1.price
#url
item1.url
#currency
item1.currency

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Vinted_api_scraper-0.3.0.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Vinted_api_scraper-0.3.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file Vinted_api_scraper-0.3.0.tar.gz.

File metadata

  • Download URL: Vinted_api_scraper-0.3.0.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.3

File hashes

Hashes for Vinted_api_scraper-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c9a7c6def324256dc9e42f3c883aa4b181b3b86bd045b57bb0793b9113622eac
MD5 d863ed326c671e79bce2e212f2b9994e
BLAKE2b-256 0a8e083fb671fbdb2fa0299f9ec2f87c2126ac440f8875cfa7ca44f5cb240d17

See more details on using hashes here.

File details

Details for the file Vinted_api_scraper-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for Vinted_api_scraper-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a2fcbe8535f95fffc0f624d5b97c023aa29ccfeef9d6d8641b99d10244df53b
MD5 9b2e7b6cc4f822acb8ce0a78b4bc7d63
BLAKE2b-256 8f4364fa937204d1e4fe8ade3ea0b177b5078111c8de21f436cf63a746fa6e50

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page