Tracking Amazon Product Availability Across Marketplaces

Tracking Amazon Product Availability Across Marketplaces

By Sarah Davis | July 13, 2025

Tracking Amazon Product Availability Across Marketplaces: A Comprehensive Guide for Businesses

In today's globalized e-commerce landscape, monitoring product availability across different Amazon marketplaces is critical for competitive analysis, inventory management, and market research. Understanding where your products, or those of your competitors, are available and at what price points can significantly impact your business strategy. This post explores the importance of tracking Amazon product availability and how you can leverage SellerMagnet's API to achieve this effectively.

Why Track Product Availability Across Marketplaces?

  • Competitive Analysis: Monitor competitor product listings in different regions to understand their global presence and pricing strategies.
  • Inventory Management: Optimize your inventory distribution by identifying regions with high demand and low availability.
  • Market Research: Identify potential new markets for product expansion by analyzing availability and pricing trends.
  • Brand Protection: Detect unauthorized sellers or counterfeit products in different marketplaces.

Leveraging SellerMagnet's API for Product Availability Tracking

SellerMagnet's API provides a suite of tools designed to help you efficiently track product availability across various Amazon marketplaces. Here are some key endpoints and use cases:

1. Get Amazon Marketplaces

First, you need a list of Amazon Marketplaces to check, for this you can use the following endpoint:

The Get Amazon Marketplaces endpoint allows you to retrieve a comprehensive list of all supported Amazon marketplaces, including their IDs, names, and countries.


curl --request GET \
     --url 'https://sellermagnet-api.com/amazon-get-marketplaces?api_key=YOUR_API_KEY'

Response Example:


{
  "marketplaces": [
    {
      "id": "A1PA6795UKMFR9",
      "name": "Amazon.de",
      "country": "Germany"
    },
    {
      "id": "ATVPDKIKX0DER",
      "name": "Amazon.com",
      "country": "United States"
    },
    {
      "id": "A1F83G8C2ARO7P",
      "name": "Amazon.co.uk",
      "country": "United Kingdom"
    }
  ]
}

2. Amazon Product Lookup

The Amazon Product Lookup endpoint allows you to retrieve detailed product information, including availability details, for a given ASIN in a specific marketplace. This is crucial for understanding the nuances of a product's listing in different regions.


curl --request GET \
  --url 'https://sellermagnet-api.com/amazon-product-lookup?asin=B08N5WRWNW&marketplaceId=ATVPDKIKX0DER&api_key=YOUR_API_KEY'

Response Example:


{
  "data": {
    "productInfo": {
      "additionalDetails": {
        "ASIN": "B08N5WRWNW",
        "Batteries": "1 Lithium Ion batteries required. (included)",
        "Best Sellers Rank": "#1 in Video Games",
        "Customer Rating": "4.7 out of 5 stars",
        "Date First Available": "November 12, 2020",
        "Item Weight": "10.6 pounds",
        "Manufacturer": "Sony",
        "Number of Reviews": "7,092 ratings",
        "Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds",
        "Release date": "November 12, 2020",
        "Type of item": "Video Game"
      },
      "asin": "B08N5WRWNW",
      "bestsellerRanks": {
        "main_category": {
          "name": "Video Games",
          "rank": 1
        },
        "subcategory": {
          "name": "PlayStation 5 Consoles",
          "rank": 1
        }
      },
      "bulletPoints": [
        "Lightning Fast",
        "Stunning Games",
        "Breathtaking Immersion"
      ],
      "buyBoxInfo": {
        "currencyCode": "USD",
        "currencyName": "United States Dollar",
        "currencySymbol": "$",
        "price": 499.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": [
        "The PS5 console unleashes new gaming possibilities that you never anticipated."
      ],
      "details": {
        "ASIN": "B08N5WRWNW",
        "Batteries": "1 Lithium Ion batteries required. (included)",
        "Date First Available": "November 12, 2020",
        "Item Weight": "10.6 pounds",
        "Manufacturer": "Sony",
        "Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds",
        "Release date": "November 12, 2020",
        "Type of item": "Video Game"
      },
      "hasAPlusContent": true,
      "images": [
        "https://m.media-amazon.com/images/I/31kTNmpm6vL.jpg"
      ],
      "link": "https://www.amazon.com/dp/B08N5WRWNW",
      "listedSinceDate": "2020-11-12",
      "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",
      "variations": [],
      "videos": []
    }
  },
  "success": true
}

3. Amazon Product Offers

Use the Amazon Product Offers endpoint to get a list of all offers for a particular product in a specific marketplace. This includes information about the seller, price, condition, and availability.


curl --request GET \
  --url 'https://sellermagnet-api.com/amazon-product-offers?asin=B08N5WRWNW&marketplaceId=ATVPDKIKX0DER&api_key=YOUR_API_KEY'

Response Example:


{
  "data": {
    "asin": "B08N5WRWNW",
    "buyBox": {
      "condition": "New",
      "deliveryDate": "2024-01-26",
      "fulfillmentType": "FBA",
      "inventory": 30,
      "positivePercentage": 0,
      "priceWithoutShipping": 499,
      "sellerId": "Amazon",
      "sellerName": "Amazon",
      "shippingPrice": 0,
      "totalPrice": 499,
      "totalReviews": 0
    },
    "currency": {
      "code": "USD",
      "name": "United States Dollar",
      "symbol": "$"
    },
    "marketplaceId": "ATVPDKIKX0DER",
    "offers": [
      {
        "condition": "New",
        "deliveryDate": "2024-01-26",
        "fulfillmentType": "FBA",
        "inventory": 30,
        "positivePercentage": 0,
        "priceWithoutShipping": 499,
        "sellerId": "Amazon",
        "sellerName": "Amazon",
        "shippingPrice": 0,
        "totalPrice": 499,
        "totalReviews": 0
      },
      {
        "condition": "Used - Like New",
        "deliveryDate": "2024-02-07",
        "fulfillmentType": "FBM",
        "inventory": 10,
        "positivePercentage": 78,
        "priceWithoutShipping": 409.99,
        "sellerId": "A17J18A7XABQI9",
        "sellerName": "PRICE 2 SAVE",
        "shippingPrice": 0,
        "totalPrice": 409.99,
        "totalReviews": 6892
      }
    ],
    "productLink": "https://www.amazon.com/dp/B08N5WRWNW",
    "productMainImage": "https://m.media-amazon.com/images/I/31kTNmpm6vL.jpg",
    "productTitle": "PlayStation\u00ae5 console"
  },
  "success": true
}

4. Amazon Product Statistics

For historical insights, the Amazon Product Statistics endpoint provides valuable data, including sales rank history. Analyzing this data across marketplaces can reveal trends in product popularity and availability.


curl --request GET \
  --url 'https://sellermagnet-api.com/amazon-product-statistics?asin=B08N5WRWNW&marketplaceId=ATVPDKIKX0DER&api_key=YOUR_API_KEY'

Response Example:


{
  "success": true,
  "data": {
    "asin": "B08N5WRWNW",
    "amazonPrice": 49900,
    "bestSellerRank": 1,
    "buyBoxPrice": 49900,
    "buyBoxFulfillment": "AMZ",
    "buyBoxSellerIdHistory": [
      [
        "2024-01-25T12:00:00Z",
        "Amazon"
      ]
    ],
    "salesRankHistory": [
      [
        "2024-01-25T12:00:00Z",
        1
      ]
    ],
    "trackingSince": "2023-01-01",
    "graphs": {
      "priceTrend": [
        {
          "timestamp": "2024-01-25T00:00:00Z",
          "price": 49900
        }
      ],
      "rankTrend": [
        {
          "timestamp": "2024-01-25T00:00:00Z",
          "rank": 1
        }
      ]
    },
    "metadata": {
      "category": "Video Games",
      "lastUpdated": "2024-01-25T12:00:00Z"
    }
  }
}

Practical Use Cases

1. Identifying New Market Opportunities

By combining the Amazon Product Lookup and Amazon Product Offers endpoints, you can identify marketplaces where a product is in high demand but has limited availability. This presents an opportunity to expand your product listings and capture new customers.

2. Monitoring Competitor Strategies

Use the Amazon Product Statistics endpoint to track competitor sales rank and pricing across different marketplaces. This allows you to understand their market strategies and adjust your own pricing and marketing efforts accordingly.

3. Optimizing Inventory Distribution

Analyze product availability data to identify regions with low stock levels. This information can be used to optimize your inventory distribution and ensure that products are available where they are needed most.

Enhancing Your Tracking with SellerMagnet Features

  • DataPipeline: Automate your product tracking with SellerMagnet's DataPipeline to ensure you always have the latest information.

Conclusion

Tracking Amazon product availability across marketplaces is essential for businesses looking to stay competitive and optimize their operations. SellerMagnet's API provides the tools and data you need to effectively monitor product listings, analyze market trends, and make informed business decisions. Start leveraging these powerful endpoints today to unlock new opportunities and drive growth.

Ready to get started? Try Free and explore the power of SellerMagnet's Amazon data API.

Back to Blog