Amazon (CCC Edition) avatar
Amazon (CCC Edition)
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Amazon (CCC Edition)

Amazon (CCC Edition)

canadesk/ccc-amazon

Get Product details and price history from Amazon! It's fast and costs little.

Features

** Get Details by ID**

[INPUT]

1{
2    id: string          // Product ID
3    country: string     // Amazon locale
4}

[OUTPUT]

1{
2    id: string,
3    url: string,
4    img: string,
5    price: string,              // Current price
6    originalPrice: string,      // Regular price
7    model: string,
8    upc: string,
9    sku: string,
10    group: string,
11    category: string,
12    manufacturer: string,
13    unixDate: integer,
14    amazonPrice: boolean,       // TRUE = Sold by Amazon
15    lowestPrice: string,        // Only valid when amazonPrice == true
16    highestPrice: string,       // Only valid when amazonPrice == true
17    averagePrice: string,       // Only valid when amazonPrice == true
18    bestPrice: string,          // TRUE = Lowest price ever
19}

How it works.

  1. Set the product ID.

  2. Select a country (must match with ID).

  3. Run it! 🎉

Support

Always use a strong proxy!

Open a new issue or contact support.

Cheers!

Developer
Maintained by Community