
Crypto Tags
Pricing
$3.00/month + usage
Go to Store

Crypto Tags
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
1. Get default tags (currencies included) first 50, without a search query, since the data is a lot it's always recommended to use the search query input
{"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"}]