Skip to main content
# wallapopy

This library provides a pure Python client for Wallapop. It works with Python versions from 2.6+ and Python 3.

## API

Already implemented:

* User:
* Profile.
* Sold items.
* Unsold published items.
* Reviews sent to others.
* Reviews received by others.
* Items search.

Other endpoints will be implemented as needed or requested.

## Installing

You can install wallapopy using:

```
$ pip install wallapopy
```

## Using

The motivation for this project was to enable research about reputation in the Sharing Economy. Because I needed lots of data, it includes not only a _client_ but also a _request builder_ which can be used together with [Scrapy](https://github.com/scrapy/scrapy).

### Client

```python
>>> from wallapopy import WallapopClient
>>> client = WallapopClient()
>>> client.user(40000000)
{u'gender': u'M', u'image': {u'averageHexColor': u'565b51', u'pictureId': 148033140...
```

### Request Builder

It returns how to query the data: at the moment the url and HTTP method as nothing more is needed for the implemented endpoints.

```python
>>> from wallapopy import WallapopRequestBuilder
>>> request_builder = WallapopRequestBuilder()
>>> request_builder.user(40000000)
{'method': 'GET', 'url': 'http://pro2.wallapop.com/shnm-portlet/api/v1/user.json/40000000?'}
```


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

wallapopy-1.0.3-py2.py3-none-any.whl (5.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file wallapopy-1.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for wallapopy-1.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bae631fa5df6e09e1c5d536b2f0daa9bf6106ffe9e7b321c61c105cb3468bb7b
MD5 4aad7438d710ed74bfb0b1938286ef19
BLAKE2b-256 ee9405291bc8bb91f83602f46db24b87996e1f0f5719492c962829a9c10813d7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.3 This release

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page