Ampex

Elixir Library for interacting with Amazon Product Advertising API

Installation

Add ampex to your list of dependencies in mix.exs:

def deps do
[{:ampex, "~> 0.1.0"}]
end

Usage

FindPosition

Find position of a product:

Ampex.find_position(asin, keywords, max_pages \\ 10, wait_call \\ 1100, page \\ 1, position \\ 0)

ItemLookup

Only returns title and image:

Ampex.item_lookup(asin)