Free Amazon Package Dimensions and Shipping Weight avatar

Free Amazon Package Dimensions and Shipping Weight

Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Free Amazon Package Dimensions and Shipping Weight

Free Amazon Package Dimensions and Shipping Weight

Under maintenance

Retrieve Amazon product package dimensions, shipping weight, FBA fee category, and product specs for any ASIN. Audit FBA fees and optimize logistics costs. Powered by Easyparser.

Pricing

$3.00/month + usage

Rating

0.0

(0)

Developer

Easyparser

Easyparser

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 hours ago

Last modified

Categories

Share

Retrieve Amazon product package dimensions (shipping box), shipping weight, FBA fee category, and product dimensions for any ASIN. Powered by Easyparser's real-time Package Dimension API.

No API key required to get started. This actor includes a shared demo key so you can try it immediately. For higher limits and bulk processing, sign up free at Easyparser.


What This Actor Returns

Each run produces a single dataset item with two layers of dimension data:

Package Dimensions (shipping box):

  • package_height, package_length, package_width - the boxed shipping dimensions Amazon uses for FBA calculations
  • package_dimension_unit - unit of measurement (inches for US, cm for EU)
  • package_weight, package_weight_unit - total weight of the packaged product

Product Dimensions (item itself):

  • product_height, product_length, product_width - the physical size of the item unboxed
  • product_dimension_unit - unit of measurement
  • product_weight, product_weight_unit - net weight of the product

Product Metadata:

  • asin, title, brand - product identity
  • link - Amazon product page URL
  • fee_category - Amazon FBA fee tier (e.g., BASE_PRODUCT)
  • gl - Amazon product group code
  • image, thumbnail - product image URLs
  • country_code - marketplace country

Package vs Product Dimensions

FieldDescription
package_*The boxed shipping dimensions Amazon uses for FBA fee calculations and logistics
product_*The physical size of the item itself, unboxed (assembled or in-use form)

These two sets of dimensions can differ significantly (e.g., a desk with small packaging vs. a large assembled footprint).


How to Use

Option A - Try It Now (No Sign-Up)

Fill in the asin and domain fields and run. A shared Easyparser key is built in.

  1. Sign up free at app.easyparser.com/signup - 100 free credits/month, no credit card required
  2. Copy your API key from the Plan Page
  3. Paste it into the api_key field

Input Fields

FieldRequiredDescription
asinYesAmazon ASIN (e.g., B0F9X3FDYY)
domainYesAmazon marketplace (e.g., .com, .co.uk, .de)
api_keyNoYour personal Easyparser API key (shared demo key used if empty)

Note: US marketplace (.com) returns inches and pounds. EU marketplaces return centimeters and kilograms.


Example

Input:

{
"asin": "B0F9X3FDYY",
"domain": ".com"
}

Output:

{
"asin": "B0F9X3FDYY",
"title": "HUANUO 32\" Small Electric Standing Desk Adjustable Height...",
"brand": "HUANUO",
"link": "https://www.amazon.com/dp/B0F9X3FDYY",
"fee_category": "BASE_PRODUCT",
"gl": "kitchen_display_on_website",
"country_code": "US",
"package_height": 5.99,
"package_length": 32.99,
"package_width": 10.99,
"package_dimension_unit": "inches",
"package_weight": 29.2,
"package_weight_unit": "pounds",
"product_height": 28,
"product_length": 19,
"product_width": 32,
"product_dimension_unit": "inches",
"product_weight": 24.5,
"product_weight_unit": "pounds",
"image": "https://m.media-amazon.com/images/I/61U0DUlJOuL.jpg",
"thumbnail": "https://m.media-amazon.com/images/I/41jtlxQd5eL._SL75_.jpg"
}

Use Cases

  • FBA Fee Auditing: Validate whether Amazon's FBA fee tier matches the actual package dimensions. Dispute overcharges with evidence
  • Shipping Cost Optimization: Compare volumetric vs actual weight to identify packaging improvements that reduce fulfillment costs
  • Logistics Planning: Calculate container utilization, pallet layouts, and inbound FBA shipment efficiency
  • Competitor Packaging Benchmarking: Compare competitor package sizes to identify efficiency advantages
  • New Product Viability: Evaluate shipping dimensions before sourcing to avoid products with unprofitable logistics costs
  • Warehouse Slotting: Plan shelf space using exact package dimensions before inventory arrives
  • Carrier Quoting: Feed precise dimensions into third-party shipping APIs for accurate quotes
  • Listing Verification: Cross-check listing specifications against real package data to reduce returns
  • Portfolio Margin Analysis: Bulk-analyze multiple ASINs to identify size-tier misclassifications

Need More?

For better pricing, higher limits, and dedicated throughput:



About Easyparser

Easyparser is a real-time Amazon scraping API built for developers and data teams. No IP blocks, no CAPTCHAs, fast response times.