Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve TikTok popular-trend country and industry metadata API Playground

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

GETapiKey8 credits/requestpopulartrend.countryIndustryMetaResponseDocTikTok

Endpoint

Choose one catalog endpoint for this request.

15 shown
GETapiKey8 credits/requestpopulartrend.countryIndustryMetaResponseDocTikTok
GET /tiktok/popular-trend/country-industry-meta

Retrieve TikTok popular-trend country and industry metadata

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": [
      {
        "id": "AR",
        "value": "Argentina"
      }
    ],
    "industry": [
      {
        "id": "22000000000",
        "value": "Apparel & Accessories"
      }
    ]
  }
}

Endpoint details

Returns the country and industry metadata used by the TikTok Creative Center popular-trend endpoints.

Method
GET
Path
/tiktok/popular-trend/country-industry-meta
Authentication
apiKey
Credit cost
8 credits/request
Platform
TikTok
Parameters
1 documented fields

Request parameters

x-api-key:header

Response schema fields

codedatadata.countrydata.country[].iddata.country[].valuedata.industrydata.industry[].iddata.industry[].valuemsg

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "country": [
      {
        "id": "AR",
        "value": "Argentina"
      }
    ],
    "industry": [
      {
        "id": "22000000000",
        "value": "Apparel & Accessories"
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/tiktok/popular-trend/country-industry-meta" \
  -H "x-api-key: <api-key>"