Amazon Prices Deals avatar

Amazon Prices Deals

Try for free

1 day trial then $12.00/month - No credit card required now

Go to Store
Amazon Prices Deals

Amazon Prices Deals

canadesk/amazon-prices-deals
Try for free

1 day trial then $12.00/month - No credit card required now

Check prices by ASIN, easily find price drops and popular deals, and set price alerts. It's (very) fast and costs little!

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified a month ago

🌎 Supported countries: United States of America, Canada, Australia, Germany, Spain, France, United Kingdom, Italy.

💡 You can still check prices by ASIN for products not in stock. The last known price will be returned if available.

Input

  • Process (select)

    • Check Prices by ASIN

      1{
      2    "asin": string,
      3    "price_amazon": float,
      4    "price_3rd_party": float,
      5    "price_used_3rd_party": float,
      6    "updated_at": string,
      7    "tag": string,                  // Best or Good
      8    "currency": string
      9    "country": string
      10    "priceAlert": boolean           // Input "alert" is required
      11}
    • Find Prices Drops / Popular Deals

      Returns deals based on filters. Run this actor on schedule to track prices and promotions.

      1{
      2    "title": string,
      3    "asin": string,
      4    "link": string,
      5    "updatedAt": string,
      6    "current_price": float,
      7    "original_price": float,
      8    "average_price": float,
      9    "tag": string,
      10    "country": string
      11}
  • Country (select)

    Target market.

    "Automatic" is only supported by the process "Check Prices". It will try each country until at least one price is found (not recommended).

  • ASIN (array)

    Only for "Check Prices by ASIN". List of valid ASINs to be checked.

  • Alert Price (integer)

    Only for "Check Prices by ASIN". Will set "priceAlert" to true when reached.

  • Category/Sort By (select)

    Only for Find Deals. Categories on US-based and may not be available for other countries (e.g., gardening is only available in US/DE).

  • Search text (string)

    Only for Find Deals. Applied AFTER data collection.

    For example, if the maximum of pages is 3, the filters will remove entries for those 3.

  • Minimum discount (integer)

    Only for Find Deals.

Examples

Check Prices returns:

💡 This process does not check whether a product is in stock. It returns the last known price.

1[
2    {
3        "title": "Logitech G915 LIGHTSPEED RGB Mechanical Gaming Keyboard, Low Profile GL Clicky Key Switch, LIGHTSYNC RGB, Advanced LIGHTSPEED Wireless and Bluetooth Support - Clicky, Black",
4        "asin": "B07NY9ZT92",
5        "link": "htttps://www.amazon.com/dp/B07NY9ZT92",
6        "updatedAt": "2025-02-04T06:35:16.000Z",
7        "current_price": 141.33,
8        "original_price": 249.99,
9        "average_price": 149.5,
10        "discount": 43,                 // Percent
11        "country": "US"
12    },
13    ...
14]

Find Deals returns:

1[
2    {
3        "title": "Logitech G915 LIGHTSPEED RGB Mechanical Gaming Keyboard, Low Profile GL Clicky Key Switch, LIGHTSYNC RGB, Advanced LIGHTSPEED Wireless and Bluetooth Support - Clicky, Black",
4        "asin": "B07NY9ZT92",
5        "link": "htttps://amazon.com/dp/B07NY9ZT92",        // Extension depends on country
6        "updatedAt": "2025-02-04T06:35:16.000Z",
7        "current_price": 141.33,
8        "original_price": 249.99,
9        "average_price": 149.5,
10        "tag": "good",
11        "country": "US"
12    },
13    ...
14]

Support

Always use a proxy and reasonable waiting times.

Open a new issue for bugs or feature requests. You must share the run URL.