Live UK marketplace product search for AI agents. eBay UK live via Browse API; Amazon UK rolling out. Normalised JSON, affiliate links included.
Project description
fetch-price
Live UK marketplace product search for AI agents and humans. One call returns real items with real prices, normalised JSON, and affiliate-tracked buy links. eBay UK is live via the official Browse API; Amazon UK is rolling out.
pip install fetch-price
from fetch_price import FetchPrice
fp = FetchPrice() # keyless free tier: 50 lookups/month
result = fp.search("portable air conditioner", max_results=3, max_price=300)
for p in result.products:
print(f"{p.name}: £{p.price} ({p.network}) -> {p.url}")
With an API key (higher limits, BYOK affiliate routing):
fp = FetchPrice(api_key="fp_...") # or set FETCH_PRICE_API_KEY
- Docs: https://fetch-price.com/docs
- Get a key: https://fetch-price.com/docs#get-key
- Agent card (A2A): https://fetch-price.com/.well-known/agent-card.json
- MCP server + JS SDK: https://github.com/fusionx212/fetch-price
MIT licence.
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
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 fetch_price-1.0.2.tar.gz.
File metadata
- Download URL: fetch_price-1.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff9b9a2a334c8febfc33f5db72a3b6b0d309ea78dd57f1644cbcfb6ea3b3316c
|
|
| MD5 |
ac01866b07b1d61c0f1cbd59d0fcae5c
|
|
| BLAKE2b-256 |
e28bcc4dd17efa331081c8f6e85963f0a11e2f9fc05776d3c73e487cc101010a
|
File details
Details for the file fetch_price-1.0.2-py3-none-any.whl.
File metadata
- Download URL: fetch_price-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84e81173e4626b341d9c7cc52216374b3a69926f07220515e5731138a688816a
|
|
| MD5 |
f2a410489c9b77ab21edeb65c0c34cdc
|
|
| BLAKE2b-256 |
30bb548544e3ac4eef10b53de6c86e9084998af7cf2e8541d7e507283911deb3
|