Skip to main content
POST
/
api
/
wipo_brands
/
trademarks
/
statistics
/wipo_brands/trademarks/statistics
curl --request POST \
  --url https://api.anysite.io/api/wipo_brands/trademarks/statistics \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "keyword": "apple",
  "strategy": "Simple",
  "owner": "<string>",
  "nice_classes": [
    9,
    42
  ],
  "designations": [
    "US"
  ],
  "offices": [
    "US",
    "JP"
  ],
  "features": []
}
'
[
  {
    "value": "<string>",
    "count": 123,
    "@type": "@wipo_brands_statistic_bucket"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
facet
enum<string>
required

Dimension to aggregate counts over

Available options:
designation,
office,
niceClass,
markFeature,
type,
status,
kind,
applicantCountryCode
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keyword
string | null

Mark text query to scope the aggregation

Example:

"apple"

strategy
enum<string>
default:Simple

Mark text matching strategy

Available options:
Embedded,
Exact,
Simple,
Fuzzy,
Phonetic,
Stemming
owner
string | null

Scope by owner or holder name

nice_classes
integer[] | null

Scope by Nice classification class numbers

Example:
[9, 42]
designations
string[] | null

Scope by designation country or office codes

Example:
["US"]
offices
string[] | null

Scope by origin office codes

Example:
["US", "JP"]
features
enum<string>[] | null

Scope by mark feature

Available options:
Colour,
Combined,
Figurative,
Hologram,
Motion,
Multimedia,
Olfactory,
Other,
Pattern,
Position,
Sound,
Stylized characters,
Three dimensional,
Tracer,
Undefined,
Word

Response

Successful Response

value
string
required
count
integer
required
@type
string
default:@wipo_brands_statistic_bucket