TvojeLajky
Instagram and TikTok services: live CZK quotes, orders and customer-authorized prepaid purchases.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Instagram and TikTok services: live CZK quotes, orders and customer-authorized prepaid purchases.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| list_services | List purchasable Instagram and TikTok services, quantity limits and starting prices in integer CZK halere. Use get_quote for an exact price. |
| get_profile | Look up an actual public social profile using ScrapeCreators. Missing numbers are null. |
| list_posts | List up to 20 recent posts belonging to a profile, with URLs usable in a quote. |
| get_quote | Calculate a server-verified price, valid for 15 minutes. Does not purchase or charge. Likes/views are divided evenly across selected posts. |
| create_order | Create an unpaid order from an accepted quote. Requires user intent to order. Return the checkout URL to the user; protect orderToken as a secret. Reuse the same idempotencyKey on retries. |
| get_order | Read the payment and delivery status of an order using its private token or an authorized connection. A paid order is not necessarily delivered. |
| get_wallet | Read the authenticated wallet balance and the remaining approved agent budget in integer CZK halere. |
| pay_order | Spend real prepaid credit and initiate delivery for an existing order. Requires wallet:spend authorization and a user-approved budget. Reuse idempotencyKey after timeouts; never create a replacement order to retry delivery. |