Skip to main content
POST
/
api
/
listorg
/
trademarks
/listorg/trademarks
curl --request POST \
  --url https://api.anysite.io/api/listorg/trademarks \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "trademark": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@listorg_trademark",
    "title": "<string>",
    "image": "<string>",
    "holder": "<string>",
    "holder_address": "<string>",
    "postal_address": "<string>",
    "registration_number": "<string>",
    "registered_at": "<string>",
    "expires_at": "<string>",
    "application_number": "<string>",
    "application_at": "<string>",
    "fips_url": "<string>",
    "classes": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
trademark
string
required

Trademark internal List-Org id or a full trademark URL

Minimum string length: 1
Examples:

"460117"

"https://www.list-org.com/trademark/460117"

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
title
string | null
image
string | null
holder
string | null
holder_address
string | null
postal_address
string | null
registration_number
string | null
registered_at
string | null
expires_at
string | null
application_number
string | null
application_at
string | null
fips_url
string | null
classes
ListorgTrademarkClass · object[]