Class GenericProvider

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

public class GenericProvider extends AbstractProductProvider
Fallback product provider.

This provider attempts to extract product data from any website using:

  • JSON-LD structured data (primary source)
  • OpenGraph / meta tags (fallback)
  • DOM selectors (final fallback)

Used when no specific provider (e.g. Amazon, AliExpress) matches the URL.

Version:
1.0.0
Author:
Dineth Dilhara