Amazon (CCC Edition) avatar
Amazon (CCC Edition)
Try for free

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

View all Actors
Amazon (CCC Edition)

Amazon (CCC Edition)

canadesk/ccc-amazon
Try for free

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

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
Actor metrics
  • 1 monthly users
  • 100.0% runs succeeded
  • days response time
  • Created in Dec 2023
  • Modified about 1 month ago