oscore-check
v1.0.0
Published
EU dropshipping product scoring: margin, EU delivery time and risk in one O-Score (0-100)
Maintainers
Readme
oscore-check
Score any dropshipping product for the EU market in one call: net margin, EU delivery time, warehouse availability and risk flags → one 0-100 O-Score with a clear verdict.
Install
npm install oscore-checkUsage
const { OScore } = require("oscore-check");
const client = new OScore("YOUR_RAPIDAPI_KEY");
const result = await client.score({
name: "Stackable drawer organizer",
cost_price: 18.40,
eu_delivery_days: 8,
eu_warehouse: true
});
console.log(result.o_score, result.verdict);Free API key (25 scores/month, no credit card): https://rapidapi.com/roetjensdavyux/api/o-score-eu-dropshipping-product-scorer
Also available: pip install oscore (Python) · Live data: https://insightoperator.org
License
MIT
