Official Python SDK for GoCreative AI — pay-per-call APIs for AI agents (enrich, lookup, scrape, search). Bring your own API key or use the free demo tier.
Project description
gocreative
Official Python SDK for the GoCreative AI pay-per-call API for AI agents. ~145 endpoints covering social enrichment (Instagram / TikTok / X / LinkedIn / GitHub), data lookups (WHOIS, DNS, IP, npm, PyPI, Wikipedia, crypto), and product scrapers (Amazon, eBay, Reddit, Product Hunt).
Install
pip install gocreative
30-second quickstart
from gocreative import Client
# With a paid API key (recommended):
gc = Client(api_key="gck_your_key_here")
# Or with no key — free demo tier, 5 calls/day per IP:
gc = Client()
print(gc.enrich.company("anthropic.com"))
print(gc.lookup.github_user("torvalds"))
print(gc.scrape.amazon("B08N5WRWNW"))
print(gc.search.tiktok_hashtag("ai"))
print(gc.lookup.wikipedia("LLM"))
The client reads GOCREATIVE_API_KEY from the environment if you don't pass one.
Endpoint groups
| Group | Method examples |
|---|---|
client.enrich.* |
company, instagram, tiktok, x, linkedin, github |
client.lookup.* |
github_user, whois, dns, npm, pypi, wikipedia, ip, crypto |
client.scrape.* |
amazon, ebay, reddit, producthunt |
client.search.* |
tiktok_hashtag, instagram_hashtag |
For any endpoint not wrapped above:
gc.get("/v1/lookup/hn/top")
Get an API key
Get a paid gck_... key at https://api.gocreativeai.com/pricing.
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-0.1.0.tar.gz.
File metadata
- Download URL: gocreative-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9b7eddca004fe5124e1c1b58e1dc344238882fe933acc328e5f4d195b7f3b0
|
|
| MD5 |
f16209f93dec2e77d007a683d5b5a3bb
|
|
| BLAKE2b-256 |
d42c3dd6bfdbcde78117756ba57663acf839d69f604f4d240a270262352201b2
|
File details
Details for the file gocreative-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gocreative-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
e1da20e341ca92c013788e022334f3e61fac3a68caa1a5804d03ac62baf4a4ed
|
|
| MD5 |
cabb5b9823b8e75ce1c0a27d0bf39161
|
|
| BLAKE2b-256 |
5faa59d60566db99642ece7c0bcabce2993ff3886a36b5a3cb5d6a9a5a5309ad
|