Class AmazonProvider

java.lang.Object
io.github.dinethdilhara.urltoproduct.provider.AbstractProductProvider
io.github.dinethdilhara.urltoproduct.provider.impl.AmazonProvider
All Implemented Interfaces:
ProductProvider

public class AmazonProvider extends AbstractProductProvider
Amazon-specific product provider.

Extracts product data from Amazon pages using strongly optimized CSS selectors.

Supports extraction of:

  • Product title
  • Description (feature bullets + tables)
  • Price (multiple Amazon layouts)
  • Product images (gallery + main image)

This provider is optimized for Amazon DOM structure and may break if Amazon changes their frontend markup.

Version:
1.0.0
Author:
Dineth Dilhara