Skip to main content
POST
/
api
/
euipo
/
trademarks
/
search
/euipo/trademarks/search
curl --request POST \
  --url https://api.anysite.io/api/euipo/trademarks/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "keyword": "<string>",
  "count": 2,
  "timeout": 300,
  "office": "EM",
  "nice_classes": [
    9,
    42
  ]
}
'
[
  {
    "st13": "<string>",
    "@type": "@euipo_search_trademark",
    "name": "<string>",
    "office": "<string>",
    "application_number": "<string>",
    "registration_number": "<string>",
    "status": "<string>",
    "mark_type": "<string>",
    "nice_classes": [],
    "applicant_names": [],
    "application_date": "<string>",
    "registration_date": "<string>",
    "image": "<string>",
    "office_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
keyword
string
required

Trademark name search query

Minimum string length: 1
Example:

"apple"

count
integer
required

Max number of results

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
office
enum<string>
default:EM

Intellectual property office

Available options:
EM,
WO,
AL,
AP,
AR,
AT,
AU,
BA,
BG,
BN,
BR,
BX,
BZ,
CA,
CH,
CL,
CN,
CO,
CR,
CU,
CY,
CZ,
DE,
DK,
DO,
EE,
EG,
ES,
FI,
FR,
GB,
GE,
GR,
HR,
HU,
IE,
IL,
IN,
IS,
IT,
JO,
JP,
KH,
KR,
LA,
LI,
LT,
LV,
MA,
MC,
MD,
ME,
MK,
MT,
MX,
MY,
NO,
NZ,
OA,
PE,
PH,
PL,
PT,
PY,
RO,
RS,
RU,
SE,
SI,
SK,
TH,
TN,
TR,
TT,
UA,
UG,
US,
UY,
VN,
ZM
nice_classes
integer[] | null

Filter by Nice classification class numbers

Example:
[9, 42]
status
enum<string> | null

Filter by trademark legal status

Available options:
Registered,
Filed,
Ended,
Expired
tm_type
enum<string> | null

Filter by trademark type

Available options:
Word,
Figurative,
Combined,
3-D,
Sound,
Colour,
Combination of colours,
Hologram,
Motion,
Multimedia,
Pattern,
Position,
Stylized characters,
General mark,
Other,
Undefined

Response

Successful Response

st13
string
required
@type
string
default:@euipo_search_trademark
name
string | null
office
string | null
application_number
string | null
registration_number
string | null
status
string | null
mark_type
string | null
nice_classes
integer[]
applicant_names
string[]
application_date
string | null
registration_date
string | null
image
string | null
office_url
string | null