Skip to main content
GET
/
v1
/
marketing
/
brand-tracker
Track a brand's pricing and presence over time
curl --request GET \
  --url https://api.syntalic.com/v1/marketing/brand-tracker \
  --header 'Content-Type: application/json' \
  --data '
{
  "brand": "Apple",
  "country": "us",
  "from": "2026-04-01",
  "to": "2026-05-01"
}
'
{}

Query Parameters

brand
string
required

Brand name (e.g., Sony, Samsung, Nike)

Minimum string length: 1
country
enum<string>
default:us

Country (us or ca)

Available options:
us,
ca
from
string<date>

Start date (ISO 8601, defaults to 30 days ago)

to
string<date>

End date (ISO 8601, defaults to now)

Body

application/json

Query parameters as JSON (alternative to URL query string for agents that prefer body-based invocation).

brand
string
required

Brand name (e.g., Sony, Samsung, Nike)

Minimum string length: 1
Example:

"Apple"

country
enum<string>
default:us

Country (us or ca)

Available options:
us,
ca
Example:

"us"

from
string<date>

Start date (ISO 8601, defaults to 30 days ago)

Example:

"2026-04-01"

to
string<date>

End date (ISO 8601, defaults to now)

Example:

"2026-05-01"

Response

Brand tracking data

The response is of type object.