# Zapi — API reference index > Index of every public endpoint on Zapi. Each category has its own reference file, and each scraper has its own; fetch the one you need rather than the whole catalog. Concise overview: https://zapi.ink/llms.txt. **Base URL:** `https://api.zapi.ink` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a key at https://zapi.ink/dashboard/keys (free tier — 600 req/mo, no credit card). **Response envelope:** `{ status: "success" | "error", message: string, content: }` **Rate limit:** 60 req/min (free tier). Per-endpoint cache TTL is documented below. **Errors:** standard HTTP codes (`401` invalid key, `429` rate limited, `5xx` upstream). Body always has `{ status: "error", message, errors? }`. ```bash curl "https://api.zapi.ink/v1/CATEGORY:SCRAPER/ENDPOINT?param=value" \ -H "x-api-key: $ZAPI_KEY" ``` ## How to read this - Per category: `https://zapi.ink/category/{category}/llms.txt` - Per scraper: `https://zapi.ink/api/{category}/{scraper}/llms.txt` - Rendered catalog: https://zapi.ink/apis --- ## Ads Full category reference: https://zapi.ink/category/ads/llms.txt - [Google Ads Transparency](https://zapi.ink/api/ads/google-ads/llms.txt) (3 endpoints) — Advertisers and creatives from Google's Ads Transparency Center — Search, YouTube, Maps, Play and Shopping, across 244 r - [Meta Ad Library](https://zapi.ink/api/ads/meta/llms.txt) (3 endpoints) — Competitor ads running on Facebook, Instagram, Messenger and Threads — creative, copy, carousel cards and direct media, ## Artificial Intelligence Full category reference: https://zapi.ink/category/ai/llms.txt - [Bark TTS](https://zapi.ink/api/ai/bark/llms.txt) (1 endpoints) — Text-to-speech with cloned voices and emotion presets. - [Bypass AI (writecream.com)](https://zapi.ink/api/ai/bypass-ai/llms.txt) (1 endpoints) — Humanize AI-generated text — natural rewriting via writecream.com. - [Chatex](https://zapi.ink/api/ai/chatex/llms.txt) (1 endpoints) — Chatex chat — OpenAI-compatible chat completions. - [ChatGPT (chatgpt.com)](https://zapi.ink/api/ai/chatgpt/llms.txt) (1 endpoints) — ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream). - [Copilot AI](https://zapi.ink/api/ai/copilot/llms.txt) (1 endpoints) — Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE - [Dolphin AI](https://zapi.ink/api/ai/dolphin/llms.txt) (1 endpoints) — Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE - [Dreemy AI](https://zapi.ink/api/ai/dreemy-ai/llms.txt) (1 endpoints) — Dreemy character roleplay chat (anonymous guest). - [Edge TTS](https://zapi.ink/api/ai/edge-tts/llms.txt) (1 endpoints) — Microsoft Edge Neural TTS (gratis). 322 voice neural berkualitas tinggi, 142 bahasa termasuk Indonesia. Atur voice, kece - [Felo AI](https://zapi.ink/api/ai/felo/llms.txt) (1 endpoints) — AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi. - [Google AI (g.ai)](https://zapi.ink/api/ai/google-aimode/llms.txt) (1 endpoints) — Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible - [Kokoro TTS](https://zapi.ink/api/ai/kokoro-tts/llms.txt) (1 endpoints) — High-quality multilingual text-to-speech synthesis. - [Magic Studio](https://zapi.ink/api/ai/magicstudio/llms.txt) (1 endpoints) — Anonymous AI image generation — text-to-image, no auth. - [NSFW Checker (Nyckel)](https://zapi.ink/api/ai/nsfw-checker/llms.txt) (1 endpoints) — Image safety classifier — detect NSFW/adult content via Nyckel ML model. - [Opera Aria](https://zapi.ink/api/ai/operaaria/llms.txt) (1 endpoints) — Asisten AI anonim (tanpa signup) — chat OpenAI-compatible, streaming. - [Qwen TTS](https://zapi.ink/api/ai/qwen-tts/llms.txt) (1 endpoints) — Text-to-speech via Qwen TTS — 7 voice characters, instant audio URL. - [Simkopdes AI](https://zapi.ink/api/ai/simkopdes-ai/llms.txt) (1 endpoints) — Chatbot resmi Kementerian Koperasi (Simkopdes) untuk tanya-jawab seputar koperasi. OpenAI-compatible. - [Upsampler](https://zapi.ink/api/ai/upsampler/llms.txt) (1 endpoints) — Generate video dari teks (text-to-video) pakai model Wan 2.2 — output MP4 tanpa watermark/login. Catatan: rate-limited ( - [Wink AI](https://zapi.ink/api/ai/wink-ai/llms.txt) (1 endpoints) — Wink AI image enhancement (HD / Ultra HD upscale). ## Application Full category reference: https://zapi.ink/category/application/llms.txt - [App Store](https://zapi.ink/api/application/app-store/llms.txt) (5 endpoints) — Apple App Store — one app's full store record, search, a developer's catalogue, customer reviews, and the ranked charts. - [Aptoide](https://zapi.ink/api/application/aptoide/llms.txt) (4 endpoints) — An alternative Android store — the APK itself: md5, signing certificate owner, download URL, full version history, and t - [Chrome Web Store](https://zapi.ink/api/application/chrome-web-store/llms.txt) (3 endpoints) — Chrome extensions and themes — rating, weekly users, the developer's contact details, and the extension's real manifest - [Firefox Add-ons](https://zapi.ink/api/application/firefox-addons/llms.txt) (5 endpoints) — Firefox extensions and themes from Mozilla's own registry — daily users, weekly downloads, per-version signed files with - [Flathub](https://zapi.ink/api/application/flathub/llms.txt) (3 endpoints) — Linux desktop apps as Flatpaks — licence, runtime and SDK, content rating, publisher verification, plus install counts b - [Microsoft Store](https://zapi.ink/api/application/microsoft-store/llms.txt) (3 endpoints) — The Windows app catalogue — 200+ fields per listing including system requirements, declared device capabilities, downloa - [Google Play Store](https://zapi.ink/api/application/play-store/llms.txt) (6 endpoints) — Google Play — one app's full record including figures the store UI never renders (the exact install count and the per-st - [Snapcraft](https://zapi.ink/api/application/snapcraft/llms.txt) (2 endpoints) — Ubuntu snaps — the full channel map: every track and risk level per architecture, each with its own version, revision, d ## Autocomplete Full category reference: https://zapi.ink/category/autocomplete/llms.txt - [Google Autocomplete](https://zapi.ink/api/autocomplete/google/llms.txt) (6 endpoints) — Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a di - [IMDb Autocomplete](https://zapi.ink/api/autocomplete/imdb-autocomplete/llms.txt) (2 endpoints) — IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings. - [Yahoo Autocomplete](https://zapi.ink/api/autocomplete/yahoo-autocomplete/llms.txt) (2 endpoints) — Yahoo search autocomplete. - [Yandex Autocomplete](https://zapi.ink/api/autocomplete/yandex/llms.txt) (2 endpoints) — Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions. ## Bypass Tools Full category reference: https://zapi.ink/category/bypass-tools/llms.txt - [Bitly Bypass](https://zapi.ink/api/bypass-tools/bitly/llms.txt) (1 endpoints) — Resolve bit.ly / bitly.is / j.mp / amzn.to short URLs ke destination aslinya. - [Blox-Script Key](https://zapi.ink/api/bypass-tools/blox-script/llms.txt) (1 endpoints) — Resolve a Blox-Script key-gate to its issued key. - [Clk.sh Bypass](https://zapi.ink/api/bypass-tools/clk-sh/llms.txt) (1 endpoints) — clk.sh / oko.sh / oii.la Bypass — extract final URL dari short link yang pakai advertiser landing page - [Encurtador / l1nq Unlocker](https://zapi.ink/api/bypass-tools/encurtador/llms.txt) (1 endpoints) — Resolve short link encurtador.dev / l1nq.com (dan alt domain) ke URL tujuan asli, lewatin interstitial countdown. - [EZ4Short](https://zapi.ink/api/bypass-tools/ez4short/llms.txt) (1 endpoints) — Resolve an EZ4Short short link to its final destination URL. - [GZenX](https://zapi.ink/api/bypass-tools/gzenx/llms.txt) (1 endpoints) — Resolve a GZenX script page to its title + loadstring payload. - [Link2Unlock Bypass](https://zapi.ink/api/bypass-tools/link2unlock/llms.txt) (1 endpoints) — Bypass link2unlock.com locker — skip semua social tasks dan langsung dapat URL tujuan. - [Linkify](https://zapi.ink/api/bypass-tools/linkify/llms.txt) (1 endpoints) — Resolve a Linkify short/locked link to its destination URL. - [Linkvertise](https://zapi.ink/api/bypass-tools/linkvertise/llms.txt) (1 endpoints) — Resolve a Linkvertise locked link (and link-to.net/link-hub.net family) to its destination URL. - [Linkzy](https://zapi.ink/api/bypass-tools/linkzy/llms.txt) (1 endpoints) — Resolve a Linkzy locked link to its destination URL. - [MBoost](https://zapi.ink/api/bypass-tools/mboost/llms.txt) (1 endpoints) — Resolve an MBoost locked link to its destination URL. - [Paste-Drop](https://zapi.ink/api/bypass-tools/paste-drop/llms.txt) (1 endpoints) — Fetch a public Paste-Drop paste content + metadata by URL or slug. - [Pastebin](https://zapi.ink/api/bypass-tools/pastebin/llms.txt) (1 endpoints) — Fetch raw plaintext content of a public Pastebin paste by URL or id. - [Pastefy](https://zapi.ink/api/bypass-tools/pastefy/llms.txt) (1 endpoints) — Fetch a public Pastefy paste content + metadata by URL or id. - [PasteLua](https://zapi.ink/api/bypass-tools/pastelua/llms.txt) (1 endpoints) — Fetch a public PasteLua paste content by URL or id. - [Paster.so](https://zapi.ink/api/bypass-tools/paster-so/llms.txt) (1 endpoints) — Fetch a public Paster.so paste content by URL or id. - [Platoboost Bypass](https://zapi.ink/api/bypass-tools/platoboost/llms.txt) (1 endpoints) — Extract whitelist key from Platoboost gateway links. Auto-clicks the checkpoint and polls the upstream until the key is - [Rentry](https://zapi.ink/api/bypass-tools/rentry/llms.txt) (1 endpoints) — Fetch the rendered markdown content of a public Rentry paste. - [Safelinku Bypass](https://zapi.ink/api/bypass-tools/safelinku/llms.txt) (1 endpoints) — Bypass safelinku / sfl.gl shortlink dan ekstrak URL tujuan akhir. - [Script Pastebins](https://zapi.ink/api/bypass-tools/scriptpastebins/llms.txt) (1 endpoints) — Resolve a Script Pastebins post to its title + script payload. - [Shrinkme Bypass](https://zapi.ink/api/bypass-tools/shrinkme/llms.txt) (1 endpoints) — Bypass shrinkme.click / shrinkme.io shortlink dan ekstrak URL destinasi dari metadata OG. - [SocialWolvez](https://zapi.ink/api/bypass-tools/socialwolvez/llms.txt) (1 endpoints) — Resolve a SocialWolvez social-gate link to its destination URL. - [Sub2Unlock](https://zapi.ink/api/bypass-tools/sub2unlock/llms.txt) (1 endpoints) — Resolves destination URLs from Sub2Unlock locked links and returns the final target URL. - [Sub4Unlock Bypass](https://zapi.ink/api/bypass-tools/sub4unlock/llms.txt) (1 endpoints) — Bypass sub4unlock.co shortlink — ambil URL tujuan tanpa harus subscribe/like. - [Tempel.in Bypass](https://zapi.ink/api/bypass-tools/tempel-in/llms.txt) (1 endpoints) — Baca isi paste dari tempel.in — title, content, author, dan views. - [tpi.li](https://zapi.ink/api/bypass-tools/tpi-li/llms.txt) (1 endpoints) — Resolve a tpi.li (ShrinkEarn) short link to its destination URL. - [Yasir252 Bypass](https://zapi.ink/api/bypass-tools/yasir252/llms.txt) (1 endpoints) — Bypass Cloudflare managed challenge di yasir252.com — extract download box (title, files, password) + resolve link chain ## Dev Tools Full category reference: https://zapi.ink/category/dev-tools/llms.txt - [CF Sitekey Extractor](https://zapi.ink/api/dev-tools/cf-sitekey/llms.txt) (1 endpoints) — Mengekstrak Cloudflare Turnstile sitekey dari halaman web dengan multiple fetch mode. - [DNS Lookup](https://zapi.ink/api/dev-tools/dns-lookup/llms.txt) (1 endpoints) — Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) via secure DNS-over-HTTPS resolver. - [HTTP Headers Inspector](https://zapi.ink/api/dev-tools/http-headers/llms.txt) (1 endpoints) — Inspect HTTP response headers and redirect chain for any URL. - [IP Geolocation](https://zapi.ink/api/dev-tools/ip-geo/llms.txt) (1 endpoints) — IP geolocation lookup — country, region, city, ISP, ASN, koordinat untuk IPv4 dan IPv6. - [Meta/OG Preview](https://zapi.ink/api/dev-tools/meta-preview/llms.txt) (1 endpoints) — Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack l - [SSL Labs](https://zapi.ink/api/dev-tools/ssl-labs/llms.txt) (1 endpoints) — Retrieve SSL/TLS analysis report for a hostname. - [WHOIS Lookup](https://zapi.ink/api/dev-tools/whois-lookup/llms.txt) (1 endpoints) — WHOIS / RDAP domain lookup — registrar, registration & expiry dates, nameservers, status, registrant contact. ## Downloader Full category reference: https://zapi.ink/category/downloader/llms.txt - [Bilibili Downloader](https://zapi.ink/api/downloader/bilibili/llms.txt) (1 endpoints) — Stream URL video dari bilibili.tv — mendukung berbagai kualitas (240P hingga 1080P). URL video + audio terpisah yang bis - [Dailymotion Downloader](https://zapi.ink/api/downloader/dailymotion/llms.txt) (1 endpoints) — Download video dari Dailymotion — kualitas hingga 1080p. Tempel URL video. - [Facebook Downloader](https://zapi.ink/api/downloader/facebook/llms.txt) (1 endpoints) — Download video & Reels dari Facebook. Tempel URL video/watch/reel publik. - [Facebook Video](https://zapi.ink/api/downloader/fdown/llms.txt) (1 endpoints) — Resolve downloadable video URLs from Facebook video posts. - [FuckingFast Downloader](https://zapi.ink/api/downloader/fuckingfast/llms.txt) (1 endpoints) — Direct download URL dari fuckingfast.co — mendukung input full URL / ID file. CDN link tanpa referer dan range request. - [Google Drive Downloader](https://zapi.ink/api/downloader/google-drive/llms.txt) (1 endpoints) — Direct download URL. Support file besar dengan virus scan warning. - [Instagram Downloader](https://zapi.ink/api/downloader/instagram/llms.txt) (1 endpoints) — Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel. - [Loom Downloader](https://zapi.ink/api/downloader/loom/llms.txt) (1 endpoints) — Download video rekaman dari Loom. Tempel URL share publik. - [MangaDex](https://zapi.ink/api/downloader/mangadex/llms.txt) (2 endpoints) — Search manga titles and fetch chapter page images for offline reading. - [MediaFire Downloader](https://zapi.ink/api/downloader/mediafire/llms.txt) (1 endpoints) — MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share - [Mega.nz Downloader](https://zapi.ink/api/downloader/mega-nz/llms.txt) (1 endpoints) — Mega.nz file downloader — retrieve direct download link and file metadata from any public Mega.nz share URL. - [OK.ru Downloader](https://zapi.ink/api/downloader/okru/llms.txt) (1 endpoints) — Download video dari OK.ru (Odnoklassniki) — hingga 1080p. Tempel URL video. - [Pinterest Downloader](https://zapi.ink/api/downloader/pinterest/llms.txt) (1 endpoints) — Download video & gambar dari Pinterest. Tempel URL pin. - [Pixeldrain Downloader](https://zapi.ink/api/downloader/pixeldrain/llms.txt) (1 endpoints) — Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pix - [Reddit Video Downloader](https://zapi.ink/api/downloader/redditsave/llms.txt) (1 endpoints) — Resolve Reddit post URLs to downloadable video files with audio merged. - [Rutube Downloader](https://zapi.ink/api/downloader/rutube/llms.txt) (1 endpoints) — Download video dari Rutube — hingga 1080p. Tempel URL video. - [Send.now Downloader](https://zapi.ink/api/downloader/send-now/llms.txt) (1 endpoints) — Send.now file & folder downloader — resolve direct CDN download links from any public Send.now share URL, including mult - [Snapchat Downloader](https://zapi.ink/api/downloader/snapchat/llms.txt) (1 endpoints) — Download video Spotlight/Stories dari Snapchat. Tempel URL. - [Threads](https://zapi.ink/api/downloader/threads/llms.txt) (1 endpoints) — Download media (foto, video, carousel) dari post Threads (Meta). Tinggal kirim URL post — balikin direct URL gambar/vide - [Tumblr Downloader](https://zapi.ink/api/downloader/tumblr/llms.txt) (1 endpoints) — Download video & audio dari Tumblr. Tempel URL post. - [Twitter / X Downloader](https://zapi.ink/api/downloader/twitter/llms.txt) (1 endpoints) — Download video dari Twitter / X. Tempel URL tweet yang berisi video. - [VK Downloader](https://zapi.ink/api/downloader/vk/llms.txt) (1 endpoints) — Download video dari VK (VKontakte). Tempel URL video. - [YouTube Downloader](https://zapi.ink/api/downloader/youtube/llms.txt) (1 endpoints) — Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langs ## Esport Full category reference: https://zapi.ink/category/esport/llms.txt - [Liquipedia](https://zapi.ink/api/esport/liquipedia/llms.txt) (10 endpoints) — Esports wiki data — players, teams, tournaments, matches, transfers, and any page — from Liquipedia game wikis via the p ## Finance Full category reference: https://zapi.ink/category/finance/llms.txt - [Antam](https://zapi.ink/api/finance/antam/llms.txt) (2 endpoints) — Antam's own price list — the Indonesian retail gold benchmark, quoted per bar - [Bareksa](https://zapi.ink/api/finance/bareksa/llms.txt) (3 endpoints) — Bareksa's bond list — coupon, yield, modified duration, Pefindo rating and - [Bea](https://zapi.ink/api/finance/bea/llms.txt) (6 endpoints) — BEA regional income — state and county personal income, from the bulk zips. - [Bank Indonesia](https://zapi.ink/api/finance/bi-kurs/llms.txt) (6 endpoints) — Official Indonesian exchange rates — JISDOR, the transaction rate and the banknote rate — plus the BI-Rate and headline - [Binance](https://zapi.ink/api/finance/binance/llms.txt) (12 endpoints) — Global crypto spot market data — 24h statistics, candles and order book depth from the largest venue. - [Binance Futures](https://zapi.ink/api/finance/binance-futures/llms.txt) (19 endpoints) — USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth. - [Binance Vision](https://zapi.ink/api/finance/binance-vision/llms.txt) (15 endpoints) — Binance's public bulk archive: klines, 5-minute open-interest and long/short metrics, funding, book depth and liquidatio - [Blockchain Info](https://zapi.ink/api/finance/blockchain-info/llms.txt) (2 endpoints) — One named on-chain time series from blockchain.info's chart API. - [BLS](https://zapi.ink/api/finance/bls/llms.txt) (4 endpoints) — US Bureau of Labor Statistics: CPI, PPI, employment and the published timeseries catalogue. - [Boe](https://zapi.ink/api/finance/boe/llms.txt) (3 endpoints) — The Bank of England's official Bank Rate, the policy rate the MPC sets. - [Boj](https://zapi.ink/api/finance/boj/llms.txt) (4 endpoints) — Japan's monetary base and its components. - [Bybit](https://zapi.ink/api/finance/bybit/llms.txt) (11 endpoints) — Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and ins - [Cboe](https://zapi.ink/api/finance/cboe/llms.txt) (6 endpoints) — Kutipan tertunda Cboe untuk saham dan indeks, termasuk implied volatility 30 hari yang tidak ada di feed kutipan lain. - [Census](https://zapi.ink/api/finance/census/llms.txt) (3 endpoints) — Dated values for any Census economic-indicator series. - [CFTC](https://zapi.ink/api/finance/cftc/llms.txt) (6 endpoints) — Commitments of Traders: posisi long/short per kategori pelaku di tiap pasar berjangka Amerika, terbit tiap Jumat untuk p - [Cme](https://zapi.ink/api/finance/cme/llms.txt) (6 endpoints) — The trade dates the settlement archive actually holds for a product, each - [Coingecko](https://zapi.ink/api/finance/coingecko/llms.txt) (8 endpoints) — Sector market caps — which categories exist and which coins lead them. - [Crypto Price](https://zapi.ink/api/finance/crypto-price/llms.txt) (1 endpoints) — Fetch current cryptocurrency prices and market data. - [Currency Converter](https://zapi.ink/api/finance/currency-convert/llms.txt) (1 endpoints) — Convert monetary amounts between currencies using current exchange rates. - [DefiLlama](https://zapi.ink/api/finance/defillama/llms.txt) (6 endpoints) — Total value locked per chain dan kapitalisasi stablecoin per aset beserta mekanisme peg-nya. - [Deribit](https://zapi.ink/api/finance/deribit/llms.txt) (10 endpoints) — Deribit public data, including DVOL — the crypto volatility index — at one-second resolution, plus options instruments a - [Dukascopy](https://zapi.ink/api/finance/dukascopy/llms.txt) (5 endpoints) — Dukascopy's free tick and one-minute history, including XAUUSD gold going back to 2003. - [Ecb](https://zapi.ink/api/finance/ecb/llms.txt) (5 endpoints) — The ECB's dataflow catalogue — the vocabulary `series` takes as its `dataflow`. - [Emitennews](https://zapi.ink/api/finance/emitennews/llms.txt) (3 endpoints) — One EmitenNews article, body included. This is the only source in the batch - [Etherscan](https://zapi.ink/api/finance/etherscan/llms.txt) (1 endpoints) — Current gas price tiers and base fee, from Etherscan's V2 multichain API. - [Fear & Greed](https://zapi.ink/api/finance/fear-greed/llms.txt) (3 endpoints) — Market sentiment on a 0-100 scale for crypto and US equities, with history and the sub-indicators behind the score. - [Federal Reserve](https://zapi.ink/api/finance/federal-reserve/llms.txt) (7 endpoints) — Federal Reserve Board releases: FOMC calendar and statements, H.15 selected rates, H.4.1 balance sheet, Beige Book and S - [FINRA](https://zapi.ink/api/finance/finra/llms.txt) (1 endpoints) — Posisi short terkonsolidasi FINRA per saham per tanggal setelmen, dua kali sebulan. - [FRED](https://zapi.ink/api/finance/fred/llms.txt) (10 endpoints) — Federal Reserve Economic Data: macro series with point-in-time vintages, so a revised print never masquerades as the ori - [Galeri 24](https://zapi.ink/api/finance/galeri24/llms.txt) (9 endpoints) — Pegadaian's gold retailer — selling and buyback price for 18 brands including Antam, UBS and Lotus Archi, plus outlets a - [GLEIF](https://zapi.ink/api/finance/gleif/llms.txt) (1 endpoints) — Legal Entity Identifier — resolusi nama badan hukum ke kode LEI global beserta yurisdiksi dan status registrasinya. - [Gold Council](https://zapi.ink/api/finance/gold-council/llms.txt) (3 endpoints) — Gold held by ETFs worldwide, by region, with the gold price alongside. The - [GoldPrice](https://zapi.ink/api/finance/goldprice/llms.txt) (10 endpoints) — Harga emas, perak & crypto live + grafik, historis, ETF, saham tambang, berita, dan kalkulator. Sumber data publik goldp - [Histdata](https://zapi.ink/api/finance/histdata/llms.txt) (5 endpoints) — Which years exist for a pair, and in what unit each is served. HistData chunks - [HRTA Gold](https://zapi.ink/api/finance/hrta-gold/llms.txt) (12 endpoints) — Indonesian retail gold from Hartadinata Abadi — price and buyback per gramasi, plus the full EMASKU catalogue. - [IDX (Bursa Efek Indonesia)](https://zapi.ink/api/finance/idx/llms.txt) (48 endpoints) — Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrou - [IDX Channel](https://zapi.ink/api/finance/idxchannel/llms.txt) (14 endpoints) — Indonesian market news and live IDX market data — articles by channel, date and tag, plus stock quotes, indices and curr - [Indodax](https://zapi.ink/api/finance/indodax/llms.txt) (6 endpoints) — Indonesia's crypto exchange — prices in rupiah from the venue that actually trades them, with order book and tape. - [Investing](https://zapi.ink/api/finance/investing/llms.txt) (16 endpoints) — Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalen - [Ipotnews](https://zapi.ink/api/finance/ipotnews/llms.txt) (1 endpoints) — IPOT News headline timeline — minute-resolution WIB timestamps across a - [Ishares Metals](https://zapi.ink/api/finance/ishares-metals/llms.txt) (3 endpoints) — The US iShares product screener — 524 funds with NAV, fees, identifiers and - [Kontan](https://zapi.ink/api/finance/kontan/llms.txt) (27 endpoints) — Indonesian business daily plus its data centre — news search and archive back to 2008, and 21 economic datasets covering - [KSEI](https://zapi.ink/api/finance/ksei/llms.txt) (3 endpoints) — Kustodian Sentral Efek Indonesia: demografi investor pasar modal, sebaran investor domestik per wilayah, dan kepemilikan - [Lbma](https://zapi.ink/api/finance/lbma/llms.txt) (5 endpoints) — The running average the auction operator publishes per metal and session. - [Lotus Archi](https://zapi.ink/api/finance/lotus-archi/llms.txt) (4 endpoints) — Indonesian gold and silver from Lotus Archi — counter prices, per-gram buyback, and daily history for both metals. - [MacroMicro](https://zapi.ink/api/finance/macromicro/llms.txt) (10 endpoints) — Macro and market charts, indicators, calendars and 13F filings from MacroMicro. - [Mempool Space](https://zapi.ink/api/finance/mempool-space/llms.txt) (5 endpoints) — Recommended fee tiers in sat/vB, as mempool.space's own estimator sees them. - [Myfxbook](https://zapi.ink/api/finance/myfxbook/llms.txt) (1 endpoints) — Myfxbook community outlook — how the crowd of tracked live accounts is - [Nasdaq](https://zapi.ink/api/finance/nasdaq/llms.txt) (2 endpoints) — Data resmi Nasdaq: kutipan saham/ETF/indeks dan kalender rilis laba per tanggal. - [OJK](https://zapi.ink/api/finance/ojk/llms.txt) (3 endpoints) — Indonesian financial regulator data — assets under management across every regulated investment product class. - [OKX](https://zapi.ink/api/finance/okx/llms.txt) (15 endpoints) — OKX v5 public market data: candles with archive fallback, order books, funding, open interest and the rubik analytics se - [Pboc](https://zapi.ink/api/finance/pboc/llms.txt) (1 endpoints) — China's Loan Prime Rate, 1-year and 5-year. - [Pegadaian Gold](https://zapi.ink/api/finance/pegadaian/llms.txt) (3 endpoints) — Indonesian retail gold — the buy and sell price a state pawnbroker quotes, per gram, with daily history. - [PIHPS (Harga Pangan)](https://zapi.ink/api/finance/pihps/llms.txt) (3 endpoints) — Harga pangan strategis harian dari Bank Indonesia: per komoditas, per provinsi, di empat tingkat pasar (tradisional, mod - [Pintu](https://zapi.ink/api/finance/pintu/llms.txt) (1 endpoints) — Harga aset kripto di Pintu dalam rupiah, dengan perubahan harian, mingguan, bulanan, dan tahunan. - [Pluang](https://zapi.ink/api/finance/pluang/llms.txt) (31 endpoints) — Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Ameri - [QRIS Static → Dynamic](https://zapi.ink/api/finance/qris/llms.txt) (2 endpoints) — Convert QRIS Static ke Dynamic (set nominal + biaya layanan). Input via paste string atau upload gambar QR. EMVCo TLV + - [Reku](https://zapi.ink/api/finance/reku/llms.txt) (3 endpoints) — Reku OHLCV candles for one coin. - [Santiment](https://zapi.ink/api/finance/santiment/llms.txt) (2 endpoints) — What a Santiment metric will actually serve, straight from the API's own - [Saweria](https://zapi.ink/api/finance/saweria/llms.txt) (3 endpoints) — Donasi QRIS ke kreator Saweria — bikin tagihan, dapat QR siap-scan, dan cek status pembayaran secara real-time. Anonim, - [SEC EDGAR](https://zapi.ink/api/finance/sec-edgar/llms.txt) (4 endpoints) — US issuer filings and reported accounting figures — full-text search since 2001, company profiles, filing history and XB - [Sge](https://zapi.ink/api/finance/sge/llms.txt) (5 endpoints) — Every instrument's open, close, high, low and change for one trading day. - [Snb](https://zapi.ink/api/finance/snb/llms.txt) (5 endpoints) — The dimension tree of one SNB cube — the vocabulary `cube`'s `select` filter - [Spdr Gold](https://zapi.ink/api/finance/spdr-gold/llms.txt) (5 endpoints) — The custodian's daily bar list — every gold bar in the trust, published as a PDF. - [StockAnalysis](https://zapi.ink/api/finance/stockanalysis/llms.txt) (1 endpoints) — Kutipan saham dan ETF Amerika tanpa API key: harga, perubahan, OHLC, volume, rentang 52 minggu, dan sesi extended-hours. - [Stockbit](https://zapi.ink/api/finance/stockbit/llms.txt) (10 endpoints) — Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi. - [Stooq](https://zapi.ink/api/finance/stooq/llms.txt) (2 endpoints) — Stooq — single-symbol quote off the HTML quote page. - [Tokocrypto](https://zapi.ink/api/finance/tokocrypto/llms.txt) (6 endpoints) — Tokocrypto aggregated tape — consecutive fills of one taker order at one - [TradingView](https://zapi.ink/api/finance/tradingview/llms.txt) (14 endpoints) — Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equitie - [Treasury Id](https://zapi.ink/api/finance/treasury-id/llms.txt) (2 endpoints) — Treasury's current retail gold quote in rupiah — what the app buys at and sells - [TWSE (Taiwan)](https://zapi.ink/api/finance/twse/llms.txt) (1 endpoints) — Seluruh pasar saham Taiwan dalam satu panggilan: OHLC, volume, nilai, dan jumlah transaksi tiap kode. - [UBS Gold](https://zapi.ink/api/finance/ubs/llms.txt) (4 endpoints) — Indonesian retail gold from UBS — buy and buyback price per bar denomination, with daily history. - [US Treasury](https://zapi.ink/api/finance/us-treasury/llms.txt) (5 endpoints) — Kurva imbal hasil Treasury Amerika, harian, seluruh tenor dari 1 bulan sampai 30 tahun. - [Wikimedia Pageviews](https://zapi.ink/api/finance/wikimedia/llms.txt) (1 endpoints) — Kunjungan harian artikel Wikipedia — proksi perhatian publik terhadap satu perusahaan atau tema. - [World Bank](https://zapi.ink/api/finance/worldbank/llms.txt) (1 endpoints) — Deret indikator pembangunan Bank Dunia per negara — PDB, inflasi, populasi, dan ribuan lainnya. - [Yahoo Finance](https://zapi.ink/api/finance/yahoo-finance/llms.txt) (13 endpoints) — Global quotes, fundamentals, statements, options, earnings, ownership and analyst coverage. Jakarta listings via the .JK ## Food & Drink Full category reference: https://zapi.ink/category/food/llms.txt - [Cookpad](https://zapi.ink/api/food/cookpad/llms.txt) (2 endpoints) — Cookpad recipe scraper — cari resep berdasarkan kata kunci, ambil detail resep, bahan, langkah dan waktu. - [Dapur Umami](https://zapi.ink/api/food/dapurumami/llms.txt) (3 endpoints) — Scraper resep Dapur Umami — kumpulan resep masakan Indonesia, pencarian by keyword, detail resep (bahan, langkah, durasi - [GoFood](https://zapi.ink/api/food/gofood/llms.txt) (1 endpoints) — Cari restoran GoFood per kota/area & kategori masakan (data SSR). Catatan: detail menu per-resto tidak tersedia (di-gate - [Masak Apa Hari Ini](https://zapi.ink/api/food/masakapahariini/llms.txt) (2 endpoints) — Search and fetch Indonesian recipes with ingredients and cooking steps. - [Open Food Facts](https://zapi.ink/api/food/openfoodfacts/llms.txt) (1 endpoints) — Retrieve product information, ingredients, and nutritional data from packaged foods. - [Punch Drink](https://zapi.ink/api/food/punchdrink/llms.txt) (3 endpoints) — Cocktail & drink recipe scraper untuk Punch Drink — cari resep cocktail, ambil detail (bahan, cara, garnish), dan koleks - [Resep Koki](https://zapi.ink/api/food/resepkoki/llms.txt) (3 endpoints) — Scraper resep masakan Indonesia dari Resep Koki — pencarian, detail resep lengkap (bahan, langkah, durasi), dan resep te - [TheMealDB](https://zapi.ink/api/food/themealdb/llms.txt) (2 endpoints) — Search and look up meal recipes with ingredients and preparation instructions. - [Zomato](https://zapi.ink/api/food/zomato/llms.txt) (4 endpoints) — Data restoran Zomato: pencarian per kota/cuisine, detail restoran, menu, dan ulasan. Catatan: Zomato tidak beroperasi di ## Games Full category reference: https://zapi.ink/category/games/llms.txt - [Arena of Valor Stalker](https://zapi.ink/api/games/aov/llms.txt) (1 endpoints) — Cek username akun Arena of Valor berdasarkan Player ID. - [CheapShark Deals](https://zapi.ink/api/games/cheapshark/llms.txt) (1 endpoints) — Browse current video game deals and price comparisons across stores. - [Free Fire Stalker](https://zapi.ink/api/games/free-fire/llms.txt) (1 endpoints) — Cek username akun Free Fire berdasarkan Player ID. - [Genshin Impact Data](https://zapi.ink/api/games/genshin-data/llms.txt) (1 endpoints) — Access Genshin Impact character information including elements, weapons, and stats. - [Honkai Star Rail Data](https://zapi.ink/api/games/hsr-data/llms.txt) (1 endpoints) — Access Honkai Star Rail character information including paths, elements, and stats. - [Mobile Legends Stalker](https://zapi.ink/api/games/mlbb/llms.txt) (1 endpoints) — Cek username akun Mobile Legends berdasarkan User ID dan Zone ID. - [Point Blank Stalker](https://zapi.ink/api/games/point-blank/llms.txt) (1 endpoints) — Cek username akun Point Blank berdasarkan Player ID. FPS PC klasik dari Garena/Zepetto — populer di Indonesia sejak 2009 - [PokeAPI](https://zapi.ink/api/games/pokeapi/llms.txt) (1 endpoints) — Fetch Pokémon data including stats, types, abilities, and sprites. ## Health Full category reference: https://zapi.ink/category/health/llms.txt - [Alodokter](https://zapi.ink/api/health/alodokter/llms.txt) (2 endpoints) — Artikel kesehatan Alodokter — daftar & detail artikel penyakit/obat/editorial lengkap dengan reviewer medis. - [CDC](https://zapi.ink/api/health/cdc/llms.txt) (12 endpoints) — US CDC open data — Socrata dataset catalogue and SoQL queries, syndicated public-health content, environmental health tr - [Clinical Tables](https://zapi.ink/api/health/clinical-tables/llms.txt) (25 endpoints) — NLM Clinical Table Search Service — 22 keyless code systems including LOINC, ICD-10-CM, ICD-11, RxTerms, HPO, HCPCS, NPI - [Halodoc](https://zapi.ink/api/health/halodoc/llms.txt) (2 endpoints) — Artikel kesehatan Halodoc — daftar artikel & detail artikel (gejala, obat, tips kesehatan). - [MedlinePlus](https://zapi.ink/api/health/medlineplus/llms.txt) (4 endpoints) — MedlinePlus consumer health — clinical code lookup across seven vocabularies, health-topic search in English and Spanish - [WHO GHO](https://zapi.ink/api/health/who/llms.txt) (6 endpoints) — World Health Organization Global Health Observatory — 3,095 indicators with country, region, year and disaggregation fil ## Indonesia Full category reference: https://zapi.ink/category/indonesia/llms.txt - [Bimas Islam Kemenag](https://zapi.ink/api/indonesia/bimasislam/llms.txt) (6 endpoints) — Directorate General of Islamic Community Guidance: sharia consultation Q&A answered by the Kemenag team, official news, - [Cek BPOM](https://zapi.ink/api/indonesia/cek-bpom/llms.txt) (1 endpoints) — Pencarian registrasi produk obat, kosmetik, suplemen, dan pangan pada database resmi BPOM RI. - [Cek Halal](https://zapi.ink/api/indonesia/cek-halal/llms.txt) (1 endpoints) — Pencarian sertifikat halal produk dari database resmi BPJPH (Badan Penyelenggara Jaminan Produk Halal). - [Cek Kode Pos](https://zapi.ink/api/indonesia/cek-kode-pos/llms.txt) (1 endpoints) — Cari kode pos Indonesia berdasarkan nama kelurahan, kecamatan, atau kota. - [Cek NIK](https://zapi.ink/api/indonesia/cek-nik/llms.txt) (1 endpoints) — Decode structural information from a 16-digit Indonesian NIK identifier. - [LPSE / Tender Pemerintah](https://zapi.ink/api/indonesia/lpse/llms.txt) (3 endpoints) — Data tender & pengadaan pemerintah Indonesia dari sumber nasional (Satu Data LKPP). Cari paket tender lintas instansi, l - [Perpusnas](https://zapi.ink/api/indonesia/perpusnas/llms.txt) (15 endpoints) — Perpustakaan Nasional RI — Khastara digitised manuscripts and the OPAC national catalogue with full MARC records and dig - [Al-Qur'an Kemenag](https://zapi.ink/api/indonesia/quran-kemenag/llms.txt) (14 endpoints) — Official Indonesian Ministry of Religious Affairs Qur'an: 114 surah, 6,236 ayah with Arabic, kitabah, transliteration, I - [Jadwal Sholat & Hijriah](https://zapi.ink/api/indonesia/sholat-kemenag/llms.txt) (15 endpoints) — Indonesian prayer schedules for 517 cities sourced from the Ministry of Religious Affairs dataset, plus Hijri/Gregorian - [SIPP Mahkamah Agung](https://zapi.ink/api/indonesia/sipp/llms.txt) (2 endpoints) — Penelusuran perkara pengadilan Indonesia (SIPP, Mahkamah Agung). Cari perkara per pengadilan berdasarkan nomor/pihak/kla - [Wilayah Indonesia](https://zapi.ink/api/indonesia/wilayah/llms.txt) (6 endpoints) — Indonesian administrative regions — province, regency, district and village — from official government registries, with ## Jobs Full category reference: https://zapi.ink/category/jobs/llms.txt - [Alfamart Career](https://zapi.ink/api/jobs/alfamart/llms.txt) (3 endpoints) — Alfamart (Alfakarir) vacancies — 500+ open roles searchable by division, branch, location and posting age, with full job - [Dealls](https://zapi.ink/api/jobs/dealls/llms.txt) (7 endpoints) — Dealls job board — search by sector, employment type, city, company and salary band, with skills and company detail per - [Garudafood Career](https://zapi.ink/api/jobs/garudafood/llms.txt) (3 endpoints) — Garudafood vacancies — search by location, job function and position level, with detail covering requirements and respon - [Glassdoor](https://zapi.ink/api/jobs/glassdoor/llms.txt) (5 endpoints) — Glassdoor job search — salary bands, seniority, company rating and job-type filters, read from its structured page data. - [Glints](https://zapi.ink/api/jobs/glints/llms.txt) (7 endpoints) — Glints job board — keyword search plus a paged browse over its full listing set, with education, work-arrangement and ex - [Grab Careers](https://zapi.ink/api/jobs/grab/llms.txt) (3 endpoints) — Grab career vacancies across Southeast Asia — search, job detail and the live filter vocabulary, sourced from Grab's ful - [Hiring Cafe](https://zapi.ink/api/jobs/hiringcafe/llms.txt) (5 endpoints) — Hiring Cafe — worldwide job search with workplace type, commitment, seniority and technology-keyword filters. - [Indeed](https://zapi.ink/api/jobs/indeed/llms.txt) (5 endpoints) — Indeed Indonesia — job search and detail parsed from its own hydration data, with radius, job-type, recency and remote f - [Indofood Career](https://zapi.ink/api/jobs/indofood/llms.txt) (3 endpoints) — Indofood vacancies — bilingual search across 250+ open roles with education, experience, city and job-function filters, - [Jobstreet](https://zapi.ink/api/jobs/jobstreet/llms.txt) (20 endpoints) — Jobstreet Indonesia via its GraphQL API — job search, detail, counts, classifications and location suggestions with the - [Kalibrr](https://zapi.ink/api/jobs/kalibrr/llms.txt) (7 endpoints) — Kalibrr job board — search with salary, function, location, remote and fresh-graduate filters, plus full HTML job descri - [Karir.com](https://zapi.ink/api/jobs/karir/llms.txt) (4 endpoints) — Karir.com job board — search with location, degree, industry, function, company and salary filters, plus its filter and - [KitaLulus](https://zapi.ink/api/jobs/kitalulus/llms.txt) (4 endpoints) — KitaLulus job board — keyword and location search plus location, specialisation, industry, type and education facet rout - [LinkedIn Jobs](https://zapi.ink/api/jobs/linkedin/llms.txt) (6 endpoints) — LinkedIn job search through its public guest API — search, job detail, company and location typeahead, no account requir - [Loker.id](https://zapi.ink/api/jobs/loker-id/llms.txt) (5 endpoints) — Loker.id job board — search plus job-type and education path routes, with the filter vocabulary the site itself publishe - [Pintarnya](https://zapi.ink/api/jobs/pintarnya/llms.txt) (6 endpoints) — Pintarnya job board — search by category, education, salary, shift and experience, with company profiles and similar-job - [Traveloka Careers](https://zapi.ink/api/jobs/traveloka/llms.txt) (3 endpoints) — Traveloka career vacancies — paged search by country, department and employment type, plus job detail with the full desc ## Logistics Full category reference: https://zapi.ink/category/logistics/llms.txt - [Cek Resi (cekresi.com)](https://zapi.ink/api/logistics/cek-resi/llms.txt) (1 endpoints) — Lacak status pengiriman paket dari 23 ekspedisi populer — Shopee Express, Ninja, Lion Parcel, Pos Indonesia, TIKI, Paxel ## Marketplace Full category reference: https://zapi.ink/category/marketplace/llms.txt - [Blibli](https://zapi.ink/api/marketplace/blibli/llms.txt) (5 endpoints) — Akses data publik Blibli: pencarian produk dan detail produk (harga, rating, stok, merchant, kategori). Untuk riset harg - [Digimap](https://zapi.ink/api/marketplace/digimap/llms.txt) (9 endpoints) — Apple Premium Partner Indonesia — product detail from the official digimap.co.id store. - [Erafone](https://zapi.ink/api/marketplace/erafone/llms.txt) (8 endpoints) — Erajaya phone and gadget retailer — product detail from the official erafone.com store. - [Eraspace](https://zapi.ink/api/marketplace/eraspace/llms.txt) (7 endpoints) — Erajaya gadget and lifestyle store — product detail from the official eraspace.com store. - [Erigo](https://zapi.ink/api/marketplace/erigo/llms.txt) (9 endpoints) — Erigo official apparel store — product detail from the official erigostore.co.id store. - [iBox](https://zapi.ink/api/marketplace/ibox/llms.txt) (8 endpoints) — Apple Authorized Reseller Indonesia — product detail from the official ibox.co.id store. - [Lazada](https://zapi.ink/api/marketplace/lazada/llms.txt) (2 endpoints) — Akses data publik Lazada Indonesia: pencarian produk dengan harga, diskon, rating, jumlah terjual, dan info penjual. Unt - [Shopee](https://zapi.ink/api/marketplace/shopee/llms.txt) (7 endpoints) — Data publik Shopee Indonesia — profil toko/seller & statistik storefront (followers, rating, response rate). Catatan: pe - [Tokopedia](https://zapi.ink/api/marketplace/tokopedia/llms.txt) (8 endpoints) — Akses data publik Tokopedia: pencarian produk, detail produk, dan profil toko/seller. Untuk riset harga, monitoring kata ## Movie Full category reference: https://zapi.ink/category/movie/llms.txt - [AniList](https://zapi.ink/api/movie/anilist/llms.txt) (6 endpoints) — Database anime & manga: pencarian, detail lengkap, karakter, staff, trending, dan anime musiman. - [IMDb](https://zapi.ink/api/movie/imdb/llms.txt) (12 endpoints) — Database film, serial TV & selebriti terbesar di dunia — rating, info lengkap, cast, ulasan, chart, dan box office. - [Letterboxd](https://zapi.ink/api/movie/letterboxd/llms.txt) (4 endpoints) — Jejaring sosial film: detail film, rating komunitas, film populer, dan profil member. - [Metacritic](https://zapi.ink/api/movie/metacritic/llms.txt) (4 endpoints) — Skor kritikus & pengguna (Metascore) untuk film, serial TV, dan game. - [MyAnimeList](https://zapi.ink/api/movie/myanimelist/llms.txt) (7 endpoints) — Database anime & manga MyAnimeList: pencarian, detail, karakter, top, dan anime musiman. - [Rotten Tomatoes](https://zapi.ink/api/movie/rotten-tomatoes/llms.txt) (4 endpoints) — Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus. - [TVmaze](https://zapi.ink/api/movie/tvmaze/llms.txt) (7 endpoints) — API serial TV: pencarian acara & orang, detail show, episode, cast, dan jadwal tayang. ## Music Full category reference: https://zapi.ink/category/music/llms.txt - [Apple Music](https://zapi.ink/api/music/apple-music/llms.txt) (4 endpoints) — Search tracks, albums, and artists via the iTunes catalog. Returns metadata + 30s preview URLs. - [Bandcamp](https://zapi.ink/api/music/bandcamp/llms.txt) (1 endpoints) — Search music tracks, albums, and artists. - [Billboard](https://zapi.ink/api/music/billboard/llms.txt) (1 endpoints) — Top music chart data. - [Deezer](https://zapi.ink/api/music/deezer/llms.txt) (4 endpoints) — Search tracks, albums, artists, and playlists on Deezer. Returns metadata + 30s preview URLs. - [Genius](https://zapi.ink/api/music/genius/llms.txt) (2 endpoints) — Search songs and fetch full lyrics from Genius. Returns clean text with section markers preserved. - [iTunes](https://zapi.ink/api/music/itunes/llms.txt) (1 endpoints) — Search music tracks and albums. - [JioSaavn](https://zapi.ink/api/music/jiosaavn/llms.txt) (4 endpoints) — Search and fetch songs, albums, and playlists from JioSaavn with full audio download URLs at multiple bitrates. - [Mixcloud](https://zapi.ink/api/music/mixcloud/llms.txt) (1 endpoints) — Search music mixes and shows. - [MusicBrainz](https://zapi.ink/api/music/musicbrainz/llms.txt) (1 endpoints) — Search music metadata. - [Shazam](https://zapi.ink/api/music/shazam/llms.txt) (4 endpoints) — Song search via the Shazam catalog, plus per-country chart top tracks. Note: audio-fingerprint recognition is not implem - [SongBPM](https://zapi.ink/api/music/songbpm/llms.txt) (1 endpoints) — Search song tempo and BPM data. - [SoundCloud](https://zapi.ink/api/music/soundcloud/llms.txt) (4 endpoints) — Search tracks, fetch metadata, and extract full audio download URLs (progressive MP3 / HLS) for public SoundCloud tracks - [Spotify](https://zapi.ink/api/music/spotify/llms.txt) (4 endpoints) — Search tracks, albums, and artists on Spotify. Returns metadata + 30s preview URLs. Full audio is DRM-protected. ## News Full category reference: https://zapi.ink/category/news/llms.txt - [Antara](https://zapi.ink/api/news/antara/llms.txt) (3 endpoints) — Berita Kantor Berita ANTARA — pewarta resmi Indonesia, politik, hukum, ekonomi, internasional, olahraga. - [Ars Technica](https://zapi.ink/api/news/ars-technica/llms.txt) (1 endpoints) — Latest news feed from Ars Technica. - [BBC News](https://zapi.ink/api/news/bbc/llms.txt) (1 endpoints) — Latest news feed from BBC News. - [Bi Siaran Pers](https://zapi.ink/api/news/bi-siaran-pers/llms.txt) (1 endpoints) — Bank Indonesia — press releases (siaran pers) - [Cnbc](https://zapi.ink/api/news/cnbc/llms.txt) (1 endpoints) — CNBC — RSS feed by section - [CNN Indonesia](https://zapi.ink/api/news/cnn-indonesia/llms.txt) (3 endpoints) — Berita CNN Indonesia — nasional, internasional, ekonomi, olahraga, gaya hidup, hiburan, teknologi. - [Coindesk](https://zapi.ink/api/news/coindesk/llms.txt) (1 endpoints) — CoinDesk — RSS feed - [Cointelegraph](https://zapi.ink/api/news/cointelegraph/llms.txt) (1 endpoints) — Cointelegraph — RSS feed, main / tag / category - [Detik](https://zapi.ink/api/news/detik/llms.txt) (3 endpoints) — Berita terkini dari Detik.com — politik, hukum, ekonomi, hiburan, olahraga, otomotif, dan lainnya. - [DEV Community](https://zapi.ink/api/news/dev-to/llms.txt) (1 endpoints) — Latest news feed from DEV Community. - [Google News](https://zapi.ink/api/news/google-news/llms.txt) (1 endpoints) — Latest news feed from Google News. - [The Guardian](https://zapi.ink/api/news/guardian/llms.txt) (1 endpoints) — Latest news feed from The Guardian. - [Katadata](https://zapi.ink/api/news/katadata/llms.txt) (1 endpoints) — Latest news feed from Katadata. - [Kompas](https://zapi.ink/api/news/kompas/llms.txt) (3 endpoints) — Berita harian Kompas.com — nasional, regional, internasional, tekno, edukasi, lifestyle. - [Liputan6](https://zapi.ink/api/news/liputan6/llms.txt) (3 endpoints) — Berita Liputan6.com — news, bisnis, bola, showbiz, lifestyle, otomotif, tekno, regional. - [Marketwatch](https://zapi.ink/api/news/marketwatch/llms.txt) (1 endpoints) — MarketWatch — RSS feed by section - [Media Indonesia](https://zapi.ink/api/news/mediaindonesia/llms.txt) (1 endpoints) — Latest headlines from Media Indonesia. - [Mongabay Indonesia](https://zapi.ink/api/news/mongabay-id/llms.txt) (1 endpoints) — Latest news feed from Mongabay Indonesia. - [Ojk Siaran Pers](https://zapi.ink/api/news/ojk-siaran-pers/llms.txt) (1 endpoints) — Otoritas Jasa Keuangan — press releases (siaran pers) - [Okezone](https://zapi.ink/api/news/okezone/llms.txt) (1 endpoints) — Latest headlines from Okezone. - [Republika](https://zapi.ink/api/news/republika/llms.txt) (3 endpoints) — Berita Republika.co.id — nasional, internasional, ekonomi, khazanah, olahraga, lifestyle. - [Tempo](https://zapi.ink/api/news/tempo/llms.txt) (3 endpoints) — Berita investigasi & analisis dari Tempo.co — nasional, hukum, politik, ekonomi, internasional, olahraga. - [The Verge](https://zapi.ink/api/news/the-verge/llms.txt) (1 endpoints) — Latest news feed from The Verge. - [Tribunnews](https://zapi.ink/api/news/tribunnews/llms.txt) (3 endpoints) — Berita Tribunnews.com — nasional, regional, viral, olahraga, otomotif, lifestyle. ## Places Full category reference: https://zapi.ink/category/places/llms.txt - [SPKLU](https://zapi.ink/api/places/ev-charge/llms.txt) (1 endpoints) — Cari stasiun pengisian kendaraan listrik umum (SPKLU) terdekat dari sebuah koordinat. - [Kopdes Merah Putih](https://zapi.ink/api/places/kopdes/llms.txt) (1 endpoints) — Cari Koperasi Desa/Kelurahan Merah Putih terdekat dari sebuah koordinat. - [Dapur MBG](https://zapi.ink/api/places/mbg/llms.txt) (1 endpoints) — Cari dapur MBG (SPPG) penyedia Makan Bergizi Gratis terdekat dari sebuah koordinat. ## Research Full category reference: https://zapi.ink/category/research/llms.txt - [DOAJ](https://zapi.ink/api/research/doaj/llms.txt) (13 endpoints) — Directory of Open Access Journals — article and journal search with full APC, licensing, peer-review and preservation me - [Europe PMC](https://zapi.ink/api/research/europepmc/llms.txt) (14 endpoints) — Europe PMC life-science literature — search, citations, references, full text, books, supplementary files, text-mined an - [Garuda](https://zapi.ink/api/research/garuda/llms.txt) (11 endpoints) — Garba Rujukan Digital — Indonesian scholarly articles, journals, authors and publishers with direct publisher PDF links. - [Google Maps Reviews](https://zapi.ink/api/research/google-maps-reviews/llms.txt) (3 endpoints) — Ambil ulasan Google Maps berdasarkan kata kunci/nama tempat. Mengembalikan detail tempat (rating, total ulasan, alamat, - [Google Scholar](https://zapi.ink/api/research/google-scholar/llms.txt) (2 endpoints) — Pencarian publikasi ilmiah Google Scholar + profil author (sitasi, h-index, daftar publikasi). - [PubMed](https://zapi.ink/api/research/pubmed/llms.txt) (22 endpoints) — NCBI E-utilities across 37 Entrez databases — literature search, summaries, full records, cross-database links, citation - [SINTA](https://zapi.ink/api/research/sinta/llms.txt) (16 endpoints) — Science and Technology Index — Indonesian researchers, affiliations, departments, accredited journals, books, IPR and Sc ## Search Tools Full category reference: https://zapi.ink/category/search-tools/llms.txt - [arXiv](https://zapi.ink/api/search-tools/arxiv/llms.txt) (1 endpoints) — Searches an open-access repository of scientific preprints and returns paper metadata. - [Bing Search](https://zapi.ink/api/search-tools/bing/llms.txt) (1 endpoints) — Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region - [Brave Search](https://zapi.ink/api/search-tools/brave/llms.txt) (1 endpoints) — Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet. - [DuckDuckGo](https://zapi.ink/api/search-tools/duckduckgo/llms.txt) (1 endpoints) — DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet. - [GitHub Search](https://zapi.ink/api/search-tools/github-code/llms.txt) (1 endpoints) — Searches public code and repositories and returns matching file or repo metadata. - [Hacker News](https://zapi.ink/api/search-tools/hackernews/llms.txt) (1 endpoints) — Hacker News search via Algolia API — pencarian post & komentar tech/startup community dengan points, comments, author. - [Mojeek](https://zapi.ink/api/search-tools/mojeek/llms.txt) — Performs web searches and returns ranked results with titles, URLs, and snippets. - [npm](https://zapi.ink/api/search-tools/npm/llms.txt) (1 endpoints) — Searches the public package registry and returns matching package metadata. - [Openverse](https://zapi.ink/api/search-tools/openverse/llms.txt) (1 endpoints) — Searches an index of openly-licensed media and returns image metadata with attribution. - [Stack Overflow](https://zapi.ink/api/search-tools/stackoverflow/llms.txt) (1 endpoints) — Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser - [Wikipedia](https://zapi.ink/api/search-tools/wikipedia/llms.txt) (1 endpoints) — Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman. - [Yahoo Search](https://zapi.ink/api/search-tools/yahoo/llms.txt) — Yahoo Search scraper — hasil pencarian, snippet, related searches. ## Social Media Full category reference: https://zapi.ink/category/social-media/llms.txt - [Bluesky Profile](https://zapi.ink/api/social-media/bluesky/llms.txt) (8 endpoints) — Fetch public profile information from Bluesky. - [Discord Invite Info](https://zapi.ink/api/social-media/discord/llms.txt) (4 endpoints) — Resolve Discord invite codes to server information. - [GitHub User](https://zapi.ink/api/social-media/github-user/llms.txt) (9 endpoints) — Fetch public profile information for a GitHub user. - [Instagram Scraper](https://zapi.ink/api/social-media/instagram-scraper/llms.txt) (7 endpoints) — Dapatkan data profile, postingan dan lainnya dengan lengkap dan konsisten. - [Kaskus](https://zapi.ink/api/social-media/kaskus/llms.txt) (9 endpoints) — Forum komunitas terbesar Indonesia (kaskus.co.id). Akses detail thread + balasan, daftar thread per sub-forum, pencarian - [Lahelu](https://zapi.ink/api/social-media/lahelu/llms.txt) (9 endpoints) — Platform meme & komunitas Indonesia (lahelu.com). Akses detail post, komentar, profil user, postingan user, serta feed & - [NGL Send](https://zapi.ink/api/social-media/ngl/llms.txt) (1 endpoints) — NGL anonymous message sender. - [Reddit](https://zapi.ink/api/social-media/reddit/llms.txt) (3 endpoints) — Browse subreddits, users, and post discussions. - [Telegram Channel](https://zapi.ink/api/social-media/telegram-channel/llms.txt) (4 endpoints) — Fetch public Telegram channel preview information. - [TikTok Scraper](https://zapi.ink/api/social-media/tiktok-scraper/llms.txt) (22 endpoints) — Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten. - [Tweet Embed](https://zapi.ink/api/social-media/twitter-syndication/llms.txt) (2 endpoints) — Fetch public tweet embed information. - [WhatsApp Bussines Profile](https://zapi.ink/api/social-media/whatsapp/llms.txt) (1 endpoints) — WhatsApp bussines profile lookup by phone number. - [Youtube Scraper](https://zapi.ink/api/social-media/youtube-scraper/llms.txt) (8 endpoints) — Dapatkan data profile, postingan, comment, dan lainnya dengan lengkap dan konsisten. ## Temp Mail Full category reference: https://zapi.ink/category/temp-mail/llms.txt - [Guerrilla Mail](https://zapi.ink/api/temp-mail/guerrillamail/llms.txt) (2 endpoints) — Alamat email sekali pakai dari Guerrilla Mail — buat alamat lalu baca pesan yang masuk. - [Mail.gw](https://zapi.ink/api/temp-mail/mail-gw/llms.txt) (2 endpoints) — Alamat email sekali pakai dari Mail.gw — buat alamat lalu baca pesan yang masuk. - [Mail.tm](https://zapi.ink/api/temp-mail/mail-tm/llms.txt) (2 endpoints) — Alamat email sekali pakai dari Mail.tm — buat alamat lalu baca pesan yang masuk. - [Temp-Mail.io](https://zapi.ink/api/temp-mail/temp-mail-io/llms.txt) (2 endpoints) — Alamat email sekali pakai dari Temp-Mail.io — buat alamat lalu baca pesan yang masuk. - [Temp Mail (tempmail.ing)](https://zapi.ink/api/temp-mail/tempmail/llms.txt) (2 endpoints) — Generate a disposable email address and read its inbox. ## Web Tools Full category reference: https://zapi.ink/category/web-tools/llms.txt - [BIN Lookup](https://zapi.ink/api/web-tools/bin-lookup/llms.txt) (1 endpoints) — Look up bank identification number details for a given card BIN prefix. - [BuiltWith Analyzer](https://zapi.ink/api/web-tools/builtwith/llms.txt) (1 endpoints) — Tech stack detector — framework, CMS, analytics, CDN, dan lainnya. - [Cek Email Leak](https://zapi.ink/api/web-tools/cek-email-leak/llms.txt) (1 endpoints) — Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yan - [Jina Reader](https://zapi.ink/api/web-tools/jina-reader/llms.txt) (1 endpoints) — Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep titl - [QR Generator](https://zapi.ink/api/web-tools/qr-generate/llms.txt) (1 endpoints) — Generate QR code images from text or URL input with size and format options. - [Domain Availability](https://zapi.ink/api/web-tools/rdap/llms.txt) (1 endpoints) — Check domain registration availability via RDAP protocol. - [Translate](https://zapi.ink/api/web-tools/translate/llms.txt) (1 endpoints) — Translate text between languages. - [Wayback Machine](https://zapi.ink/api/web-tools/wayback/llms.txt) (1 endpoints) — Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date. - [Weather Forecast](https://zapi.ink/api/web-tools/weather/llms.txt) (1 endpoints) — Retrieve current weather conditions and forecast for a geographic location. ## Meta - Total scrapers: 320 - Total categories: 27 - Sitemap: https://zapi.ink/sitemap.xml