Peanut butter, smooth style, with salt converter
Use the Peanut butter, smooth style, with salt converter for supported mass and volume conversions based on published source evidence.
Calculated for Peanut butter, smooth style, with salt using published source evidence.
Convert Peanut butter, smooth style, with salt
medium: No fallback was used; the approved direct release-backed cup portion is retained.
Source record: 324860. Method: direct_one_cup_measurement.
Measurement context
Peanut butter, smooth style, with salt. Confidence: medium. Compatibility: unknown.
USDA identifies this food as Peanut butter, smooth style, with salt, but not every preparation or packing condition is specified.
Source
USDA FoodData Central record 324860. Dataset: Foundation Foods, April 2026. Measurement: structured direct cup portion. Confidence: medium.
Embed this converter
Publish the source-backed converter with its visible attribution and source context.
Paste both parts. The frame sizes itself to its content; the height attribute is only the fallback used if the script does not run.
<iframe src="https://eatslogic.com/ingredient/peanut-butter-smooth-style-with-salt/embed/" title="Peanut butter, smooth style, with salt converter" width="100%" height="1500" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="border:0;max-width:100%" data-eatslogic-embed></iframe>
<script>
(function(){
if (window.__eatslogicEmbedResize) return;
window.__eatslogicEmbedResize = true;
window.addEventListener("message", function (event) {
var data = event.data;
if (!data || data.type !== "eatslogic:embed-resize" || data.version !== 1) return;
var height = Number(data.height);
if (!isFinite(height) || height < 120 || height > 5000) return;
var frames = document.querySelectorAll("iframe[data-eatslogic-embed]");
for (var i = 0; i < frames.length; i++) {
if (frames[i].contentWindow !== event.source) continue;
if (event.origin !== new URL(frames[i].src, location.href).origin) return;
frames[i].style.height = Math.ceil(height) + "px";
return;
}
});
})();
</script>