Skip to main content

Vinted API wrapper for python

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.5.0.tar.gz (5.0 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.5.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Vinted_api_scraper-0.5.0.tar.gz
  • Upload date:
  • Size: 5.0 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.5.0.tar.gz
Algorithm Hash digest
SHA256 4f147ac93efaf8e16edcdc8208c0ae36d9ab6fe5c5f540ebd581d8790568e2ec
MD5 084a35a755d39a7dee92a3f1e373335e
BLAKE2b-256 7b5ffc4a42a3d30d500db291a1696932f0769d2262918228970b08dd1e183b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Vinted_api_scraper-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 36a01d81984f757da1135af2b03a6141cfe2dd47caa331e584acc112a97076de
MD5 a42146b53d8e6c4c85dbfc72bfc544da
BLAKE2b-256 a472bc16d97aa2a4e0644dd9ee8170ec5f4b8b78c2822758aa3f27c1094fee81

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