AI-Pricing-Agent/tests/fixtures/apify_amazon_item.json

129 lines
4.1 KiB
JSON

{
"_comment": "Trimmed junglee/Amazon-crawler item shapes for offline Apify mapper tests.",
"won": {
"asin": "B01ND3Y00M",
"title": "Utopia Kitchen 2 Pack Bib Apron",
"price": { "value": 6.98, "currency": "$" },
"listPrice": { "value": 12.99, "currency": "$" },
"inStock": true,
"inStockText": "In Stock",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" },
"offers": [],
"stars": 4.5,
"reviewsCount": 12783,
"monthlyPurchaseVolume": "8K+ bought in past month",
"bestsellerRanks": [
{ "rank": 353, "category": "Kitchen & Dining" },
{ "rank": 1, "category": "Aprons" }
]
},
"_comment_self_offers": "Captured from a live junglee/Amazon-crawler run on B01ND3Y00M (2026-07-14). Every offer is OUR OWN seller id, and one is used stock. There are no competitors on this ASIN.",
"won_self_offers_only": {
"asin": "B01ND3Y00M",
"title": "Utopia Kitchen 2 Pack Bib Apron",
"price": { "value": 6.99, "currency": "$" },
"listPrice": { "value": 12.99, "currency": "$" },
"inStock": true,
"inStockText": "In Stock",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" },
"offers": [
{
"price": { "value": 6.99, "currency": "$" },
"condition": "New",
"shipsFrom": "Amazon.com",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" }
},
{
"price": { "value": 9.99, "currency": "$" },
"condition": "New",
"shipsFrom": "Amazon.com",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" }
},
{
"price": { "value": 12.99, "currency": "$" },
"condition": "Used - Like New",
"shipsFrom": "Amazon.com",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" }
}
]
},
"won_with_used_rival": {
"asin": "B0MIXED001",
"price": { "value": 19.99, "currency": "$" },
"inStock": true,
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" },
"offers": [
{
"price": { "value": 19.99, "currency": "$" },
"condition": "New",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" }
},
{
"price": { "value": 22.50, "currency": "$" },
"condition": "New",
"seller": { "name": "Real Rival", "id": "A9REALRIVAL9" }
},
{
"price": { "value": 8.00, "currency": "$" },
"condition": "Used - Acceptable",
"seller": { "name": "Bargain Bin", "id": "A8BARGAINBIN" }
}
]
},
"lost_eligibility": {
"asin": "B0ELIG0001",
"price": { "value": 26.00, "currency": "$" },
"inStock": true,
"seller": { "name": "Rival Seller", "id": "A1RIVALSELLER" },
"offers": [
{
"price": { "value": 26.00, "currency": "$" },
"condition": "New",
"seller": { "name": "Rival Seller", "id": "A1RIVALSELLER" }
},
{
"price": { "value": 24.99, "currency": "$" },
"condition": "New",
"seller": { "name": "Utopia Brands", "id": "A3AQP8TDYVYCGL" }
}
]
},
"lost_with_offers": {
"asin": "B0COMPETE01",
"price": { "value": 21.49, "currency": "$" },
"inStock": true,
"seller": { "name": "Rival Seller", "id": "A1RIVALSELLER" },
"offers": [
{
"price": { "value": 21.49, "currency": "$" },
"condition": "New",
"seller": { "name": "Rival Seller", "id": "A1RIVALSELLER" }
},
{
"price": { "value": 22.00, "currency": "$" },
"condition": "New",
"seller": { "name": "Other Mart", "id": "A2OTHERMART01" }
},
{
"price": { "value": 24.99, "currency": "$" },
"condition": "New",
"seller": { "name": "Budget Goods", "id": "A3BUDGETGOODS" }
}
]
},
"suppressed": {
"asin": "B0NOSHOW",
"price": null,
"inStock": true,
"inStockText": "See all buying options",
"seller": null,
"offers": [
{
"price": { "value": 19.99, "currency": "$" },
"condition": "New",
"seller": { "name": "Third Party Co", "id": "A3THIRDPARTY" }
}
]
}
}