Python client for PricePulse - real-time price monitoring API
Project description
PricePulse Python SDK
A Python client for PricePulse - real-time price monitoring API for Southeast Asian e-commerce.
Installation
pip install pricepulse
Quick Start
from pricepulse import PricePulse
# Get your free API key at https://pricepulse.dev
client = PricePulse(api_key="your-key-here")
# Search products
results = client.search("iPhone 15", source="carousell")
for p in results:
print(f"{p['title']} - ${p['price']}")
# Check trending
trending = client.trending()
# Find arbitrage
deals = client.arbitrage(min_profit=20)
API Reference
| Method | Description |
|---|---|
search(query, source, limit) |
Search products |
trending(source, limit) |
Get trending |
arbitrage(min_profit, limit) |
Find arbitrage |
categories(source) |
Browse categories |
health() |
Health check |
Get your free API key at PricePulse
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
pricepulse-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pricepulse-0.1.0.tar.gz.
File metadata
- Download URL: pricepulse-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.20.0 requests-toolbelt/0.9.1 urllib3/1.26.20 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c853627792adaf72b40b712deabc9912527e99090a280f690be4899128608ae9
|
|
| MD5 |
8f52e0e24e2cf9f49c5ecdf74f112166
|
|
| BLAKE2b-256 |
f457296d497c556ae3ec6abb0d8323dc029efdfef129058b8e540560a4b58d21
|
File details
Details for the file pricepulse-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pricepulse-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.20.0 requests-toolbelt/0.9.1 urllib3/1.26.20 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c12974b1a1bf2a7134cc90148c4f4149ab2d36e6cdbf165431ca4304605054c4
|
|
| MD5 |
07fb4ffc5f7beaaa486c4057c3ed7e72
|
|
| BLAKE2b-256 |
3b5135c1c922ae17208d78406b399254f2ead01e153a99a430af607cc1f6a3f4
|