Unlock Global Amazon Product Analysis with SellerMagnetAPI’s ASIN Converter
In today's competitive e-commerce landscape, businesses require powerful tools to gain a comprehensive understanding of the Amazon marketplace. Whether you're involved in competitive analysis, inventory management, or market research, having access to accurate and real-time data is crucial for making informed decisions. SellerMagnet API, accessible at https://sellermagnet-api.com, provides an enterprise-grade solution to access and analyze Amazon product data on a global scale. This blog post will explore how to leverage SellerMagnetAPI’s ASIN Converter and related endpoints to achieve in-depth product analysis.
The Power of ASIN Conversion
The Amazon Standard Identification Number (ASIN) is a unique identifier for products listed on Amazon. However, in international markets, products may also be identified using European Article Numbers (EAN). The SellerMagnet API Amazon ASIN/ISBN/EAN Converter enables seamless conversion between ASINs and EANs, unlocking the ability to analyze products across different marketplaces.
Here’s how the /amazon-asin-converter
endpoint works:
curl --location --request GET 'https://sellermagnet-api.com/amazon-asin-converter?asin=B0CLTBHXWQ&marketplaceId=A1PA6795UKMFR9&conversion_direction=asin-to-ean&api_key=YOUR_API_KEY'
Parameters:
asin
: The ASIN or EAN to convert (e.g., "B08N5WRWNW" or "9781234567890").marketplaceId
: Marketplace ID (e.g., "A1PA6795UKMFR9" for Amazon.de). Check all the Amazon Marketplacesconversion_direction
: "asin-to-ean" or "ean-to-asin".api_key
: Your SellerMagnet API key.
Example Response:
{
"data": {
"asin": "B0CLTBHXWQ",
"eanList": [
"0711719577294"
],
"listedSince": "2023-12-30 01:00:00",
"productTitle": "Playstation 5 Console Edizione Digital Slim"
},
"success": true
}
Practical Use Cases
1. Competitive Analysis
Identify equivalent products in different marketplaces. By converting an ASIN to its corresponding EAN, businesses can track the same product being sold in various Amazon regions. This is invaluable for understanding pricing strategies, identifying competitors, and assessing market demand globally. Complement this with the Amazon Product Offers endpoint to compare offers across marketplaces.
2. Inventory Management
Ensure consistent product listings across multiple Amazon marketplaces. Converting EANs to ASINs helps to standardize product identification, simplifying inventory management and reducing errors in cross-border e-commerce operations.
3. Market Research
Explore product availability and performance in different regions. By converting ASINs to EANs and then using the EANs to search in local Amazon marketplaces, analysts can gain insights into product adoption rates, regional pricing differences, and local market trends.
Deep Dive into Amazon Product Data
Once you have the ASIN, SellerMagnetAPI offers a suite of powerful tools for in-depth product analysis. Here are a few key endpoints:
Amazon Product Statistics
The Amazon Product Statistics endpoint provides detailed statistics for a given ASIN, including sales rank, review counts, and price history. This information is essential for evaluating product performance and identifying potential opportunities.
curl --location --request GET 'https://sellermagnet-api.com/amazon-product-statistics?asin=B0CLTBHXWQ&marketplaceId=APJ6JRA9NG5V4&api_key=YOUR_API_KEY&graphs=true'
Parameters:
asin
: Product ASIN (e.g., "B08N5WRWNW").marketplaceId
: Marketplace ID (e.g., "A1PA6795UKMFR9").api_key
: Your SellerMagnet API key.graphs
: Generate visually graphs for history data
Example Response:
{
"data": {
"asin": "B0CLTBHXWQ",
"productTitle": "Playstation 5 Console Edizione Digital Slim",
"buyBoxPrice": 41800,
"buyBoxFulfillment": "FBM",
"buyBoxSellerIdHistory": [
[
"2025-06-14 17:08:00",
"A2I59UVTUWUFH0"
]
],
"categoryTree": [
{
"catId": 412603031,
"name": "Videogiochi"
},
{
"catId": 20904349031,
"name": "PlayStation 5"
},
{
"catId": 20904364031,
"name": "Console"
}
],
"graphs": {
"amazonAsSellerPriceHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913774/B0CLTBHXWQ_amazon_price_1749913773.png",
"lowestFBAPriceHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913776/B0CLTBHXWQ_fba_price_1749913773.png",
"lowestFBMPriceHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913775/B0CLTBHXWQ_fbm_price_1749913773.png",
"monthlySoldHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913778/B0CLTBHXWQ_monthly_sold_1749913773.png",
"productRatingHistory": "https://sellermagnet-api-webspace.s3.eu-central-1.amazonaws.com/amazon/api/charts/B0CLTBHXWQ/1749913777/B0CLTBHXWQ_rating_1749913773.png"
},
"listedSince": "2023-12-30 01:00:00",
"lowestFBAPrice": 44999,
"lowestFBMPrice": 41700,
"marketplaceId": "APJ6JRA9NG5V4",
"marketplaceNewPriceHistory": [
[
"2025-06-14",
41700
]
],
"offers": {
"A11IL2PNWYJU7H": {
"isFBA": true,
"lastUpdated": "2025-06-14 17:08:00",
"priceHistory": [
[
"2025-06-14 06:22:00",
44999,
0
]
],
"stockHistory": [
[
"2025-05-29 11:32:00",
1
]
]
},
"A12FLY25DT7QO0": {
"isFBA": false,
"lastUpdated": "2025-06-14 17:08:00",
"priceHistory": [
[
"2025-06-09 15:32:00",
41800,
0
]
],
"stockHistory": [
[
"2025-06-14 13:34:00",
49
]
]
},
"A18KSDUE00UP6J": {
"isFBA": false,
"lastUpdated": "2025-06-14 17:08:00",
"priceHistory": [
[
"2025-05-29 11:32:00",
42890,
0
]
],
"stockHistory": [
[
"2025-05-30 18:30:00",
3
]
]
}
},
"productReviewAverage": 4.7,
"productTotalReviews": 3129,
"rootCategory": {
"id": 412603031,
"name": "Videogiochi"
},
"stats": {
"amazonAsSellerPriceHistory": [
[
"2025-06-14",
44999
]
],
"buyBoxPriceHistory": [
[
"2025-06-13",
41700
]
],
"monthlySoldHistory": [
[
"2025-06",
1000
]
],
"productRatingCountHistory": [
[
"2025-06-14 15:28:00",
3129
]
],
"productRatingHistory": [
[
"2025-02-02 01:30:00",
4.7
]
],
"salesRankHistory": [
[
"2025-06-14 01:58:00",
15
]
]
}
},
"success": true
}
Amazon Product Lookup
Retrieve comprehensive product information using the Amazon Product Lookup endpoint. This includes product details, descriptions, images, and more.
curl --location --request GET 'https://sellermagnet-api.com/amazon-product-lookup?asin=B0CL61F39H&marketplaceId=ATVPDKIKX0DER&api_key=YOUR_API_KEY'
Parameters:
asin
: Product ASIN (e.g., 'B08N5WRWNW').marketplaceId
: Marketplace ID (e.g., 'A1PA6795UKMFR9').api_key
: Your SellerMagnet API key.
Example Response:
{
"data": {
"productInfo": {
"additionalDetails": {
"ASIN": "B0CL61F39H",
"Batteries": "1 Lithium Ion batteries required. (included)",
"Best Sellers Rank": "Nr. 31 in Video Games Nr. 1 in PlayStation 5 Consoles",
"Customer Rating": "4.7 out of 5 stars",
"Date First Available": "December 10, 2023",
"Item Weight": "10.6 pounds",
"Item model number": "CFI-2015",
"Manufacturer": "Sony",
"Number of Reviews": "7,092 ratings",
"Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds",
"Release date": "December 10, 2023",
"Type of item": "Video Game"
},
"asin": "B0CL61F39H",
"bestsellerRanks": {
"main_category": {
"name": "Video Games",
"rank": 31
},
"subcategory": {
"name": "PlayStation",
"rank": 1
}
},
"bulletPoints": [
"Model Number CFI-2000",
"Includes DualSense Wireless Controller, 1TB SSD, Disc Drive, 2 Horizontal Stand Feet, HDMI Cable, AC power cord, USB cable, printed materials, ASTRO\u2019s PLAYROOM (Pre-installed game)",
"Vertical Stand sold separately"
],
"buyBoxInfo": {
"currencyCode": "USD",
"currencyName": "United States Dollar",
"currencySymbol": "$",
"price": 444.99,
"sellerId": "A3853PJW50SJG8"
},
"categories": {
"bestsellerCategory": [
{
"id": "20972781011",
"index": 1,
"name": "PlayStation 5",
"url": "https://www.amazon.com/b/ref=dp_bc_2?ie=UTF8&node=20972781011"
},
{
"id": "20972796011",
"index": 2,
"name": "Consoles",
"url": "https://www.amazon.com/b/ref=dp_bc_3?ie=UTF8&node=20972796011"
}
],
"rootCategory": {
"id": "468642",
"name": "Video Games",
"url": "https://www.amazon.com/computer-video-games-hardware-accessories/b/ref=dp_bc_1?ie=UTF8&node=468642"
}
},
"description": [
"Model Number CFI-2000",
"Includes DualSense Wireless Controller, 1TB SSD, Disc Drive, 2 Horizontal Stand Feet, HDMI Cable, AC power cord, USB cable, printed materials, ASTRO\u2019s PLAYROOM (Pre-installed game)",
"Vertical Stand sold separately",
"The PS5 console unleashes new gaming possibilities that you never anticipated. Experience lightning fast loading with an ultra-high speed SSD, deeper immersion with support for haptic feedback, adaptive triggers, and 3D Audio*, and an all-new generation of incredible PlayStation games. Lightning Speed - Harness the power of a custom CPU, GPU, and SSD with Integrated I/O that rewrite the rules of what a PlayStation console can do. Stunning Games - Marvel at incredible graphics and experience new PS5 features. Play a back catalog of supported PS4 games. Breathtaking Immersion - Discover a deeper gaming experience with support for haptic feedback, adaptive triggers, and 3D Audio technology. Vertical stand sold separately. *3D audio via built-in TV speakers or analog/USB stereo headphones. Set up and latest system software update required."
],
"details": {
"ASIN": "B0CL61F39H",
"Batteries": "1 Lithium Ion batteries required. (included)",
"Date First Available": "December 10, 2023",
"Item Weight": "10.6 pounds",
"Item model number": "CFI-2015",
"Manufacturer": "Sony",
"Platform": "PlayStation 5",
"Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds",
"Release date": "December 10, 2023",
"Type of item": "Video Game"
},
"hasAPlusContent": true,
"images": [
"https://m.media-amazon.com/images/I/41ECK5cY-2L._SL1000_.jpg",
"https://m.media-amazon.com/images/I/41srF-iY93L._SL1000_.jpg",
"https://m.media-amazon.com/images/I/41tVr19I3zL._SL1000_.jpg",
"https://m.media-amazon.com/images/I/41HMaO9jO3L._SL1000_.jpg",
"https://m.media-amazon.com/images/I/61e8hPmeoYL._SL1000_.jpg",
"https://m.media-amazon.com/images/I/61Gj1Kc5R5L._SL1000_.jpg",
"https://m.media-amazon.com/images/I/61r6PutKGwL._SL1000_.jpg",
"https://m.media-amazon.com/images/I/717Id5h1fhL._SL1000_.jpg"
],
"link": "https://www.amazon.com/dp/B0CL61F39H",
"listedSinceDate": "2023-12-10",
"mainImage": "https://m.media-amazon.com/images/I/31kTNmpm6vL.jpg",
"marketplaceId": "ATVPDKIKX0DER",
"reviews": {
"averageRating": 4.7,
"reviewSummary": "4.7 out of 5 stars",
"totalReviews": 7092
},
"title": "PlayStation\u00ae5 console (slim)",
"variations": [
{
"asin": "B0F6968Y5G",
"attributes": {
"Pattern Name": "PS5 w/ Black Ops Bundle",
"Style": "PlayStation\u00ae5 Digital Edition (slim)"
}
},
{
"asin": "B0CL5KNB9M",
"attributes": {
"Pattern Name": "PS5 Only",
"Style": "PlayStation\u00ae5 Digital Edition (slim)"
}
},
{
"asin": "B0CL61F39H",
"attributes": {
"Pattern Name": "PS5 Only",
"Style": "PlayStation\u00ae5 console (slim)"
}
},
{
"asin": "B0F691TJTP",
"attributes": {
"Pattern Name": "PS5 w/ Black Ops Bundle",
"Style": "PlayStation\u00ae5 console (slim)"
}
},
{
"asin": "B0FD54CGQ8",
"attributes": {
"Pattern Name": "PS5 w/ $100 PlayStation Store GC",
"Style": "PlayStation\u00ae5 Digital Edition (slim)"
}
},
{
"asin": "B0FD4WGVH5",
"attributes": {
"Pattern Name": "PS5 w/ $100 PlayStation Store GC",
"Style": "PlayStation\u00ae5 console (slim)"
}
}
],
"videos": [
"https://m.media-amazon.com/S/vse-vms-transcoding-artifact-us-east-1-prod/8af0ddf1-55f5-4e71-9463-39602c3edbae/default.jobtemplate.hls.m3u8",
"https://m.media-amazon.com/S/vse-vms-transcoding-artifact-us-east-1-prod/50938d5c-2a9b-427a-b766-21b7cd63502e/default.jobtemplate.hls.m3u8"
]
}
},
"success": true
}
Amazon Product Offers
Gain insights into pricing and seller information with the Amazon Product Offers endpoint, allowing you to analyze competitive landscapes and identify potential suppliers.
Amazon Seller Review
Understand seller performance and reliability using the Amazon Seller Review endpoint, which provides detailed feedback and ratings for specific sellers.
Amazon Bestsellers
Identify top-selling products in a category with the Amazon Bestsellers endpoint, enabling you to quickly understand market trends and popular products.
Amazon Product Estimate Sales
Estimate the number of sales using the Amazon Product Estimate Sales endpoint to know which products have high sales numbers.
Enhance Your Analysis with SellerMagnet API
SellerMagnet API provides a comprehensive suite of tools to empower your Amazon product analysis. In addition to the ASIN Converter and the endpoints mentioned above, consider leveraging these features:
- Amazon Search API: Search Amazon products by keyword to discover new opportunities and track competitor strategies.
- Amazon Product Bestseller History API: Track sales rank history to identify seasonal trends and product performance over time.
- Amazon Product Reviews API: Analyze customer reviews to gain insights into product strengths and weaknesses.
- Amazon Categories API: Use the API to get all Amazon Categories
Getting Started with SellerMagnet API
Ready to unlock the power of global Amazon product analysis? Here’s how to get started:
- Visit https://sellermagnet-api.com and Try Free to create your account.
- Obtain your API key from the dashboard.
- Explore the Documentation and Code Examples to understand the API endpoints and how to use them.
- Start making API requests and analyzing Amazon product data!
Conclusion
SellerMagnet API offers a robust and scalable solution for global Amazon product analysis. By leveraging the ASIN Converter and other powerful endpoints, businesses can gain a competitive edge, optimize inventory management, and make informed decisions based on real-time data. Sign up for your free trial today and start unlocking the power of Amazon data with SellerMagnet API! Keep up to date on the API Status. For any questions, please Contact us!
Don't forget to check out the Pricing plans and the Glossary. Visit our Blog for more valuable information or Free Downloads!