Skip to main content
POST
/
api
/
listorg
/
trademarks
/
search
/listorg/trademarks/search
curl --request POST \
  --url https://api.anysite.io/api/listorg/trademarks/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@listorg_trademark_search_result",
    "title": "<string>",
    "image": "<string>",
    "registration_number": "<string>",
    "holder": "<string>",
    "registered_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Trademark name or word to search for

Minimum string length: 1
count
integer
required

Max number of results to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@listorg_trademark_search_result
title
string | null
image
string | null
registration_number
string | null
holder
string | null
registered_at
string | null