Get popular hashtags
Immutable Catalog Entry
This descriptor comes from the active versioned Portal catalog.
- Contract tier:
legacy - Risk:
read - Catalog version:
scrape-creators-2026.07.12.1 - Descriptor hash:
3ced939e37bb27d08bd85918567f78f9800570025b38cec9a920b36a73d8b12c
Use this when you need ScrapeCreators TikTok data from GET /v1/tiktok/hashtags/popular for Get popular hashtags. Discovers trending and popular TikTok hashtags, filterable by time period (7/30/120 days) and country. Returns a list of hashtag objects each with hashtag_name, rank, trend data, and related video examples. Useful for identifying viral topics and content trends on TikTok. Returns the ScrapeCreators response in the standard MCP envelope with ok/data/error/meta. This is read-only. Requires the portal grant header and a ScrapeCreators BYOK API key.
Request Body
{
"jsonrpc": "2.0",
"id": "scrape-creators-scrape-creators-tiktok-get-v1-tiktok-hashtags-popular-example",
"method": "tools/call",
"params": {
"name": "scrape-creators.scrape_creators_tiktok_get_v1_tiktok_hashtags_popular",
"arguments": {
"body": "",
"page": "",
"params": "",
"period": "7",
"compact": "",
"industry": "apparel-and-accessories",
"max_items": "",
"newOnBoard": "",
"countryCode": "AU",
"include_raw": false
}
}
}
Arguments Schema
{
"type": "object",
"properties": {
"body": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {}
},
{
"type": "null"
}
],
"title": "Body",
"default": null,
"description": "JSON request body for provider endpoints that accept one."
},
"page": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Page",
"default": null,
"description": "Page number"
},
"params": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Params",
"default": null,
"description": "Optional advanced query parameter object. Prefer the documented top-level parameters when available."
},
"period": {
"enum": [
"7",
"30",
"120"
],
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Period",
"default": null,
"description": "Time period in days (7, 30, or 120)"
},
"compact": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Compact",
"default": null,
"description": "When true, trims large list payloads before returning them to the agent."
},
"industry": {
"enum": [
"apparel-and-accessories",
"baby-kids-and-maternity",
"beauty-and-personal-care",
"business-services",
"education",
"financial-services",
"food-and-beverage",
"games",
"health",
"home-improvement",
"household-products",
"life-services",
"news-and-entertainment",
"pets",
"sports-and-outdoor",
"tech-and-electronics",
"travel",
"vehicle-and-transportation"
],
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Industry",
"default": null,
"description": "Industry to get popular hashtags from."
},
"max_items": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Max Items",
"default": null,
"description": "Maximum number of list items to return when compacting provider responses."
},
"newOnBoard": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Newonboard",
"default": null,
"description": "Show only newly trending hashtags"
},
"countryCode": {
"enum": [
"AU",
"BR",
"CA",
"EG",
"FR",
"DE",
"ID",
"IL",
"IT",
"JP",
"MY",
"PH",
"RU",
"SA",
"SG",
"KR",
"ES",
"TW",
"TH",
"TR",
"AE",
"GB",
"US",
"VN"
],
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Countrycode",
"default": null,
"description": "Country code to get popular hashtags from"
},
"include_raw": {
"type": "boolean",
"title": "Include Raw",
"default": false,
"description": "When true, returns both compact normalized data and the raw provider payload; this can be large."
},
"path_params": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Path Params",
"default": null,
"description": "Path template values for endpoints that expose path placeholders."
},
"cache_ttl_seconds": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Cache Ttl Seconds",
"default": null,
"description": "Optional cache lifetime for idempotent GET requests."
},
"confirm_high_cost": {
"type": "boolean",
"title": "Confirm High Cost",
"default": false,
"description": "Set true only when intentionally running a high-credit or write-intent request."
}
},
"additionalProperties": false
}
Output Schema
{
"type": "object",
"required": [
"ok",
"data",
"error",
"meta"
],
"properties": {
"ok": {
"type": "boolean",
"description": "Whether the local or provider operation completed successfully."
},
"data": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {}
},
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"type": "null"
}
],
"description": "Bounded operation result when ok is true."
},
"meta": {
"type": "object",
"description": "Safe request, pagination, cache, and timing metadata.",
"additionalProperties": true
},
"error": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"description": "Safe structured error when ok is false."
}
},
"description": "Scrape Creators MCP normalized response envelope.",
"additionalProperties": false
}
Code Examples
- cURL
- Node.js
- Python
curl -X POST 'https://portal.madpanda3d.com/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "scrape-creators-scrape-creators-tiktok-get-v1-tiktok-hashtags-popular-example",
"method": "tools/call",
"params": {
"name": "scrape-creators.scrape_creators_tiktok_get_v1_tiktok_hashtags_popular",
"arguments": {
"body": "",
"page": "",
"params": "",
"period": "7",
"compact": "",
"industry": "apparel-and-accessories",
"max_items": "",
"newOnBoard": "",
"countryCode": "AU",
"include_raw": false
}
}
}'
const response = await fetch('https://portal.madpanda3d.com/api/mcp', {
method: 'POST',
headers: {
Authorization: 'Bearer mad_live_***',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"jsonrpc": "2.0",
"id": "scrape-creators-scrape-creators-tiktok-get-v1-tiktok-hashtags-popular-example",
"method": "tools/call",
"params": {
"name": "scrape-creators.scrape_creators_tiktok_get_v1_tiktok_hashtags_popular",
"arguments": {
"body": "",
"page": "",
"params": "",
"period": "7",
"compact": "",
"industry": "apparel-and-accessories",
"max_items": "",
"newOnBoard": "",
"countryCode": "AU",
"include_raw": false
}
}
}),
});
const data = await response.json();
console.log(data);
import requests
url = 'https://portal.madpanda3d.com/api/mcp'
headers = {
'Authorization': 'Bearer mad_live_***',
'Content-Type': 'application/json',
}
payload = {
"jsonrpc": "2.0",
"id": "scrape-creators-scrape-creators-tiktok-get-v1-tiktok-hashtags-popular-example",
"method": "tools/call",
"params": {
"name": "scrape-creators.scrape_creators_tiktok_get_v1_tiktok_hashtags_popular",
"arguments": {
"body": "",
"page": "",
"params": "",
"period": "7",
"compact": "",
"industry": "apparel-and-accessories",
"max_items": "",
"newOnBoard": "",
"countryCode": "AU",
"include_raw": false
}
}
}
response = requests.post(url, headers=headers, json=payload, timeout=60)
print(response.json())
Example Responses
- 200 Success
- 502 Upstream Error
{
"ok": true,
"message": "Tool scrape-creators.scrape_creators_tiktok_get_v1_tiktok_hashtags_popular executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}
{
"ok": false,
"classification": "upstream_http_error",
"message": "Upstream MCP returned a non-success status."
}