Crypto Tags avatar
Crypto Tags

Pricing

$3.00/month + usage

Go to Store
Crypto Tags

Crypto Tags

Developed by

Maged

Maged

Maintained by Community

gets tags, categories and slugs used for actors, https://apify.com/maged120/crypto and https://apify.com/maged120/crypto-convert

5.0 (1)

Pricing

$3.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

5 days ago

Crypto Tags Actor

gets tags, categories and slugs used for actors, https://apify.com/maged120/crypto and https://apify.com/maged120/crypto-convert

Input Schema

{
"search": {
"type": "string",
"description": "Optional search term to filter tags by name or slug",
"default": ""
},
}

Output Schema

Each tag in the output dataset will have the following structure:

{
"id": "integer",
"name": "string",
"slug": "string",
"popular": "boolean",
"status": "integer",
"priority": "integer",
"group_id": "integer",
"group_name": "string"
}

Examples

{
"search": "defi"
}

Sample Output

[
{
"id": 388,
"name": "DeFi",
"slug": "defi",
"popular": true,
"status": 1,
"priority": 3,
"group_id": 9,
"group_name": "Category"
},
{
"id": 400,
"name": "Gaming",
"slug": "gaming",
"popular": true,
"status": 1,
"priority": 1,
"group_id": 10,
"group_name": "Industry"
}
]