Narrow-focus TikTok hashtag search via the GoCreative AI API.
Project description
gocreative-tiktok-search
Tiny single-purpose Python helper that searches TikTok by hashtag and returns recent videos/creators via the GoCreative AI pay-per-call API. Bring your own gck_ API key or use the free demo tier (5/day per IP). For full multi-endpoint coverage install the unified gocreative package.
Install
pip install gocreative-tiktok-search
30-second quickstart
from gocreative_tiktok_search import tiktok_hashtag
# Free demo tier (no key needed, 5 calls/day per IP):
print(tiktok_hashtag('ai'))
# Or with a paid API key:
print(tiktok_hashtag('ai', api_key="gck_your_key_here"))
You can also set GOCREATIVE_API_KEY=gck_... in your environment.
Need more endpoints?
This package wraps just one GoCreative endpoint. For the full SDK with enrich / lookup / scrape / search across 145+ endpoints, install:
pip install gocreative
Powered by GoCreative AI — free tier 5 calls/day, paid plans at https://api.gocreativeai.com/pricing.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gocreative_tiktok_search-0.1.0.tar.gz.
File metadata
- Download URL: gocreative_tiktok_search-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e4befa0dec3abcd12d9daa2f2cdb550ed0e9315bdb96a482c6a2de990a34fb
|
|
| MD5 |
8f4eb8dc36b5d66036dc57d7ae0e38ae
|
|
| BLAKE2b-256 |
a81a2cf125d5e168205abbb34591e4d0946d518bfffe4dea697db26ddd7cd5f8
|
File details
Details for the file gocreative_tiktok_search-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gocreative_tiktok_search-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37fce56a99ddbb58118574731a8642055a99a0970bd6d67c0f154b9ddf606cb0
|
|
| MD5 |
17408e3d285bb0396a3bed4195aabbf1
|
|
| BLAKE2b-256 |
db68c707819f7d3981ce173a24ae159fea84715853c736f7e03d24982e56ab16
|