Eco-Amazon: Enriching E-commerce Datasets with
Product Carbon Footprint for Sustainable Recommendations
February 17, 2026
In the era of responsible and sustainable AI, information retrieval and recommender systems must expand their scope beyond traditional accuracy metrics to incorporate environmental sustainability. However, this research line is severely limited by the lack of item-level environmental impact data in standard benchmarks. This paper introduces Eco-Amazon, a novel resource designed to bridge this gap. Our resource consists of an enriched version of three widely used Amazon datasets (i.e., Home and Kitchen, Clothing, and Electronics) augmented with Product Carbon Footprint (PCF) metadata. \(CO_2e\) emission scores were generated using a zero-shot framework that leverages Large Language Models (LLMs) to estimate item-level PCF based on product attributes. Our contribution is three-fold: (i) the release of the Eco-Amazon datasets, enriching item metadata with PCF signals; (ii) the LLM-based PCF estimation script, which allows researchers to enrich any product catalogue and reproduce our results; (iii) a use case demonstrating how PCF estimates can be exploited to promote more sustainable products. By providing these environmental signals, Eco-Amazon enables the community to develop, benchmark, and evaluate the next generation of sustainable retrieval and recommendation models. Our resource is available at https://doi.org/10.5281/zenodo.18549130, while our source code is available at: http://github.com/giuspillo/EcoAmazon/.
<ccs2012> <concept> <concept_id>10002951.10003317.10003347.10003350</concept_id> <concept_desc>Information systems Recommender systems</concept_desc> <concept_significance>500</concept_significance> </concept> </ccs2012>
The environmental impact of digital services and online consumption has become an increasingly important concern for both researchers and policymakers [1]. While e-commerce platforms have improved accessibility and efficiency, they also contribute substantially to global carbon emissions through complex supply chains and manufacturing processes. As online marketplaces continue to scale, supporting more sustainable consumption choices emerges as a critical challenge for Information Retrieval (IR) and recommender systems (RS) research. In this context, Product Carbon Footprint (PCF), commonly expressed as cradle-to-grave \(CO_2\)-equivalent (\(CO_2e\)) emissions, serves as a key information signal for enabling sustainability-aware retrieval, ranking, and recommendation [2].
The most common strategy to quantify PCF relies on the popular Life Cycle Assessment (LCA) methodologies, which provide accurate estimates of product-level emissions [3] by using process-level data, expert knowledge, and proprietary emission databases [4]. Unfortunately, while platforms like Environdec1 provide PCF information for thousands of products, these items are only loosely aligned with those appearing in datasets for IR and RS research. As a result, there is a lack of item-level environmental annotations [5], and this scarcity of PCF-enriched resources hinders reproducibility, limits comparison across methods, and slows progress on sustainability-aware retrieval and recommendation.
Recent advances in LLMs offer a promising opportunity to address this gap, since they encode broad domain knowledge derived from large-scale textual corpora and have demonstrated the ability to infer latent attributes from unstructured descriptions in zero-shot settings [6], [7]. This capability has motivated initial efforts to approximate environmental indicators, including carbon emissions, directly from textual data. However, existing studies are typically restricted to narrow domains, small product sets, or proprietary pipelines [8], [9], and rarely result in reusable research artifacts. Consequently, the IR and RS communities still lack shared, well-documented resources exposing PCF information.
This work addresses this limitation by releasing Eco-Amazon, an enriched version of three widely used Amazon datasets (i.e., Electronics, Home and Kitchen, and Clothing) augmented with PCF score. \(CO_2e\) emission scores are obtained through a zero-shot prompting framework [10] that leverages LLMs to map product characteristics to LCA benchmarks. Our framework exploits standards such as the GHG Protocol2 and ISO 14040/140443 and relies on publicly available product metadata and free-text descriptions, without requiring domain-specific training or proprietary data.
Along with the datasets, we also released our estimation script, which allows researchers to further enrich product catalogs and reproduce our results. To support this research line, we also release a curated subset of products with ground-truth PCF values derived from official Environmental Product Declarations, which can be used to benchmark alternative PCF estimation strategies.
Finally, to demonstrate the practical utility of the resource, we present a use case in which PCF scores are incorporated into a recommendation pipeline via post-hoc re-ranking [11]. The results show that including PCF scores can guide users toward lower-impact alternatives with minimal loss in recommendation accuracy. Importantly, this use case demonstrates one of the several applications of the proposed resource, which is designed to support a wide range tasks, including sustainability-aware ranking, diversification, and multi-objective optimization. In summary, this work makes the following contributions:
we address the scarcity of environmental metadata by releasing publicly available, PCF-enriched e-commerce datasets suitable for IR and RS research;
we release an open source framework for estimating PCF via LLMs using textual data;
we confirm the effectiveness of the resource in a use case where PCF values are used as a re-ranking factor in a sustainability-aware recommendation algorithm.
By releasing a shared resource for PCF estimation, this paper aims to foster reproducible, sustainability-oriented research and to support work at the intersection of IR, RS, and sustainable AI.
The rest of the paper is organized as follows. In Section 2, we provide an overview of related work. Next, we describe our methodology for estimating PCF using LLMs and present the resource. Finally, we introduce our case study in sustainable RS, outline the conclusions, and provide directions for future work.
The quantification of the PCF is traditionally governed by the LCA framework. As defined by the European Commission [12], a "cradle-to-grave" LCA systematically evaluates five sequential stages: raw material extraction, production, distribution, product usage, and end-of-life management. Methodological standardization for these assessments is provided by international protocols such as the previously mentioned ISO 14040 and the GHG Protocol.
In the current state of the art, it is common to calculate PCF using databases such as the Inventory of Carbon and Energy (ICE) [13], EcoInventDB [14], or interfaces such as the Climatiq API4 and the previously mentioned Environdec. However, these tools are hard to use for large-scale estimation of e-commerce catalogs. Indeed, the primary bottleneck lies in their lack of item-level granularity; these repositories do not cover the vast, heterogeneous catalogs characteristic of modern e-commerce. Furthermore, the need for manual mapping between product descriptions and LCA emission factors makes the approaches non-scalable. High licensing costs and the proprietary nature of these databases further restrict their utility for open research. Consequently, there is currently no publicly available, large-scale resource that provides item-level environmental metadata for the IR and RS community.
Accordingly, the research began along the path of automated environmental impact assessment. One of the first attempts was proposed by Algren et al. [15], leading to subsequent applications in industrial carbon accounting [16], [17]. Recent work has increasingly leveraged LLMs to infer environmental indicators from unstructured text [18]. These attempts include frameworks such as AutoPCF [8], which utilizes GPT-based zero-shot inference and semantic matching to replace expert input, and PCF-RWKV [9], which employs low-rank adaptation for task specialization. However, these models focus on narrow categories (e.g., steel, textiles, batteries) and have only been validated on restricted datasets. Most importantly, neither of these approaches has resulted in a released, reusable research artifact that can be integrated into broader retrieval or recommendation pipelines.
To our knowledge, our previous work [19] represents the only attempt to enrich large-scale IR and RS catalogs with PCF information. However, while our previous contribution focused exclusively on the electronics domain, this resource significantly broadens the scope by incorporating diverse multi-domain datasets, benchmarking more LLMs, providing an expanded curated ground truth, and offering fully reproducible scripts for estimation.
To sum up, this work introduces the first resource for assessing LLM-based PCF for e-commerce catalogs at scale, and it is distinguished from existing literature by three key factors:
We provide a generalized, model-agnostic pipeline that utilizes zero-shot inference on public metadata, removing the dependency on closed, proprietary emission databases.
Unlike previous studies restricted to small catalogs, we release an enriched dataset based on the Amazon corpus (i.e, Electronics, Home and Kitchen, Clothing), representing a massive increase in scale and item diversity.
While sustainability in RSs has recently received significant attention [20], [21], research has largely focused on the energy efficiency of the models themselves. Our resource provides the necessary signals to investigate item-level sustainability, enabling multi-domain, multi-LLM studies of PCF-aware re-ranking in recommendation scenarios.
To estimate PCF, we implemented a zero-shot prompting strategy that exploits LLMs and bypasses the requirement for domain-specific fine-tuning or few-shot examples. In this section, we introduce our strategy and validate it through both a quantitative and qualitative evaluation.
The primary objective of our strategy is to bridge the gap between LLMs’ latent reasoning capabilities and the official information available in commercial databases. Specifically, when designing the prompts, we force the LLM to adhere to international carbon accounting standards, such as the GHG Protocol and ISO 14040/14044, by incorporating them directly into the prompts as constraints. In this way, the resource ensures that the outputs are not merely statistical approximations but are structured according to recognized LCA principles. In particular, the pipeline follows a rigorous two-step process, which is encoded in our prompt (see Box 1).
Use of Official Data: first, the system attempts to identify and extract official carbon footprint data from Environmental Product Declarations (EPDs) or manufacturer reports.
LLM-Driven Inference: In the absence of such documentation, the framework triggers the LLM to synthesize a PCF estimation derived from unstructured product metadata and descriptions. This happens in the vast majority of e-commerce catalogs.
Such a two-step strategy enables Eco-Amazon datasets to include reliable PCF scores while maintaining the breadth required for large-scale IR and RS tasks. By releasing both the PCF estimations and the code used to generate them, we enable a transparent assessment of model performance and error across diverse product categories, as detailed in the subsequent evaluation.
You are an expert in life-cycle analysis (LCA) and CO2e emission calculations for electronic products.
You must estimate the CO2e emissions, based on the entire life cycle (cradle-to-grave), for the following electronic product.
Product data: {product_data}
INSTRUCTIONS:
1. FIRST, check if there are any official carbon footprint reports or environmental product declarations (EPD)
from the manufacturer for this specific product.
If found, use these official values as your primary source.
2. If NO official manufacturer reports are available, then estimate emissions following these protocols:
- GHG Protocol Product Standard for system boundaries and calculation methodology
- ISO 14040/14044 for Life Cycle Assessment principles
- PAS 2050 and ISO/TS 14067 for carbon footprint calculation guidelines
3. For estimation, consider:
- Main materials composition
- Manufacturing processes
- Transportation
- Use phase energy consumption
- End-of-life disposal
4. Use the most recent emission factors and scientific data available
5. Document your sources and assumptions in the explanation
6. Clearly state if you’re using manufacturer data or estimation
Reply ONLY with a JSON object containing these exact fields:
{{
"co2e_kg": <number>,
"source": <if "manufacturer report" or "estimation">,
"explanation": "<detailed explanation including data source>"
}}
The most straightforward strategy to validate our approach is to calculate the average error in the PCF estimates produced by the LLMs. However, as previously explained, most items in e-commerce catalogs lack official data about their PCF, making it hard to assess the effectiveness of our pipeline in the absence of ground-truth data. Accordingly, to fulfill this task, we searched for items with Environmental Product Declarations issued by producers, since these items report official information on their PCF.
In particular, we focused on three e-commerce domains relevant to IR and RS scenarios (i.e., Electronics, Clothing, Home and Kitchen). Domains were chosen because they include physical consumer goods. Unlike digital products, whose emissions are largely indirect and infrastructure-dependent, physical goods allow meaningful, comparable footprint estimation. In total, we collected PCF information for 159 items (63 for Electronics, 52 for Clothing, and 44 for Home and Kitchen), which we use as the ground truth in this experiment. Our resource includes the list of items along with their PCF values to foster further research in this area.
Next, we run the zero-shot prompt from Box 1 on all the items in the list by using GPT-o3-mini and Gemini-2.5-flash as LLMs, and we calculated: (i) Mean Absolute Error (MAE) obtained by comparing the ground-truth \(CO_2e\) and LLMs estimation; (ii) Spearman rank coefficient, normalized to the \([0,1]\) interval instead of the original \([-1,-1]\) interval for simpler interpretability, and (iii) NDCG calculated by comparing the ground-truth ranking of the items, ordered based on their descending \(CO_2e\) emissions, with the ranking obtained based on the estimation calculated by the LLMs. The evaluation metrics were chosen because they offer different perspectives on the approach’s effectiveness. Indeed, while MAE indicates how precise the estimate is, NDCG and Spearman help us assess whether our approach correctly ranks items from the more carbon-friendly to the less. The results of this comparison are reported in Table 1.
| GPT-o3-mini | Gemini-2.5-flash | |||||
|---|---|---|---|---|---|---|
| 2-4 (lr)5-7 Category | MAE | Spearman | NDCG | MAE | Spearman | NDCG |
| Electronics | 48.1 | 0.963 | 0.848 | 73.1 | 0.964 | 0.871 |
| Home and Kitchen | 102.91 | 0.919 | 0.978 | 153.22 | 0.939 | 0.988 |
| Clothing | 7.6 | 0.756 | 0.942 | 8.1 | 0.821 | 0.953 |
Table 1 reports the performance of GPT-o3-mini and Gemini-2.5-flash in estimating PCF across the domains. Regarding absolute accuracy, GPT-o3-mini generally outperforms Gemini-2.5-flash, consistently achieving lower MAE across all domains. However, the MAE values remain non-negligible, particularly in the Home and Kitchen category, where both models exhibit their highest errors. These results suggest that while LLMs can approximate the carbon intensity of products, they still face challenges in providing precise, gram-for-gram numerical estimations, likely due to the complexity of LCA data and the lack of standardized reporting across industries.
However, despite the observed margins of error in absolute terms, the ranking performance of both models is remarkably robust. The normalized Spearman correlation and NDCG scores are consistently high across categories, with both values often exceeding 0.9. This indicates that even when the exact PCF value is misestimated, the models effectively capture the relative environmental impact of products, correctly identifying which items are more or less sustainable. This finding is undoubtedly important for the development of sustainable-aware IR and RS solutions. In these applications, accurately ranking greener alternatives is often more critical than absolute numerical precision, as it enables the system to reliably guide users toward more eco-friendly consumption choices.
To provide a more granular understanding of the model’s performance, Figure 1 breaks down the MAE of the best-performing model (i.e., GPT-o3-mini) across three PCF impact categories: Low, Medium, and High, obtained by splitting the items in the ground truth based on their percentile. The results reveal that the average error is heavily skewed by high-impact items. While the model achieves high precision for low-impact products—maintaining an MAE below 6 kg \(CO_2e\) across all domains, the error increases sharply for high-impact categories, reaching 284.97 in Home and Kitchen. This indicates that the global MAE is disproportionately driven by these carbon-intensive outliers. However, the model remains most accurate in the low-impact tier, which is the most critical segment for identifying truly sustainable alternatives in IR and RS tasks.
Of course, these results can be considered a baseline. By releasing the list of items along with their ground-truth PCF, we aim to foster research in the area and enable comparisons with other, more sophisticated approaches to PCF estimation, e.g., fine-tuning LLMs or Retrieval-Augmented Generation techniques.
To validate the reliability of PCF estimates, in Table 2, we report selected output values from our prompt. In particular, we selected items with different estimated PCF ranges, from low values (just a few kilograms) to higher values. Of course, the complete list of items in the ground truth, together with the estimates returned by GPT and Gemini are included in our repository.
Our analysis reinforces the previous quantitative findings, illustrating that while absolute errors can be substantial, they are often concentrated among high-impact outliers. For low-impact products, the models show a satisfying precision; for example, the estimated PCF for the Logitech Wireless Mouse (4.00 kg \(CO_2\)) and the 501® Original Jeans (33.40 kg \(CO_2\)) align almost perfectly with the ground truth. While this high precision can be also due to potential data leakage concerns, i.e., data already available in the training of LLMs, we note that this issue is not applicable to our setting: the task aims to estimate an objective, item-level attribute, and therefore any prior knowledge available to the LLM, whether memorized or inferred, does not compromise validity but rather supports the robustness and reliability of the estimated values.
On the other hand, for extreme values such as the Futura Line Toilet Paper, the models exhibit significant numerical deviations. These results confirm that the global MAE is disproportionately driven by carbon-intensive items, whereas the models remain highly reliable for products with a lower environmental footprint.
The most important finding from this qualitative analysis is that the models often maintain a high degree of ordinal consistency when comparing functionally similar items, a feature vital for sustainability-aware recommendation engines. Within the clothing category, the models correctly preserve the ranking between basic T-shirts and more complex garments, such as wool runners or jeans. A similar trend is evident in the Home and Kitchen domain, where GPT correctly identifies the KI Postura+ Chair and the Benchmark Coffee Table as the most sustainable options in their respective subcategories. This ability to accurately rank alternatives ensures that, in the IR and RS context, users are consistently guided toward the most eco-friendly choice.
| Item | GT | GPT-o3-mini | Gemini-2.5-flash |
|---|---|---|---|
| Electronics | |||
| Logitech Wireless Mouse | 3.97 | 4.00 | 4.00 |
| Logitech G PRO Wireless Mouse | 7.84 | 5.25 | 6.35 |
| Apple TV 3rd gen | 46.00 | 46.75 | 92.50 |
| Lenovo Chromebook C330 2-in-1 | 263.00 | 203.75 | 178.90 |
| ThinkPad P1 Gen 5 | 312.00 | 347.50 | 639.25 |
| Monitor Dell U2717D | 541.00 | 232.50 | 239.32 |
| Clothing | |||
| The Long Sleeve T-Shirt | 4.51 | 6.60 | 6.05 |
| The T-Shirt | 5.70 | 5.32 | 5.55 |
| Kids’ Multisport Shoes | 6.15 | 6.00 | 7.30 |
| Men’s Wool Runner | 10.36 | 8.17 | 9.50 |
| 501® Original Jeans | 33.40 | 33.40 | 33.00 |
| Home and Kitchen | |||
| Steelcase DO Chair | 82.20 | 135.25 | 78.39 |
| KI Postura+ Chair | 11.90 | 10.33 | 9.80 |
| Benchmark OVO Table | 66.90 | 182.50 | 78.07 |
| Steelcase Lares Desk | 101.00 | 97.00 | 84.76 |
| Benchmark Coffee Table | 17.10 | 69.75 | 25.48 |
| Futura Line Toilet Paper | 2040.00 | 1075.00 | 3861.25 |
After the validation of the proposed zero-shot LLM-based PCF estimation strategies, we used our prompt to enrich e-commerce datasets and release our Eco-Amazon resource.
To this end, we started with the popular Amazon’23 Reviews Data5. For each dataset, information about users’ preferences (i.e., ratings and reviews), and items’ metadata is available. As previously stated, our resource focuses on three specific domains, i.e., Electronics, Clothing, Home and Kitchen, which are mapped to three datasets of the original resource.
Before executing our script for PCF estimation, we filtered the datasets using a k-core filtering. This is a common choice for work that exploits these datasets for recommendation, as it reduces data sparsity and guarantees robust results [22]. In particular, we applied a 15-core filtering to all datasets. This reduced the total number of items to about 11.5K for Electronics, 46K for Home and Kitchen, and 60K for Clothing. Next, to keep computational and inference costs associated with LLM calls lower, we further randomly sampled the last two datasets, resulting in about 21k items for Home and Kitchen and 17K for Clothing. The final statistics are provided in Table 3.
Next, we run our PCF estimation script for all items across all datasets. The code to run the prompt is available in our repository. As in our previous experiment, we used both GPT-o3-mini and Gemini-2.5-flash as LLMs. To ensure robustness, each estimation was repeated 4 times, and for each item, we calculated the average emission values across the calls. Finally, the PCF estimates obtained by using both LLMs were added to the original dataset and stored alongside the other features (e.g., item descriptions, categories, prices, etc.). In total, our resource includes PCF estimations for 49,902 items over the three datasets6. Of course, our pipeline is completely reproducible and extensible, so more items (and even more datasets) can be processed and enriched through our estimation script. This will be done as future work.
| Dataset | Users | Items | Ratings |
|---|---|---|---|
| Electronics | 21,751 | 11,495 | 464,464 |
| Home and Kitchen | 66,810 | 17,027 | 684,651 |
| Clothing | 97,608 | 21,380 | 1,070,586 |
Once the estimation phase is completed, each product in the catalogue is enriched with a PCF value. Next, as a use case, we leverage this information in a recommendation scenario, i.e., to promote more environmentally sustainable items within the recommendation list, with the goal of encouraging greener user choices.
In our use case, we incorporate PCF information through a post-processing re-ranking strategy, where PCF scores act as a weighting factor applied to the output of a standard recommendation algorithm. Given a user \(u\) and an item \(i\), we define the sustainability-aware score (SaS) as follows: \[SaS(u,i)= (1-\alpha) \cdot pred(u,i) + \alpha \cdot PCF_{LLM}(i),\]
where \(pred(u,i)\) denotes the relevance score predicted by a standard recommendation model, and \(PCF_{LLM}(i)\) represents a non-personalized term derived from the estimated PCF of item \(i\). This formulation is inspired by post-processing approaches [23], [24], which are commonly employed to optimize non-accuracy objectives, such as novelty and diversity [25]. In our setting, the same principle applies: by adjusting \(\alpha\), we control the trade-off between recommendation accuracy and environmental sustainability. As \(\alpha\) increases, more sustainable items are generally favored.
Overall, our method takes as input the original recommendation list and produces a re-ranked list that integrates both relevance and sustainability signals. In the experimental evaluation, we investigate the extent to which this re-ranking strategy can increase user exposure to environmentally friendly products while preserving recommendation accuracy. To this end, we evaluate our approach using two widely adopted and state-of-the-art recommendation models, i.e., BPR [26] and LightGCN [27], selected for their popularity and strong empirical performance. First, the models are trained on the available interaction data. Then, we predict all user-item pairs (for unseen items), and apply our re-ranking strategy. All experiments are conducted using the RecBole framework7 [28]. The inclusion of additional recommendation models is left for future work. Next, performance is assessed using standard accuracy metrics, including Precision, Recall, F1-score, and NDCG, as well as beyond-accuracy metrics such as the Gini Index (recommendation diversity), average popularity, and tail percentage. Sustainability is evaluated by computing the average \(CO_2e\) emissions of the items appearing in each recommendation list. To quantify the impact of the proposed re-ranking, we measure the difference in sustainability between the original and re-ranked recommendation lists. Due to space constraints, we report results only in terms of Recall and the Percentage of Tail Items in the recommendations. However, our repository includes the complete results. Moreover, we release the source code to also evaluate additional models included in RecBole8.
The results of the experiment are reported in Figure 2. Due to space constraints, we report only the results obtained using the estimates from the best-performing LLM, i.e., GPT-o3-mini. For the same reason, we include results for only two of the three datasets. The complete results are available in our repository.
Overall, the trends highlight the role of \(\alpha\) as a control parameter that regulates the importance of sustainability in the re-ranking score, with higher \(\alpha\) corresponding to lower importance assigned to PCF. Accordingly, moving from \(\alpha = 0.75\) to \(\alpha = 0\) progressively shifts recommendations from environmentally-aware lists to accuracy-oriented ones.
Figure 2: Comparison of Recommendation Models (BPR vs LightGCN) across datasets and metrics, with different \(\alpha\) values. \(\alpha\) = \(0.75\) is the Green focused configuration, \(\alpha\) = \(0.5\) is the Balanced configuration, \(\alpha\) = \(0.25\) is the Accuracy focused configuration, and \(\alpha\) = \(0\) is the baseline configuration, before the post-processing.. a — H&K: Recall vs PCF, b — H&K: Tail Percentage vs PCF, c — Electronics: Recall vs PCF, d — Electronics: Tail Percentage vs PCF
Across both domains, the results show a consistent trade-off. When more importance is given to PCF (\(\alpha\) = 0.75), the average footprint of recommended items is lowest (11–12 kg in Home and Kitchen; 6–7 kg in Electronics, on average), but this comes at the cost of a small reduction in terms of performance. As \(\alpha\) decreases, recall improves monotonically and PCF rises markedly (up to 20–23.5 kg). Tail exposure follows a similar, though milder, pattern, suggesting that relaxing PCF constraints not only improves accuracy but also slightly increases long-tail coverage. This is an interesting finding, showing that injecting PCF information also allows for recommending less popular items.
LightGCN consistently achieves higher Recall and tail percentage than BPR. However, in the Electronics domain, this comes at the cost of slightly higher PCF levels. As previously stated, these results are reported for o3-mini, with Gemini exhibiting aligned behavior, thus reinforcing the robustness of the observed trade-off across LLMs. From a cross-dataset perspective, Electronics shows a monotonic reduction in PCF, which comes at the cost of a similar decrease in Recall, whereas Home and Kitchen exhibits a steeper reduction in terms of PCF, which is the ideal behavior. Despite these scale differences, the two datasets show overlapping trends, a pattern also observed in the additional dataset, further supporting the generalization of the findings.
Overall, the results confirm the effectiveness of PCF-based re-ranking as a controllable mechanism to navigate the accuracy–sustainability trade-off. Higher \(\alpha\) values enable substantial reductions in carbon footprint with limited performance loss, while lower \(\alpha\) values recover accuracy as carbon costs rapidly increase—highlighting the importance of intermediate configurations for balanced optimization.
In this paper, we present the Eco-Amazon datasets. By enriching large-scale, widely adopted Amazon benchmarks with PCF, Eco-Amazon lowers the barrier for developing and evaluating sustainability-aware IR and RS. Our preliminary analyses show that LLM-based PCF estimation, while imperfect at predicting emissions, is sufficiently reliable for ranking-oriented tasks, supporting its use in multi-objective re-ranking scenarios. At the same time, the observed variability across domains and models highlights open challenges in estimation robustness and calibration, motivating future work on hybrid pipelines combining LLM reasoning, structured LCA databases, and retrieval-augmented strategies. Overall, we hope this resource will foster reproducible research at the intersection of IR, RS, and sustainable AI, enabling the community to move beyond accuracy-centric evaluation toward multi-objective paradigms that explicitly account for environmental impact.