Competitors
In these docs, you will find information about the competitors API.
GET
: Getting all competitor statistics#
#
Example requestGET /api/v1/competitors
#
Example responseHTTP/1.1 200 OKContent-Type: application/json
{ "company_id": "example", "domain": "example", "overlapping_products": "example}
GET
: Getting a product from competitors#
#
Example requestGET /api/v1/competitors/product/{ean}
#
Example responseHTTP/1.1 200 OKContent-Type: application/json
{ "ean": "example", "name": "example", "price_records": { "competitor domain": "example price" }}