Skip to main content
POST
/
api
/
street11
/
categories
/street11/categories
curl --request POST \
  --url https://api.anysite.io/api/street11/categories \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "category": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@street11_category",
    "name": "<string>",
    "product_count": 123,
    "url": "<string>",
    "is_all": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
category
string
required

Display category number (dispCtgrNo) or a category URL containing it

Minimum string length: 1
Example:

"1001819"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@street11_category
name
string | null
product_count
integer | null
url
string | null
is_all
boolean | null