Amazon Seller Fee Calculator – FBA & MFN avatar

Amazon Seller Fee Calculator – FBA & MFN

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Amazon Seller Fee Calculator – FBA & MFN

Amazon Seller Fee Calculator – FBA & MFN

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Buchmann GmbH

Buchmann GmbH

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Amazon Revenue Calculator

Get Amazon FBA and MFN fee estimates for any ASIN across 12 marketplaces — Germany, UK, France, Italy, Spain, and more — in seconds.

This Actor uses Amazon's public Seller Central Revenue Calculator. Select a marketplace, enter one ASIN per run, and receive a structured fee breakdown with fulfillment costs, referral fees, storage, VAT, and estimated net proceeds. Export results to JSON, CSV, Excel, or automate via the Apify API.

Ideal for Amazon FBA sellers, agencies, arbitrage researchers, and anyone doing Amazon product research or profitability analysis without logging into Seller Central.

Supported marketplaces

CodeMarketplace
DEGermany (Amazon.de)
GBUnited Kingdom (Amazon.co.uk)
FRFrance (Amazon.fr)
ITItaly (Amazon.it)
ESSpain (Amazon.es)
NLNetherlands (Amazon.nl)
SESweden (Amazon.se)
PLPoland (Amazon.pl)
INIndia (Amazon.in)
AEUnited Arab Emirates (Amazon.ae)
TRTurkey (Amazon.com.tr)
SASaudi Arabia (Amazon.sa)

What you get

For each run (one ASIN):

  • Product snapshot — title, image, current price, seller, condition, sales rank, review rating
  • FBA fees — Amazon fulfillment, referral, storage, prep, VAT, and more
  • MFN fees — merchant-fulfilled referral, closing fees, VAT, and more
  • Summary totals — total Amazon fees and estimated net proceeds per fulfillment method

Input

Minimal example

{
"marketplace": "DE",
"asin": "B081ZCQP4P"
}

Amazon may block datacenter traffic. Enable Apify Proxy with a residential IP matching your marketplace:

{
"marketplace": "DE",
"asin": "B081ZCQP4P",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "DE"
}
}

Input fields

FieldRequiredDescription
marketplaceNoCountry code (DE, GB, FR, …). Default: DE
asinYesOne Amazon ASIN per run (10 characters)
itemPriceNoOverride item price in local currency
shippingPriceNoMFN shipping charge (default: 0)
proxyConfigurationNoApify Proxy settings. Strongly recommended

Output

Each run produces one dataset record. Records include a success boolean. Sample success and error outputs are defined in the .actor/dataset_schema.json (examples) and in .actor/example_output.json / .actor/example_output_error.json.

Successful record (success: true)

Example for ASIN B081ZCQP4P on Amazon.de (130 EUR product, FBA + MFN):

{
"success": true,
"asin": "B081ZCQP4P",
"marketplace": "DE",
"amazonDomain": "amazon.de",
"sourceUrl": "https://sellercentral.amazon.de/revcalpublic?mons_sel_locale=de_DE",
"scrapedAt": "2026-08-28T10:18:16.811Z",
"product": {
"asin": "B081ZCQP4P",
"title": "Amoroses 12 echte stabilisierte Rosen halten jahrelang - Originelle Geschenkidee Eleganter Blumenstrauß für Geburtstag, Hochschulabschluss und besondere Anlässe (Weiße Schachtel mit weißen Rosen)",
"imageUrl": "https://m.media-amazon.com/images/I/41YTJhPrWML._SL120_.jpg",
"feeCategory": "gl_lawn_and_garden",
"soldBy": "AmoRoses",
"condition": "New",
"shipsFrom": "Amazon",
"price": { "amount": 130, "currency": "EUR" },
"shipping": { "amount": 0, "currency": "EUR" },
"salesRank": 1387315,
"salesRankCategory": "Küche, Haushalt & Wohnen",
"customerReviewsRating": "4,5 von 5 Sternen",
"offerCount": 1
},
"programs": [
{
"programId": "Core#0",
"programName": "Fulfilled by Amazon (FBA)",
"itemPrice": { "amount": 130, "currency": "EUR", "formatted": "130.00 EUR" },
"totalFees": { "amount": 29.2968, "currency": "EUR", "formatted": "29.30 EUR" },
"netProceeds": { "amount": 79.9472, "currency": "EUR", "formatted": "79.95 EUR" },
"feeLines": [
{ "id": "FulfillmentFee", "label": "FS-FBAPerUnitFulfillmentFee-FullName", "amount": { "amount": 3.96, "currency": "EUR", "formatted": "3.96 EUR" } },
{ "id": "ReferralFee", "label": "FS-Commission-FullName", "amount": { "amount": 19.5, "currency": "EUR", "formatted": "19.50 EUR" } },
{ "id": "vatAmount", "label": "VAT", "amount": { "amount": 20.756, "currency": "EUR", "formatted": "20.76 EUR" } }
]
},
{
"programId": "MFN#1",
"programName": "Merchant Fulfilled (MFN)",
"itemPrice": { "amount": 130, "currency": "EUR", "formatted": "130.00 EUR" },
"totalFees": { "amount": 20.49, "currency": "EUR", "formatted": "20.49 EUR" },
"netProceeds": { "amount": 88.754, "currency": "EUR", "formatted": "88.75 EUR" },
"feeLines": [
{ "id": "ReferralFee", "label": "FS-Commission-FullName", "amount": { "amount": 19.5, "currency": "EUR", "formatted": "19.50 EUR" } },
{ "id": "FixedClosingFee", "label": "FS-FixedClosingFee-FullName", "amount": { "amount": 0.99, "currency": "EUR", "formatted": "0.99 EUR" } },
{ "id": "vatAmount", "label": "VAT", "amount": { "amount": 20.756, "currency": "EUR", "formatted": "20.76 EUR" } }
]
}
],
"rawApiResponses": ["..."],
"warnings": []
}

The full response (including all feeLines and unmodified rawApiResponses from Amazon's API) is in .actor/example_output.json.

Failed record (success: false)

The Actor does not crash on Amazon rate limits or blocks. It retries up to 3 times with increasing delays (2s, 4s), then writes a structured error record:

{
"success": false,
"asin": "B01F0YYEFW",
"marketplace": "DE",
"amazonDomain": "amazon.de",
"scrapedAt": "2026-08-28T09:56:53.547Z",
"error": {
"code": "RATE_LIMITED",
"message": "Amazon temporarily rate-limited this request (HTTP 429). This does not mean the ASIN is invalid. Enable Apify Proxy (RESIDENTIAL) matching your marketplace, or run again later.",
"retryable": true,
"httpStatus": 429,
"stage": "productmatch"
}
}

Error codes

CodeMeaningRetryable?
ASIN_NOT_FOUNDASIN not in the selected marketplace catalogNo
RATE_LIMITEDAmazon returned HTTP 429 (too many requests) — the ASIN may still be validYes
AMAZON_BLOCKEDRequest blocked (often missing/wrong proxy)Yes
API_ERROROther Amazon API errorDepends
INVALID_ASINASIN format invalid (not 10 characters)No

Important: A RATE_LIMITED or AMAZON_BLOCKED error does not mean the ASIN does not exist. Verify the ASIN on the Amazon website, enable a residential proxy for your marketplace, and retry the run.

Key fields in programs (success only)

  • programName — Fulfilled by Amazon (FBA) or Merchant Fulfilled (MFN)
  • itemPrice — price used for the calculation
  • totalFees — sum of Amazon fees
  • netProceeds — estimated proceeds after fees and VAT
  • feeLines — individual fee components (fulfillment, referral, storage, etc.)

Testing status

MarketplaceStatus
DE (Germany)Production-tested — primary development and validation market
GB, FR, IT, ES, NL, SE, PL, IN, AE, TR, SASupported — basic smoke tests only; report issues if results look off

The Germany (DE) marketplace is the most thoroughly tested. Other marketplaces use the same underlying calculator logic with marketplace-specific locale and country settings. If you encounter problems outside DE, try a residential proxy for that country and open an issue with the ASIN and marketplace code.

Limitations

  • Programs: FBA and MFN only (not Pan-EU, EFN, or other programs).
  • ASINs: Products must exist in the selected marketplace catalog.
  • Estimates only: Results match Amazon's public Revenue Calculator — not a guarantee of actual fees.
  • Rate limits: Amazon may return HTTP 429. The Actor retries automatically (up to 3 times) and returns a clear RATE_LIMITED error instead of crashing.
  • One ASIN per run: For bulk lookups, call the Actor multiple times via API or Apify tasks.
  • Proxy: Match apifyProxyCountry to your marketplace for best results.

Tips

  1. Always enable Apify Proxy on the Apify platform.
  2. Use RESIDENTIAL proxies with the matching country code.
  3. Save your input as Default input for repeat runs.
  4. For many ASINs, run the Actor in parallel via the Apify API (one ASIN per run).

Keywords

Amazon revenue calculator, Amazon fee calculator, Amazon FBA fees, Amazon FBA calculator, Amazon MFN fees, Seller Central calculator, Amazon profit calculator, Amazon seller tools, FBA fee estimator, fulfillment fees Amazon, referral fee calculator, Amazon.de fees, Amazon Germany, Amazon UK fees, Amazon France, Amazon product research, ASIN fee lookup, Amazon margin calculator, e-commerce seller fees, Amazon Europe, FBA vs FBM, Amazon storage fees, net proceeds Amazon, Amazon seller profitability, bulk ASIN analysis

Disclaimer

This Actor is not affiliated with or endorsed by Amazon. Fee data is sourced from Amazon's public Revenue Calculator and is provided for informational purposes only. Always verify fees in Seller Central before making business decisions.