
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
fetch-price
Advanced tools
Live UK marketplace product search for AI agents. eBay UK live via Browse API; Amazon UK rolling out. Normalised JSON, affiliate links included.
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.
npm install fetch-price
import FetchPrice from "fetch-price";
const fp = new FetchPrice(); // keyless free tier: 50 lookups/month
const r = await fp.search("portable air conditioner", { max_results: 3, max_price: 300 });
for (const p of r.results) {
console.log(`${p.product}: £${p.price} (${p.network}) -> ${p.url}`);
}
With an API key (higher limits, BYOK affiliate routing):
const fp = new FetchPrice("fp_..."); // or set FETCH_PRICE_API_KEY
Every result carries a result_type: "item" is a real listing, "search_link" is a tracked
marketplace search fallback with price: 0 (served for networks not yet live, or if the upstream
API is briefly unavailable). compare() ignores fallbacks.
MIT licence.
FAQs
Live UK marketplace product search for AI agents. eBay UK live via Browse API; Amazon UK rolling out. Normalised JSON, affiliate links included.
The npm package fetch-price receives a total of 52 weekly downloads. As such, fetch-price popularity was classified as not popular.
We found that fetch-price demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.