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