Free EAN/UPC <-> ASIN  Converter avatar

Free EAN/UPC <-> ASIN Converter

Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Free EAN/UPC <-> ASIN  Converter

Free EAN/UPC <-> ASIN Converter

Under maintenance

Convert Amazon ASINs to EAN/UPC barcodes or look up barcodes (UPC, EAN, GTIN, ISBN, JAN, MINSAN) to find their matching Amazon ASINs. Powered by Easyparser's real-time bidirectional Product Lookup API.

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

Free EAN/UPC to ASIN Converter

Convert Amazon ASINs to EAN/UPC barcodes, or look up barcodes (UPC, EAN, GTIN, ISBN, JAN, MINSAN) to find their matching Amazon ASINs. Powered by Easyparser's real-time bidirectional Amazon Product Lookup 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

This actor supports two-way identifier conversion between Amazon ASINs and global barcodes:

  • ASIN to EAN/UPC: Provide an Amazon ASIN and receive its associated UPC, EAN, and other barcode identifiers
  • EAN/UPC to ASIN: Provide a barcode (UPC, EAN, GTIN, ISBN, JAN, MINSAN) and receive the matching Amazon ASIN and full product details

Each result includes:

  • ASIN
  • Product title, brand, and manufacturer
  • All matched identifiers (UPC, EAN, GTIN, etc.)
  • Amazon product page link
  • Main image and thumbnail image URLs
  • Country code and total product count

Output Fields

FieldTypeDescription
asinstringAmazon Standard Identification Number
titlestringOfficial product title
brandstringProduct brand
manufacturerstringManufacturer name
identifiersarrayAll matched product codes (UPC, EAN, GTIN, etc.)
linkstringAmazon product page URL
image_urlstringMain product image URL
main_imageobjectMain image with ID and full URL
thumb_imageobjectThumbnail image with ID and URL
thumb_string_urlstringThumbnail image URL (string)
country_codestringAmazon marketplace country code
total_product_countnumberTotal number of matching products

How to Use

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

Just fill in the identifier and run. A shared Easyparser key is built in for demo use.

  1. Sign up for 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 for higher limits and dedicated usage

Input Fields

FieldRequiredDefaultDescription
identifierYesThe ASIN or barcode value (e.g., B00FEUHH5M or 0012000809941)
identifier_typeYesType: ASIN, UPC, EAN, GTIN, ISBN, JAN, MINSAN
domainYesAmazon marketplace (e.g., .com, .co.uk, .de)
api_keyNoshared demo keyYour personal Easyparser API key for higher limits

Supported Identifier Types

TypeDescriptionExample
ASINAmazon Standard Identification NumberB00FEUHH5M
UPCUniversal Product Code012000809941
EANEuropean Article Number0012000809941
GTINGlobal Trade Item Number00012000809941
ISBNInternational Standard Book Number9780140449136
JANJapanese Article Number4901777200852
MINSANItalian Ministry of Health Code023701

Example

Convert ASIN to EAN

Input:

{
"identifier": "B00FEUHH5M",
"identifier_type": "ASIN",
"domain": ".com"
}

Output:

{
"asin": "B00FEUHH5M",
"title": "Pepsi, 12 Oz Per Can, Case Of 24 Cans",
"brand": "Pepsi",
"manufacturer": "PEPSI-COLA NORTH AMERICA INC.",
"identifiers": [
{ "type": "upc", "value": "012000809941" },
{ "type": "ean", "value": "0012000809941" }
],
"link": "https://www.amazon.com/dp/B00FEUHH5M",
"image_url": "https://m.media-amazon.com/images/I/71ZpmV7EpkL.jpg",
"country_code": "US",
"total_product_count": 1
}

Convert EAN to ASIN

Input:

{
"identifier": "0012000809941",
"identifier_type": "EAN",
"domain": ".com"
}

Output: Same structure - ASIN and full product details resolved from the EAN barcode.


Use Cases

  • Barcode to ASIN: Transform UPC, EAN, or GTIN barcodes into Amazon ASINs and full product data in real time
  • ASIN to Barcode: Retrieve UPC, EAN from any ASIN for cross-marketplace listing
  • Catalog Data Enrichment: Connect ASINs with UPC/EAN values, add titles, brand, and manufacturer data
  • Automated Catalog Matching: Match supplier barcodes to Amazon ASINs at scale
  • Inventory Management & ERP Integration: Bridge your ERP/WMS with live Amazon data
  • Global Arbitrage & Cross-Border Sales: Convert ASINs to UPC/EAN for cross-marketplace matching
  • Retail Arbitrage: Find Amazon listings from physical store barcodes instantly
  • Multi-Channel E-Commerce Sync: Keep eBay, Walmart, Shopify, and Amazon catalogs in sync
  • Catalog Cleanup & Standardization: Normalize product records across identifier formats

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.